Kemal Hadimli
7f1265bfe8
Guard channel content filter behind WITH_CHANNEL_FILTER
Feature is now fully compiled out unless built with -D WITH_CHANNEL_FILTER.
Co-Authored-By: Claude Opus 4.8 <[email protected] >
4 days ago
Kemal Hadimli
4240606266
Unicode-fold channel filter matching to resist homoglyph evasion
Folds look-alike codepoints (fullwidth, math alphanumerics, circled/
squared letters, regional indicators, Cyrillic/Greek homoglyphs,
accented Latin) to plain ASCII and strips zero-width/combining marks
before matching keywords and sender names.
Co-Authored-By: Claude Opus 4.8 <[email protected] >
4 days ago
Kemal Hadimli
fd5e602471
Document repeater channel content filter CLI commands
Co-Authored-By: Claude Opus 4.8 <[email protected] >
4 days ago
IoTThinks
6a9a84e8a5
Change default power saving setting to 'off'
1 week ago
Chris Barker
b6ae8c9447
Updates Docs to reflect flood.max.unscoped behavior.
2 weeks ago
Sefinek
7937b43b49
docs: remove duplicate radio.rxgain entry and fix hardware note
2 weeks ago
Sefinek
888ad4589c
docs: fix typos, grammar and Wi-Fi capitalisation across docs
2 weeks ago
agessaman
1296aa7792
Refactor region def with helpers, refine docs
Extract the inline cursor-walk in handleRegionCmd into file-local
helpers (skipSpaces, rtrimSpaces, takeToken, splitNameJump,
processRegionDefSegment), grouped immediately above the consumer.
Behavior is identical; addresses PR #2540 review feedback on
readability.
Tighten the region def docs: collapse five Note callouts into three
grouped paragraphs (Behavior / Existing regions / Limits), add a
case-sensitivity caveat plus an error example, note the cursor reset
between split commands, and use generic placeholder names.
3 weeks ago
agessaman
f3c6c34883
Update CLI command from `region bulk` to `region def`
4 weeks ago
AI7NC
16cb6d518f
Update cli_commands.md to include 'ver'
Include the 'ver' command for retrieving the firmware version
1 month ago
agessaman
19f950018c
Add bulk region hierarchy command to CLI
Add a new command `region bulk` for defining region hierarchies in a single line. This command allows users to create multiple regions in a single message. Updated the documentation to include usage examples and detailed parameter descriptions.
1 month ago
Avi0n
0be082b5f9
fix typos
3 months ago
Kyle
293a8a9a84
docs: add explanatory notes for txdelay, direct.txdelay, and rxdelay CLI commands
2 months ago
Scott Powell
d3ba89c8bb
* doco: "region default"
2 months ago
liamcottle
a9b55f58f1
update neighbor.remove docs
2 months ago
Scott Powell
515af35b13
* docs changes for PAYLOAD_TYPE_GRP_DATA
3 months ago
Wessel Nieboer
fb08fc0b1e
restore docs
3 months ago
Wessel Nieboer
728b586c3a
Address comments
3 months ago
Wessel Nieboer
0aa0ec1f16
Add get/set dutycycle command
We translate to af internally, it's easier to store and doesn't break
stored prefs. Made get/set af command show deprecated, but it still
works fine.
3 months ago
Jeroen Vermeulen
54f6ac4929
Add discover.neighbors command documentation
3 months ago
Jeroen Vermeulen
f543ba22de
Update temporary note with a hyperlink to issue #2118
3 months ago
Jeroen Vermeulen
31a08e1de6
Update note for upgrade to version 1.14.1
Clarify note regarding upgrade from older version.
3 months ago
Jeroen Vermeulen
7e6d8dde13
Update note about setting when upgrading
Clarified note regarding default setting for upgrades from older versions.
See https://github.com/meshcore-dev/MeshCore/pull/1653#issuecomment-4101341378
3 months ago
Jeroen Vermeulen
dbfc29b06a
Documented get/set radio.rxgain CLI command
Added documentation for RX Boosted Gain Mode commands.
3 months ago
Robert Ekl
dcf5785cc4
docs: add radio.rxgain command reference
3 months ago
Robert Ekl
a8783b372e
docs: align gps output description with CLI
3 months ago
Wessel Nieboer
1f48d2b869
Address comments
3 months ago
Jouni
4b6eb70b02
Airtime (af) documentation update
3 months ago
Robert Ekl
095f97b355
set prv.key doc update
3 months ago
Wessel Nieboer
f6338430f8
Add get/set dutycycle command
We translate to af internally, it's easier to store and doesn't break
stored prefs. Made get/set af command show deprecated, but it still
works fine.
3 months ago
Robert Ekl
0d0b31eb52
docs: sync CLI and payload docs with implementation
3 months ago
AI7NC
36db50a0d2
Update cli_commands.md R400 grammer
Small grammar fix
3 months ago
AI7NC
bb454861c7
Update cli_commands.md R402
3 months ago
AI7NC
fe32f16aa4
Update cli_commands.md R399 updates
3 months ago
AI7NC
4aaa557daf
Apply suggestion from @weebl2000
Co-authored-by: Wessel <[email protected] >
3 months ago
AI7NC
0228d596e8
Apply suggestion from @weebl2000
Co-authored-by: Wessel <[email protected] >
3 months ago
AI7NC
721c21f1e5
Apply suggestion from @weebl2000
Co-authored-by: Wessel <[email protected] >
3 months ago
EtoOnAmill
b0000c2fd6
Removed section for individual `get bridge.source`
3 months ago
AI7NC
d2a6fda8d5
Update cli_commands.md
3 months ago
AI7NC
992cc083e6
Update cli_commands.md to include path.hash.mode and loop.detect
Adding the new repeater cli commands introduced in 1.14
Ref: https://buymeacoffee.com/ripplebiz/path-diagnostics-improvements
3 months ago
Robert Ekl
b43319d1a4
docs: correct CLI command forms and targeted typos
4 months ago
Jeroen Vermeulen
246f5352d6
Update admin password command description
Tested in v1.13.
These commands don't work anymore:
```
get password
-> ??: password
set password secret
-> unknown config: password secret
```
This does work:
```
password secret
-> password now: secret
```
4 months ago
liamcottle
4af31e552e
refactor documentation
4 months ago
Matthias Wientapper
2b754d4295
cli_commands.md: `region` available via remote cli in 1.12.0
changed with #1476
4 months ago
Chris
4e1e8bbffb
Add a cli command reference document
5 months ago