aboutsummaryrefslogtreecommitdiff
path: root/src/Mesh.h
AgeCommit message (Expand)Author
2026-02-21* refactor of Contact/Client out_path_len (stored in files), from signed to u...Scott Powell
2025-11-06* region filtering now applied in allowPacketForward()Scott Powell
2025-11-06* new PAYLOAD_TYPE_CONTROL (11)Scott Powell
2025-11-05* RegionMap: inverted 'flags' to _deny_ bitsScott Powell
2025-11-04* Mesh: new sendFlood() overload with transport codes.Scott Powell
2025-10-31* Companion: Now using transport codes { 0, 0 } when Share contact zero hop.Scott Powell
2025-07-16* CommonCLI: new "multi.acks" config settingScott Powell
2025-07-09Merge branch 'dev' into double-acksScott Powell
2025-07-08* Mesh::onAnonDataRecv() slight optimisation, so that shared-secret calc does...Scott Powell
2025-06-23* new PAYLOAD_TYPE_MULTIPARTScott Powell
2025-05-16* companion: fix for importContact(). Now removes the packet-hash from table,...Scott Powell
2025-03-21* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'Scott Powell
2025-03-17* redesigned TRACE packet structureScott Powell
2025-03-07Merge branch 'dev' into traceScott Powell
2025-02-27* new Dispatcher::getCADFailRetryDelay()Scott Powell
2025-02-24* repeater and room server: login password now using strcmp(), new 'set direc...Scott Powell
2025-02-23* new PAYLOAD_TYPE_RAW_CUSTOMScott Powell
2025-02-19* added RTCClock::getCurrentTimeUnique(), for when timestamps need to be uniq...Scott Powell
2025-02-18* repeater: Get Stats new fields added: n_direct_dups, n_flood_dupsScott Powell
2025-02-17* new Packet type: PAYLOAD_TYPE_TRACEScott Powell
2025-01-21* onPeerPathRecv() refactored: 'reciprocal path' now handled in Mesh class, n...Scott Powell
2025-01-18* new targets: Xiao_C3_repeater_sx1262, _sx1268Scott Powell
2025-01-15* Refactor: Mesh::onPeer ... methods added 'secret' param. (is whatever getPe...Scott Powell
2025-01-14* refactored the hasSeen(Packet) stuff.Scott Powell
2025-01-13* added getTransmitDelay(), applied to Flood mode retransmissions.Scott Powell
2025-01-13* separated PAYLOAD_TYPE_ANON_REQ, to new createAnonDatagram(), with extra 's...Scott Powell
2025-01-13Initial commitScott Powell