fiatjaf
cecc71cd81
fix and improve envelope stuff again, deal with messages as strings on all envelope parsing steps.
2025-03-12 00:18:11 -03:00
fiatjaf
332a1642f0
nip77: FetchIDsOnly()
2025-02-12 15:45:52 -03:00
fiatjaf
ade3996fbf
nip77: simplify direction selection.
2024-12-17 13:30:49 -03:00
Gabriel Moura
b02f0d6537
implements direction to nip77
2024-12-17 13:26:03 -03:00
fiatjaf
c5c9bba586
nip77: remove bloom filter, use a map.
2024-11-26 13:22:37 -03:00
fiatjaf
a0bf181547
remove HTML escaping from (easy)json encoder everywhere.
2024-11-11 22:55:07 -03:00
fiatjaf
7fd28f6db0
negentropy: fix the two bugs @hoytech found.
2024-09-20 22:41:49 -03:00
fiatjaf
4d63672462
negentropy: fix frameSizeLimit check (was checking against the hex).
2024-09-20 20:53:57 -03:00
fiatjaf
101031b9e8
negentropy: fix getMinimalBound() to go 2 hex chars each time instead of 1.
2024-09-20 18:05:40 -03:00
fiatjaf
0bcefc86ef
negentropy: return our version if we are a server and got the wrong version (blergh).
2024-09-20 17:47:55 -03:00
fiatjaf
9813d1776f
negentropy: fuzz testing, move accumulator to vector package.
2024-09-20 10:57:00 -03:00
fiatjaf
e9e96be95e
negentropy: fix one stupid bug and rename Initiate() to Start().
2024-09-19 15:53:04 -03:00
fiatjaf
f94199cfc0
negentropy: refactor for allowing different types of storage.
2024-09-19 11:35:16 -03:00
fiatjaf
3d58ac5ec2
negentropy: create Haves and HaveNots channels so they can be listened to immediately.
2024-09-19 11:35:16 -03:00
fiatjaf
b1dd120ec7
negentropy: slightly faster encodeVarInt()
2024-09-19 11:35:16 -03:00
fiatjaf
6910f391fe
negentropy: small refactors here and there, comments and making the code clearer.
2024-09-19 11:35:16 -03:00
fiatjaf
e1cdb71d6f
negentropy: mention that we forked from that other repo.
2024-09-17 17:23:08 -03:00
fiatjaf
4c9ab850a5
negentropy: default frameSizeLimit to basically infinite.
2024-09-16 22:10:03 -03:00
fiatjaf
7ab94cc3d9
updating nip77.go to 286040c
2024-09-14 17:08:12 -03:00
fiatjaf
495c6e6e75
negentropy: test lists equality instead of matching elements.
2024-09-14 17:06:10 -03:00
fiatjaf
286040c4ce
negentropy: do the algorithm entirely in hex.
...
plus:
- nicer iterators
- some optimizations here and there.
- something else I forgot.
2024-09-14 16:28:21 -03:00
fiatjaf
a094f3a9d2
negentropy.
...
- a way to handle custom messages from Relay (NEG-whatever etc)
- negentropy implementation (adapted from that other one)
- nip77 nostr negentropy extension
- QueryEvents method for RelayStore that returns a channel (makes negentropy syncing work more seamlessly)
2024-09-14 07:40:09 -03:00