Commit graph

65 commits

Author SHA1 Message Date
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
Vlad Stan
1e4ea75b00 fix: exclude /nostr from code format 2023-03-23 10:58:52 +02:00
Vlad Stan
f369e2fdac Revert "chore: code format"
This reverts commit 619e0f05e2.
2023-03-23 10:57:29 +02:00
Vlad Stan
619e0f05e2 chore: code format 2023-03-23 10:35:45 +02:00
calle
0ffb158769
Merge pull request #7 from lnbits/fix/adding_removing
refactor nostrclient
2023-03-21 16:31:42 +01:00
callebtc
2ff67b65e8 fix it 2023-03-21 16:31:32 +01:00
callebtc
d67133ae61 refactor nostrclient 2023-03-21 16:17:04 +01:00
calle
38f28ac6aa
Merge pull request #6 from lnbits/improve-frontend
improve frontend, no reloading. types in views_api, formatting
2023-03-21 15:46:25 +01:00
dni ⚡
4549d0af09
revert formatting nostr 2023-03-19 11:15:26 +01:00
dni ⚡
bb1941445d
improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +01:00
callebtc
802d01cc4b fix 2023-03-15 12:03:47 +01:00
callebtc
964b56f992 Merge branch 'main' of https://github.com/lnbits/nostrclient 2023-03-15 12:00:09 +01:00
callebtc
2b838abe3f quick fix 2023-03-15 11:59:31 +01:00
calle
dc8bab562e
Update README.md 2023-03-15 11:04:56 +01:00
callebtc
d6b4233541 update UI 2023-03-15 11:02:54 +01:00
calle
6ad9a83db1
Merge pull request #4 from lnbits/router-and-rewrite-subs
Router and rewrite subs
2023-03-09 14:44:58 +01:00
callebtc
cba039d041 EOSE works 2023-03-09 14:42:31 +01:00
callebtc
8a6adb4768 refactor nostrrouter and rewrite subscription ids 2023-03-09 13:26:07 +01:00
Pavol Rusnak
55b17e184d
add license 2023-03-08 17:24:41 +01:00
callebtc
a8b0f9b511 remove timer 2023-03-08 17:02:41 +01:00
callebtc
4bcdd106be remove comments 2023-03-08 16:52:14 +01:00
callebtc
87d93c78cf wss only 2023-03-08 16:51:54 +01:00
calle
ff4d15252a
Merge pull request #1 from lnbits/fix_filters
filter subscribtion over `websockets`
2023-02-23 12:57:07 +01:00
calle
380747a72b
Update views_api.py 2023-02-23 12:56:56 +01:00
Vlad Stan
a24762932c chore: remove print() 2023-02-23 12:00:49 +02:00
Vlad Stan
752fad2e3c fix: allow ws:// relays 2023-02-23 11:58:56 +02:00
Vlad Stan
f601ca38f6 feat: add ws_filter_subscribe 2023-02-23 11:27:08 +02:00