| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-16 | Add MCU temperature to telemetry responses from room servers. | Orum | |
| 2026-03-16 | * Repeater and Room Server: flood advert timer now uses the path_hash_mode pref | Scott Powell | |
| 2026-03-08 | Merge pull request #1297 from ViezeVingertjes/feature/duty-cycle-token-bucket | ripplebiz | |
| Implement token bucket duty cycle enforcement | |||
| 2026-02-28 | Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal() | Daniel Novak | |
| Instead of overloading getOutboundCount() with a magic sentinel value, add a dedicated getOutboundTotal() method to the PacketManager interface that returns the total queue size without time filtering. This eliminates the fragile convention that caused the regression and makes the two operations — time-filtered count vs total count — explicitly separate in the API. | |||
| 2026-02-24 | * room server fix | Scott Powell | |
| 2026-02-23 | * companion: new pref: path_hash_mode (0..2) | Scott Powell | |
| * companion: new field in CMD_SET_OTHER_PARAMS, path_hash_mode * companion: CMD_SEND_SELF_ADVERT, cmd_frame[1] now holds the path hash size (0 = zero hop, 1..3 = flood path hash size) | |||
| 2026-02-23 | * CommonCLI: added "get/set path.hash.mode " | Scott Powell | |
| 2026-02-21 | * refactor of Contact/Client out_path_len (stored in files), from signed to ↵ | Scott Powell | |
| unsigned byte (+2 squashed commits) Squashed commits: [f326e25] * misc [fa5152e] * new 'path mode' parsing in Dispatcher | |||
| 2026-02-06 | Allow negative tx power | Wessel Nieboer | |
| Like SX1262 allows -9 dBm lowest, some allow lower but that probably isn't useful | |||
| 2026-01-26 | boot adverts are now zero hop instead of flood | liamcottle | |
| 2026-01-25 | Merge pull request #1457 from oltaco/remote-set-prvkey | ripplebiz | |
| Allow set prv.key over LoRa, clear ACL and validate key | |||
| 2026-01-25 | allow set prv.key from remote, validate new prv.key | taco | |
| 2026-01-25 | recalc ClientACL shared_secrets at startup | taco | |
| 2026-01-25 | refactor ClientACL and CommonCLI, add ClientACL::clear() | taco | |
| 2026-01-23 | build fix for room server with MESH_DEBUG=1 | taco | |
| 2026-01-04 | Implement token bucket duty cycle enforcement | ViezeVingertjes | |
| 2025-11-25 | Merge pull request #1131 from wel97459/dev-uint | ripplebiz | |
| Changed uint used in flags to uint8_t | |||
| 2025-11-25 | * BUG FIX: remote login fix same as repeater | Scott Powell | |
| 2025-11-21 | add board.setAdcMultiplier to room server and sensor | taco | |
| 2025-11-20 | Changed uint to a uint8_t | Winston Lowe | |
| 2025-11-09 | * fix: repeater and room server telemetry requests now return all telemetry ↵ | Scott Powell | |
| for _READ & _WRITE ACL permissions. | |||
| 2025-10-30 | * FIX: for divide by zero crash | Scott Powell | |
| 2025-10-30 | * direct.txdelay default now 0.2 (was zero) | Scott Powell | |
| 2025-10-29 | * experimental: retransmit delay, removing the 6 'slots' | Scott Powell | |
| 2025-10-28 | Adds serial commands to get stats | Michael Hart | |
| - Added formatStatsReply, formatRadioStatsReply, and formatPacketStatsReply methods in MyMesh for both simple_repeater, simple_room_server, and simple_sensor. - Updated CommonCLI to handle new stats commands. | |||
| 2025-10-23 | increase room server max uptime from 49 days to 136 years | liamcottle | |
| 2025-10-18 | CommonCli: Remove dependency on target.h | Florent | |
| 2025-10-14 | * repeater and room server: enable downgrading permissions on guest login | Scott Powell | |
| 2025-10-12 | * Refactor: advert_loc_policy now applied in new method ↵ | Scott Powell | |
| CommonCLI::buildAdvertData() | |||
| 2025-10-12 | * Advert type fix | Scott Powell | |
| * GPS pref defaults tidy | |||
| 2025-10-11 | gps_cli: gps advert to control advert location policy | Florent | |
| 2025-10-06 | gps_cli: gps also restored on sensors and rooms | Florent de Lamotte | |
| 2025-09-27 | * repeater & room server fix for blank guest password | Scott Powell | |
| 2025-09-25 | * companion: disabled processing/sending of keep_alive packets (deprecated) | Scott Powell | |
| * FIRMWARE_VER_LEVEL now moved to end of response payloads | |||
| 2025-09-25 | * Login response payload: now includes FIRMWARE_VER_LEVEL | Scott Powell | |
| 2025-09-14 | * bug fix | Scott Powell | |
| 2025-09-14 | * room server: ClientACL added | Scott Powell | |
| 2025-09-09 | * room refactor: extracted MyMesh class | Scott Powell | |
