88 Commits (cf0cc851d41987f12b102e8bb4ad910ec75d2cfd)

Author SHA1 Message Date
Scott Powell 5684b4f1b8 * LOOP_DETECT_MODERATE bug fix 3 months ago
Scott Powell e233346bf0 * repeater: new "get/set loop.detect {off | minimal | moderate | strict }" 3 months ago
Daniel Novak c7568a8db0 Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal() 3 months ago
Scott Powell a66773bac0 * CommonCLI: added "get/set path.hash.mode " 3 months ago
Scott Powell 3e76161e9c * refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits) 4 months ago
Scott Powell 5de3e1bf32 * repeater: slight increase to default direct.txdelay 4 months ago
3DPGG 3e53df5082 Fix LilyGo_TLora_V2_1_1_6_terminal_chat build 4 months ago
realtag 0770618ee2 Allow repeater discovery even if repeater mode is disabled on the requesting repeater. 4 months ago
realtag bf9c6cb50f Increased the timeout timer to 60 seconds, up from 30 seconds. 4 months ago
realtag 87c78a98bd discover.neighbors sends a tagged repeater discovery request and only accepts matching repeater responses 4 months ago
realtag e8785dd9b0 discover sends a single repeater discovery request and populates the neighbor list; self is excluded 4 months ago
Wessel Nieboer c4c287d01b
Bridge always has work (prevents sleep) 4 months ago
Wessel Nieboer d0720c63c2
Allow negative tx power 5 months ago
Matthias Wientapper 0805a47f35 Add output of region cmd via lora cli 4 months ago
liamcottle ed589f9620 boot adverts are now zero hop instead of flood 4 months ago
Chris c16bcd2fe3 Expose a counter to track RadioLib receive errors 4 months ago
taco 96ef5e5efe allow set prv.key from remote, validate new prv.key 4 months ago
taco 988287bfd7 recalc ClientACL shared_secrets at startup 4 months ago
taco 6336bd5b72 refactor ClientACL and CommonCLI, add ClientACL::clear() 4 months ago
Scott Powell 69a71d0e25 * repeater login response, FIRMWARE_VER_LEVEL now bumped to 2 5 months ago
Scott Powell b6110eee38 * new req/resp (after login): REQ_TYPE_GET_OWNER_INFO (includes firmware-ver) 5 months ago
Scott Powell 4e4f6d92a0 * ANON_REQ_TYPE_VER_OWNER now delimited by newline chars 5 months ago
Scott Powell 65796c8f20 * CommonCLI: added "set name ..." validation 5 months ago
Scott Powell fd69acb421 * new ANON_REQ_TYPE_VER (for just simple clock + ver info) 5 months ago
Scott Powell 2a035ad816 * ANON_REQ_TYPE_VER_OWNER, now includes node_name 5 months ago
Scott Powell 5475043083 * new ANON_REQ_TYPE_VER_OWNER 5 months ago
Scott Powell 5cc44dd802 * ANON_REQ_TYPE_REGIONS now direct only, with reply_path encoded in request 5 months ago
ViezeVingertjes eb4fa032ff Implement token bucket duty cycle enforcement 5 months ago
Scott Powell 3af25495bb * Repeater: new anon request sub-type: ANON_REQ_TYPE_REGIONS (rate limited to max 4 every 3 mins) 5 months ago
Kevin Le 26321162ee To fix the default temperature to be overridden by external sensors (if any) 5 months ago
Kevin Le 1706f759b7 Modified hasPendingWork to return bool 5 months ago
Kevin Le 5c6c15942b Added powersaving to all ESP32 boards with RTC-supported DIO1 5 months ago
Kevin Le 2deb9cf144 Fixed to call getMCUTemperature once. 6 months ago
Kevin Le 4504ad4daf Added default temperature from ESP32 MCU and NRF52 MCU 6 months ago
Scott Powell dc58f0ea83 * BUG FIX: repeater remote admin, flood login should invalidate the client->out_path 6 months ago
taco 5a3ea64a97 Repeater: add adc.multiplier setting 7 months ago
Winston Lowe 031fa1e704 Changed uint to a uint8_t 7 months ago
Scott Powell ab0721d6df * fix: repeater and room server telemetry requests now return all telemetry for _READ & _WRITE ACL permissions. 7 months ago
Scott Powell 1520f4d28e * repeater, DISCOVER_REQ, flags lowest bit now for 'prefix_only' responses 7 months ago
Scott Powell 963290ea15 * repeater: various "region" CLI changes 7 months ago
Scott Powell ddac13ae80 * repeater: CLI, added "region put" and "region remove" commands 7 months ago
Scott Powell 256848208d * repeater: onAnonDataRecv(), future code check bug fix (offset 4) 7 months ago
Scott Powell 09eab330a2 * repeater: onAnonDataRecv(), now rejecting non-ASCII password (preparing for future request codes) 7 months ago
Scott Powell cf547da857 * RegionMap: get/set Home Region 7 months ago
Scott Powell 7419ed71f7 * region filtering now applied in allowPacketForward() 7 months ago
Scott Powell 82b4c1e6b0 * new PAYLOAD_TYPE_CONTROL (11) 7 months ago
Scott Powell 3ef53e64a1 * is_name_char() bug fix 7 months ago
Scott Powell 9ebeb477aa * RegionMap: inverted 'flags' to _deny_ bits 7 months ago
Scott Powell ecd30f4d36 * new CLI commands: region, region load, region save, region get, region allow 7 months ago
Scott Powell 03fc949014 * setting up framework for Regions, TransportKeys, etc 7 months ago