fiatjaf
|
dd603e47d8
|
some small bugs codebuff found.
|
2025-04-03 23:31:34 -03:00 |
codytseng
|
6b39de04d7
|
Fix auth() not returning on consecutive calls
|
2025-03-17 13:31:24 -03:00 |
fiatjaf
|
05eb62da5b
|
support subscription label, not only an absolute id.
|
2025-03-02 01:25:39 -03:00 |
im-adithya
|
9c50b2c655
|
fix: clear timeout in publish and auth
|
2024-12-03 11:09:11 -03:00 |
Asai Toshiya
|
d062ab8afd
|
make publish() timeout.
|
2024-10-30 11:55:04 -03:00 |
Callum Macdonald
|
0b5b35714c
|
Add subscription id to `relay.subscribe()`.
fix #439
|
2024-10-17 09:30:49 -03:00 |
fiatjaf
|
753ff323ea
|
specify websocket error as close reason when no message is available.
fixes https://github.com/nbd-wtf/nostr-tools/issues/411
|
2024-06-06 15:32:27 -03:00 |
fiatjaf
|
87a91c2daf
|
fix useWebSocketImplementation so it works with pool on nodejs esm.
|
2024-05-29 13:39:00 -03:00 |
hzrd149
|
e217f751da
|
fix count request in anstract relay
|
2024-05-02 11:37:50 -03:00 |
fiatjaf
|
1d7620a057
|
temporary _onauth handler until we figure stuff out.
|
2024-04-05 07:22:17 -03:00 |
fiatjaf
|
564c9bca17
|
don't try to send a ["CLOSE"] after the websocket is closed.
addresses https://github.com/nbd-wtf/nostr-tools/pull/387
|
2024-03-16 13:40:02 -03:00 |
fiatjaf
|
0190ae94a7
|
Revert "fix: error thrown on ws close"
This reverts commit e1bde08ff3 .
|
2024-03-16 13:32:33 -03:00 |
Jeffrey Ko
|
e1bde08ff3
|
fix: error thrown on ws close
|
2024-03-16 13:29:24 -03:00 |
Alex Gleason
|
9c0ade1329
|
Fix (most) slow types by adding explicit return types
|
2024-03-07 07:22:44 -03:00 |
fiatjaf
|
01f13292bb
|
useWebSocketImplementation() on relay.ts
|
2024-02-14 13:19:48 -03:00 |
fiatjaf
|
1cfe705baf
|
auth() returns a promise that resolves on OK.
fixes https://github.com/nbd-wtf/nostr-tools/issues/336
|
2023-12-26 07:56:55 -03:00 |
fiatjaf
|
703c29a311
|
fix things so relays tests work.
|
2023-12-22 11:38:35 -03:00 |
fiatjaf
|
f719d99a11
|
rename this._push to this._onmessage and use it internally.
|
2023-12-22 10:54:03 -03:00 |
fiatjaf
|
7adbd30799
|
streamline and improve benchmarks.
|
2023-12-22 06:57:23 -03:00 |
fiatjaf
|
7f11c0c618
|
unsplit, backwards-compatibility, wasm relay and pool must be configured manually from the abstract classes.
|
2023-12-21 19:57:28 -03:00 |