Commit Graph

107 Commits

Author SHA1 Message Date
callebtc
1331ca180a count events and queue 2023-02-07 23:22:18 +01:00
callebtc
5054fea937 fix filter 2023-02-07 23:11:43 +01:00
callebtc
6d5e2b3056 Merge branch 'main' into feat/count_events 2023-02-07 23:07:56 +01:00
callebtc
1812b0128f message queues 2023-02-07 23:05:32 +01:00
callebtc
8e39666fe2 update client 2023-02-07 22:08:50 +01:00
calle
455d44b607 Merge pull request #5 from callebtc/fix/dataclass_update
fix: Events initialization
2023-02-07 22:00:43 +01:00
callebtc
c9c00007c7 udpate client 2023-02-07 21:57:30 +01:00
callebtc
2dfb24ac4b fix: Events initialization 2023-02-07 21:57:17 +01:00
callebtc
15e291ed1a Merge remote-tracking branch 'upstream/main' 2023-02-07 16:03:47 +01:00
callebtc
15b16dab98 not working client 2023-02-07 15:58:39 +01:00
kdmukai
69ff17b163 add EncryptedDirectMessage class; simplify Event class (#39) 2023-02-04 09:50:48 -05:00
callebtc
4a56c00ba0 update client to main 2023-02-02 17:05:22 +01:00
callebtc
b1b4e711b2 Merge branch 'track-connection-state' 2023-02-02 16:40:52 +01:00
callebtc
21b3d668ae Merge branch 'main' into feat/count_events 2023-02-02 16:38:51 +01:00
callebtc
88d436799e also reuse proxy 2023-02-02 16:35:57 +01:00
callebtc
fb3bbca372 Merge branch 'jeffthibault-main' 2023-02-02 16:27:46 +01:00
callebtc
9520aabb37 Merge branch 'main' of https://github.com/jeffthibault/python-nostr into jeffthibault-main 2023-02-02 16:27:30 +01:00
callebtc
fa802d7862 verbose stuff 2023-02-01 15:48:23 +01:00
callebtc
f9e1a53609 ping is a property 2023-02-01 15:21:22 +01:00
callebtc
0c9dcc7070 enable ping 2023-02-01 15:14:47 +01:00
callebtc
c22a3e0c43 rename to ping 2023-02-01 15:12:17 +01:00
callebtc
36768d3236 add filter and ping 2023-02-01 15:10:20 +01:00
callebtc
1d6ee33aa4 subscribe global 2023-02-01 14:37:22 +01:00
callebtc
76815b77ee count events 2023-01-31 16:21:21 +01:00
calle
3aee210449 Merge branch 'main' into track-connection-state 2023-01-30 11:28:44 +01:00
jeffthibault
bda320f6d6 require proxy type for tor connection 2023-01-27 13:26:18 -05:00
/dev/fd0
b105e650b3 add proxy argument in open_connections() (#42)
Co-Authored-By: Jeff Thibault <jdthibault2@gmail.com>
2023-01-26 13:33:44 -05:00
kdmukai
8eda01180c refactor Filter class and add Filter test suite (#33) 2023-01-26 08:39:04 -05:00
calle
3794ef2cc5 Do not reconnect on close 2023-01-25 01:45:21 +01:00
calle
c5a050f944 Merge pull request #3 from callebtc/fix/nostr_close
Fix/nostr_close
2023-01-25 01:44:37 +01:00
callebtc
09f4b67674 nostr close 2023-01-25 01:44:11 +01:00
callebtc
479b776fe2 error checking and reconnect 2023-01-25 00:50:13 +01:00
calle
56deff42e3 Merge pull request #2 from callebtc/connection_state
Connection_state
2023-01-25 00:47:30 +01:00
callebtc
06362a47a9 error checking and reconnect 2023-01-25 00:35:48 +01:00
jeffthibault
b8f2d79d2c add mine_key with pow function 2023-01-21 14:57:42 -05:00
jeffthibault
9d523c8942 add error handling to mine_vanity_key function 2023-01-21 14:20:08 -05:00
jeffthibault
35c500cf14 add function to mine vanity key 2023-01-21 14:10:57 -05:00
Ryan Armstrong
a0c89b33b8 clean up created_at default test (#34) 2023-01-21 12:14:06 -05:00
jeffthibault
572bcfe628 refactor: PrivateKey class signs events 2023-01-19 19:51:33 -05:00
jeffthibault
c68ebe5250 fix event id computation bug 2023-01-19 19:25:04 -05:00
kdmukai
d9fb70e8ed Integrate Event and RelayManager w/validity checking (#30) 2023-01-19 18:28:57 -05:00
jeffthibault
3881bce9ec restore test requirements file 2023-01-19 18:13:11 -05:00
Ryan Armstrong
87f4207b88 Fix Event default timestamp (#24)
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2023-01-19 14:29:25 -05:00
kdmukai
3a903b77ab [Feature] Initial NIP-26 support (#25)
* adds initial NIP-26 support

* Update README.md

* Update README.md
2023-01-11 17:54:17 -05:00
dni ⚡
181c1efa23 add from npub to publickey (#22) 2022-12-31 08:34:02 -05:00
Jeff Thibault
039a171772 update readme 2022-12-29 16:53:57 -05:00
jeffthibault
fb469bdde6 package setup 2022-12-29 14:58:19 -05:00
jeffthibault
c55dee5755 add nip-13: proof of work 2022-12-27 20:15:53 -05:00
James Morgan
aa56d84b73 Update README.md (#14)
nit: explicitly use the `venv` that was created
2022-12-27 16:03:23 -05:00
calle
31d02421e4 fix: strip line break in message validity check (#11) 2022-12-27 15:42:32 -05:00