Commit graph

62 commits

Author SHA1 Message Date
Alex Wolden
fda20e623e Add copy to event handling to avoid cross mutations 2025-05-15 11:52:15 -07:00
Alex Wolden
68dda3aba2 update login script and drastically reduce chattiness of debug logs for setups with a lot of subscriptions 2025-05-12 22:52:13 -07:00
Alex Wolden
8d805de78d add the ability to subscribe to LOGIN_SUCCESS event 2025-05-12 22:35:53 -07:00
Alex Wolden
b3cf2ba7b4 Fix typing on MC top level subscribe method 2025-05-12 21:52:28 -07:00
Alex Wolden
9563a871f1 Fix issue where transports were not disconnecting 2025-05-12 21:51:25 -07:00
Florent de Lamotte
3a26acee93 solved issue when no custom variable 2025-05-05 17:33:40 +02:00
Florent de Lamotte
ec5077110d set custom vars 2025-05-05 15:10:29 +02:00
Florent de Lamotte
27f87075d2 custom vars 2025-05-05 15:03:45 +02:00
Florent de Lamotte
a39af17566 update resp_codes 2025-05-05 14:21:26 +02:00
Florent
aef1801446 initial support for telemetry to see if things come in 2025-05-03 17:52:16 +02:00
Florent
6a3da79af2 correct SNR values in messages 2025-04-18 21:40:59 +02:00
Florent
d6cfc26689 some issues with logout 2025-04-18 12:43:35 +02:00
Florent
e8ac5e7ffb change ver 2025-04-16 18:28:02 +02:00
Florent
15c1adfe91 encode in utf-8 instead of ascii 2025-04-16 14:20:47 +02:00
Florent
f84d17566b some error in example 2025-04-16 12:05:16 +02:00
Florent de Lamotte
3db73a8883 Fixed issue with chan messages, waited for MSG_SENT instead of OK 2025-04-15 11:58:47 +02:00
Florent de Lamotte
c6966230f9 removing dist 2025-04-14 23:28:18 +02:00
Florent
8b9234a7ce update gitignore 2025-04-14 22:55:16 +02:00
Florent
d61720fc9f some fixes in return events 2025-04-14 22:53:22 +02:00
fdlamotte
dd908484f7
Merge pull request #5 from fdlamotte/return-full-event
Change contract for commands to return full event
2025-04-14 21:40:47 +02:00
Alex Wolden
6fbf15885d Change contract for commands to return full event 2025-04-14 11:23:10 -07:00
fdlamotte
39ea3cb3f3
Merge pull request #4 from fdlamotte/fix-error-handling
Handle error events properly in commands
2025-04-14 18:07:04 +02:00
Alex Wolden
52553a41bd Handle error events properly in commands 2025-04-14 09:03:56 -07:00
Florent
fa8ebcb50a update pyproject 2025-04-14 17:43:46 +02:00
Florent
0fdcc4c6e6 add a change_contact_path command 2025-04-14 17:41:05 +02:00
Florent
74cd8ad1b8 restored commands expecting the whole pubkey 2025-04-14 17:24:00 +02:00
Florent
3e336652ee serial chat 2025-04-14 10:51:25 +02:00
Florent
1a0203067e ensure contacts before setting up events 2025-04-14 10:48:24 +02:00
Florent
2b32564ad2 chat examples 2025-04-14 10:41:09 +02:00
Florent
5e6483d67d updated tcp_msg with ack mgmt ... 2025-04-14 09:40:06 +02:00
fdlamotte
b84f568296
Merge pull request #3 from fdlamotte/awolden/additional-refinements
Additional Refinements
2025-04-14 08:17:08 +02:00
Alex Wolden
3f7155d913 Added in some unit tests 2025-04-13 22:55:39 -07:00
Alex Wolden
84de232f4b Added additional typing and typing fixes 2025-04-13 22:37:00 -07:00
Alex Wolden
a1fb931200 Added contact based dest 2025-04-13 22:19:08 -07:00
Florent
1a9f6d1024 change version to 1.9 in preparation of v2.0 2025-04-13 21:54:57 +02:00
fdlamotte
cc4e8953d2
Merge pull request #2 from awolden/eventing-refactor
Let's move to an hybrid API (synchronous/event based) ... paving the road for v2 !
2025-04-13 21:49:03 +02:00
Alex Wolden
6dc87bafbb Add event filtering to support ACK tracking 2025-04-13 12:03:47 -07:00
Alex Wolden
478bcd92c1 remove some dead code 2025-04-12 14:02:00 -07:00
Alex Wolden
cbfc940de6 Fix example 2025-04-12 13:56:44 -07:00
Alex Wolden
b700ae75e9 Fix example 2025-04-12 13:53:37 -07:00
Alex Wolden
7b28029ae0
Merge branch 'main' into eventing-refactor 2025-04-12 13:50:17 -07:00
Alex Wolden
55af0b2e61 Improve log tracking event 2025-04-12 13:36:03 -07:00
Alex Wolden
ea2f17025f Add trace packet type 2025-04-12 13:04:23 -07:00
Alex Wolden
a5f1ec5c26 Refactor to event system 2025-04-12 13:04:19 -07:00
Alex Wolden
8f0ecd7d75 Refactor to event system 2025-04-12 00:26:25 -07:00
Florent
2608e27ca0 chan_msg example 2025-04-11 17:52:32 +02:00
Florent
c11e527442 fix logout 2025-04-09 18:19:49 +02:00
Florent
b01b7ea6ff version up 2025-04-09 18:15:02 +02:00
Florent
17c8fe776f logout command 2025-04-09 18:14:40 +02:00
Florent
5fd4db660d add flood param to advert 2025-04-05 18:47:36 +02:00