Commit graph

524 commits

Author SHA1 Message Date
Florent
2d620f2c33 new add_contact command (pubkey, type, name) 2026-04-03 15:12:47 +02:00
Florent
fd7a0e114c fix set_channel 2026-03-30 08:03:54 -04:00
Florent
4f284191b9 v1.5.4 2026-03-25 21:00:24 -04:00
Florent
efcfca02d1 contact_lastmod can now be chained 2026-03-25 20:59:09 -04:00
Florent
3b41f4e27a issue with nested quotes 2026-03-24 14:29:50 -04:00
Florent
3952e4b1f8 better handling of emojis display in channel_echoes 2026-03-23 19:02:52 -04:00
Florent
52cdaa2146 display channel_echoes even if message is not decrypted if channel is configured (should not happen as there is no option not to decrypt messages ...) 2026-03-23 18:50:01 -04:00
Florent
86bcc900a9 update to meshcore_py v2.3.2 2026-03-23 06:04:27 -04:00
Florent
57aa9e062b fix decrypt_channel_logs call 2026-03-11 10:22:15 -04:00
Florent
a3f6179c72 v1.5.0 2026-03-10 16:49:45 -04:00
fdlamotte
09e333960d
Merge pull request #52 from jburgess777/patch-1
Fix minor typos and formatting in README.md
2026-03-09 19:37:36 -04:00
Jon Burgess
73db417c98
Fix typo in README about init files
Corrected a typo in the README regarding init files.
2026-03-09 22:36:31 +00:00
Jon Burgess
944271dcad
Fix typos and formatting in README.md 2026-03-09 22:31:08 +00:00
Florent
6e2c9bf2e4 v1.4.12 2026-03-08 15:23:23 -04:00
Florent
3a1a2a28af update rn and ra 2026-03-08 15:04:56 -04:00
Florent
9e6efeb5c6 manage emojis in names in lc 2026-03-08 14:32:40 -04:00
Florent
5636505578 issue with errors in advert_path 2026-03-07 20:36:26 -04:00
Florent
0661d52607 implement advert_path 2026-03-07 17:44:44 -04:00
Florent
e865027fa5 update to meshcore 2.2.24 2026-03-06 19:10:43 -04:00
Florent
957da74c72 v1.4.9 2026-03-06 18:55:21 -04:00
Florent
f50d27334f always show 1 byte path on prompt (use path to know the real path) 2026-03-06 18:54:16 -04:00
Florent
ba988a7489 change path behaviour and document path and trace 2026-03-06 18:47:10 -04:00
Florent
68209df537 some logic to specify path_hash_len when setting path 2026-03-06 12:14:01 -04:00
Florent
3e37c15ab5 v1.4.8 2026-03-06 08:46:43 -04:00
Florent
f7a1286e6f update to meshcore-2.2.22 2026-03-06 08:33:12 -04:00
Florent
5f1ab74c09 fix error in advert_echoes 2026-03-05 20:45:42 -04:00
Florent
512cc08654 update meshcore_py to 2.2.20 2026-03-05 15:46:20 -04:00
Florent
d01a9f6ffc change dependency to meshcore v2.2.19 2026-03-05 14:58:50 -04:00
Florent
7caca2db79 offload channel messages decoding to meshcore_py 2026-03-05 11:53:10 -04:00
Florent
ed1c1d5897 let some extraction work to the lib 2026-03-05 09:32:42 -04:00
fdlamotte
db59c48b3f
Merge pull request #47 from stachuman/add-repeater-commands-doc
Add repeater commands reference (serial vs client mode)
2026-03-03 14:09:00 -04:00
Staszek
e9a518fd41 add repeater commands reference documenting serial vs client mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:40:51 +00:00
Florent
1ac68743ed update flake 2026-02-28 14:34:10 -04:00
Florent
589c0c3d3a v1.4.5 2026-02-28 08:08:09 -04:00
Florent
d46da1f445 fix 2026-02-28 08:07:33 -04:00
Florent
b4cc15cc69 v1.4.4 2026-02-27 09:34:52 -04:00
Florent
41cbef3498 handle case where path_hash_len = 3 when doing trace (by converting path to two bytes) 2026-02-27 07:37:21 -04:00
Florent
77e0230c61 now you can send trace to a contact when using multibyte path 2026-02-27 07:16:28 -04:00
Florent
39d74c334e add possibility to set flags when querying path 2026-02-27 06:50:48 -04:00
Florent
b50c0dc226 print 3 first bytes of node key when doing discovery 2026-02-26 19:06:26 -04:00
Florent
ce8b48612e path_hash_size should be taken into account in echoes 2026-02-26 16:09:01 -04:00
Florent
5c06617d7a support for path_hash_mode with get/set 2026-02-26 14:25:34 -04:00
Florent
d3b8c72aaa add discover.neighbors to completion list 2026-02-17 07:10:17 -04:00
Florent
4f484915e4 v1.4.3 2026-02-16 14:18:26 -04:00
Florent
69ad8250fe add an error when serial connexion is not made to suggest trying -r 2026-02-16 14:12:37 -04:00
Florent
5bc8379b52 v1.4.2 2026-02-15 07:45:04 -04:00
Florent
cf630bbf20 get radio now prints repeat state 2026-02-14 15:49:54 -04:00
Florent
2e54bae1ff handle repeat mode for companion 2026-02-14 15:36:03 -04:00
Florent
8367acec8f don't display ble nodes in repeater mode 2026-02-13 15:05:16 -04:00
fdlamotte
188f00221c
Merge pull request #43 from samm-git/no-bleakl
Make bleak dependency optional
2026-02-13 10:08:11 -04:00