aboutsummaryrefslogtreecommitdiff
path: root/src/helpers/BaseChatMesh.h
AgeCommit message (Expand)Author
2026-03-03Clarify comment wording: 1 = direct (0 hops)Wouter Bijen
2026-03-03Address PR review: subtract-1 encoding and clamp max_hopsWouter Bijen
2026-03-02Add configurable max hops filter for auto-add contactsWouter Bijen
2026-01-15bootstrap RTC from contact.lastmod and improve slot overwrite logictaco
2026-01-15refactor: add populateContactFromAdvert()taco
2026-01-15contacts: granular autoadd and overwrite-oldesttaco
2026-01-03* Repeater: new anon request sub-type: ANON_REQ_TYPE_REGIONS (rate limited t...Scott Powell
2025-12-06* refactor: on-demand getSharedSecret()Scott Powell
2025-12-06calculate shared_secret on demandtaco
2025-11-04* Mesh: new sendFlood() overload with transport codes.Scott Powell
2025-09-08* proposed change for re-trying reciprocal path transmitScott Powell
2025-07-31* Companion: experimental CMD_SEND_DISCOVERY_REQ -> PUSH_CODE_DISCOVERY_RESPONSEScott Powell
2025-07-30* companion: fix for CMD_IMPORT_PRIVATE_KEY, to re-calc shared secretsScott Powell
2025-07-15Merge branch 'dev' into double-acksScott Powell
2025-07-14* companion: added CMD_SEND_BINARY_REQ (50)Scott Powell
2025-06-23* new PAYLOAD_TYPE_MULTIPARTScott Powell
2025-06-22* companion: new 'advert_loc_policy' pref. Defaults to ADVERT_LOC_NONE (ie. d...Scott Powell
2025-06-18* companion: new CMD_GET_ADVERT_PATH -> RESP_CODE_ADVERT_PATHScott Powell
2025-06-06* companion: refactor of all filesystem access to new DataStore moduleScott Powell
2025-05-03* companion: new CMD_SEND_TELEMETRY_REQ, PUSH_CODE_TELEMETRY_RESPONSEScott Powell
2025-05-03* new: SensorManagerScott Powell
2025-04-12Companion: new 'manual_add_contacts' pref. New PUSH_CODE_NEW_ADVERT framesScott Powell
2025-03-17* redesigned TRACE packet structureScott Powell
2025-03-15Merge branch 'dev' into traceScott Powell
2025-03-11* companion: channel namesScott Powell
2025-03-11* Companion: new CMD_GET_CHANNEL, CMD_SET_CHANNELScott Powell
2025-03-07* companion: FIRMWARE_VER_CODE now bumped to 3.Scott Powell
2025-03-07Merge branch 'dev' into traceScott Powell
2025-03-02* companion radio: connection status now supported (Keep_alive pings, etc)Scott Powell
2025-03-02* companion radio: support for TXT_TYPE_SIGNED_PLAINScott Powell
2025-02-27* various changes for CLI support via companion radioScott Powell
2025-02-24* companion radio: new CMD_SEND_LOGIN, CMD_SEND_STATUS_REQScott Powell
2025-02-17* new Packet type: PAYLOAD_TYPE_TRACEScott Powell
2025-02-15* companion radio: new CMD_EXPORT_CONTACT, CMD_IMPORT_CONTACTScott Powell
2025-02-15* companion radio: new CMD_SHARE_CONTACTScott Powell
2025-02-14* BaseChatMesh: sendLogin(), onContactResponse()Scott Powell
2025-02-13* BaseChatMesh::sendGroupMessage() addedScott Powell
2025-02-11* companion radio: new command frames: CMD_SET_ADVERT_LATLON, CMD_REMOVE_CONTACTScott Powell
2025-02-03* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent wi...Scott Powell
2025-01-30* BaseChatMesh::sendMessage(), new est_timeout (OUT) paramScott Powell
2025-01-29* ContactInfo, added gps_lat, gps_lonScott Powell
2025-01-29* refactored BaseChatMesh::sendMessage(), added timestamp paramScott Powell
2025-01-28* new helper for ESP32: SerialBLEInterfaceScott Powell
2025-01-26* fixes for various targets (BaseChatMesh not compiling for non-terminal chat...Scott Powell
2025-01-26* fix for RAK terminal chatScott Powell
2025-01-26* support for GroupChannels in BaseChatMesh, and terminal chatScott Powell
2025-01-25* simple_secure_chat now with a proper CLIScott Powell