Commit graph

91 commits

Author SHA1 Message Date
Vlad Stan
af14e1c47b fix: do not lose subscriptions if no relay 2023-06-22 15:15:00 +03:00
Vlad Stan
c0632cabe5 refactor: move stop logic 2023-06-22 14:33:26 +03:00
Vlad Stan
4238be498f chore: code clean-up 2023-06-22 13:19:22 +03:00
Vlad Stan
414ae16cb0 refactor: split large methods 2023-06-22 13:06:57 +03:00
Vlad Stan
62641b56a6 chore: code clean-up 2023-06-22 13:06:42 +03:00
Vlad Stan
6c66b71302 chore: code clean-up 2023-06-22 13:06:23 +03:00
Vlad Stan
e2458d43df chore: code clean-up 2023-06-22 13:06:00 +03:00
Vlad Stan
666009720a chore: code clean-up 2023-06-22 10:22:13 +03:00
Vlad Stan
1a58f0fea8 chore: code format 2023-06-22 10:02:29 +03:00
Vlad Stan
09d2fc0493 refactor: add_relay logic 2023-06-22 10:02:15 +03:00
Vlad Stan
d08e91b2c7 fix: do not double re-connect 2023-06-21 17:12:26 +03:00
Vlad Stan
322679e7c5 fix: do not use lambda in a loop 2023-06-21 14:40:28 +03:00
Vlad Stan
7e2c903334 fix: uniqueness check 2023-05-31 12:13:57 +03:00
Vlad Stan
727f8fc3ce fix: correctly handle "REQ" 2023-05-31 11:55:56 +03:00
Vlad Stan
6852a9aa5e fix: do not share the subscriptions object between relays
Change in one relay reflects in others.
The RelayManager takes care of updating each relay individually.
2023-05-31 11:55:41 +03:00
Vlad Stan
629aa3a6c3 fix: event uniqueness (see comment in code) 2023-05-31 11:54:04 +03:00
callebtc
91078341c7
Merge pull request #16 from lnbits/add_test_button
Test Endpoint
2023-05-08 12:29:53 +02:00
callebtc
f27b4fa569 readd toggletestbutton click 2023-05-08 12:29:43 +02:00
callebtc
55b84de873 expansion button and copy button 2023-05-08 12:16:41 +02:00
callebtc
9f44852b85
Merge pull request #17 from lnbits/doc_troubleshoot
doc: add Troubleshoot
2023-05-08 11:49:33 +02:00
Vlad Stan
ebe16b8993
doc: add Troubleshoot 2023-05-08 11:57:56 +03:00
Vlad Stan
b748dc3cb0 chore: code clean-up 2023-05-05 14:27:07 +03:00
Vlad Stan
d2e1dcc2ee chore: code cleanup & format 2023-05-05 14:00:03 +03:00
Vlad Stan
81e0aa26f8 feat: subscribe to DMs 2023-05-05 13:58:43 +03:00
Vlad Stan
58772043d4 feat: show sent data 2023-05-05 13:45:45 +03:00
Vlad Stan
d74776ee93 chore: code format 2023-05-05 13:01:07 +03:00
Vlad Stan
5d906c1fda feat: send simple DM 2023-05-05 13:00:09 +03:00
Vlad Stan
77f7c0b18f chore: code format 2023-05-05 11:12:12 +03:00
Vlad Stan
7adc33b729 feat: ass basic test api 2023-05-05 11:10:23 +03:00
Vlad Stan
977ee84d9e feat: basic test UI 2023-05-05 11:09:54 +03:00
Vlad Stan
dc6c218618 feat: prepare UI 2023-05-05 10:25:09 +03:00
Vlad Stan
b5d98910db chore: code format 2023-05-05 10:12:49 +03:00
calle
8dd669dd01
Merge pull request #11 from lnbits/cleanup-views
some import cleanup and wrong fastapi imports
2023-04-24 13:17:24 +02:00
calle
8f8786ccc5
Merge pull request #10 from lnbits/bug/loop-tasks-stop
add the main tasks to scheduled_tasks and make dem deinitilize on api_stop
2023-04-24 13:17:11 +02:00
Tiago Vasconcelos
2814d277e5
Update README.md 2023-04-24 10:38:11 +01:00
calle
9cd757e81d
Merge pull request #12 from lnbits/test/tear_down_ws
Test/tear down ws
2023-04-18 18:56:12 +02:00
callebtc
49f206eab3 exponential delay for reconnect 2023-04-18 18:54:38 +02:00
callebtc
ea9fc18c15 reconnect on on_close 2023-04-18 17:50:41 +02:00
callebtc
4c6fed4b10 create ws on connect 2023-04-18 17:47:17 +02:00
callebtc
4d4dd841b1 replace subscription id parsing with a map 2023-04-17 18:18:03 +02:00
callebtc
8aae5bdf33 loguru not print 2023-04-17 16:08:16 +02:00
callebtc
ca30e730ab rewrite CLOSE 2023-04-17 16:06:15 +02:00
callebtc
33df69c73a fix endless loop 2023-04-17 15:47:03 +02:00
dni ⚡
625748e119
some import cleanup and wrong fastapi imports 2023-04-17 14:46:45 +02:00
dni ⚡
6500e5c9bb
forgot asyncio 2023-04-17 14:42:14 +02:00
dni ⚡
38e5eeece0
add the main tasks to scheduled_tasks and make dem deinitilize on api_stop 2023-04-17 14:39:27 +02:00
calle
37b48b7c0c
Merge pull request #9 from lnbits/resusbscribe_on_add
Resusbscribe on add
2023-04-13 13:12:24 +02:00
callebtc
a37b4f01d5 Merge branch 'main' into resusbscribe_on_add 2023-04-11 15:48:07 +02:00
callebtc
e0938cb760 resubscribe when a new relay is added 2023-04-11 15:47:21 +02:00
calle
a24dbc0a4d
Merge pull request #8 from lnbits/code_format_23.03.2023
chore: code format
2023-03-23 10:01:21 +01:00