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 |
|
Vlad Stan
|
c97fcec6e9
|
refactor: extract init_filters and event_getter
|
2023-02-23 11:26:42 +02:00 |
|
Vlad Stan
|
0cc5c59a73
|
chore: initial commit
|
2023-02-23 09:34:14 +02:00 |
|
callebtc
|
d504146f91
|
admin check and thread as daemon
|
2023-02-17 16:13:06 +01:00 |
|
callebtc
|
dfe15f6673
|
fix match
|
2023-02-15 13:43:29 +01:00 |
|
callebtc
|
ec72e03065
|
Merge branch 'main' of https://github.com/lnbits/nostrclient
|
2023-02-15 11:51:31 +01:00 |
|
callebtc
|
699700c635
|
support multiple filters
|
2023-02-15 11:51:18 +01:00 |
|
ben
|
0820e0ca72
|
Added description
|
2023-02-13 15:44:52 +00:00 |
|
callebtc
|
03719603a2
|
okokok
|
2023-02-13 16:30:36 +01:00 |
|
callebtc
|
4feb366493
|
update
|
2023-02-13 16:14:52 +01:00 |
|
callebtc
|
f03284d4ea
|
add folder
|
2023-02-13 15:28:47 +01:00 |
|
callebtc
|
e8c9950cb0
|
remove submodule
|
2023-02-13 15:28:36 +01:00 |
|