Commit Graph

36 Commits

Author SHA1 Message Date
3212155a43 feat: nip5 manager 2023-03-30 19:21:33 +01:00
c731c65661 dm cache 2023-03-29 13:10:22 +01:00
2ccf593476 bug: load more fix 2023-03-28 16:41:57 +01:00
465c59ea20 refactor: RequestBuilder 2023-03-28 15:34:01 +01:00
9b6e5090dc feat: nip19/21 links 2023-03-25 22:55:34 +00:00
424c7c79d7 chore: avoid SubtleCrypto 2023-03-16 17:10:17 +00:00
84ad3556a7 only replace note ID when note ID starts with @ character (#441)
* only replace note ID when note ID is surrounded by space chars

This prevents partial parts of links with note IDs from being converted to a tag.

* make sure to keep whitespace around note ID

* improve var name

* allow users to prefix note ID with an @

* require notes to be prefixed with `@`
2023-03-15 18:02:54 -07:00
3dccf21d2c Fix event mention bug (#421)
* only replace valid note IDs

* render empty string if no ref.Event
2023-03-10 08:08:59 -08:00
cd4dcbd0a2 feat: read nip-58 badges (#394) 2023-03-09 11:13:10 +01:00
c702d1b760 chore: improve zapper validation 2023-03-05 16:58:34 +00:00
32549522d4 feat: improve profile cache (again) 2023-03-03 14:30:31 +00:00
1b363ec15f progress 2023-02-28 22:21:50 +00:00
a39d015917 feat: always show zaps 2023-02-28 19:47:04 +00:00
f30a9075a2 bug: prevent multiple parallel WebLN calls 2023-02-28 19:25:33 +00:00
5e7ce7de35 bug: trim relays in zap 2023-02-28 16:07:20 +00:00
8c286c04f3 feat: fast zaps 2023-02-27 17:46:01 +00:00
45c4c3bce1 feat: nip5 in profile path 2023-02-27 13:17:57 +00:00
70db025ed2 bug: follows you 2023-02-24 19:28:29 +00:00
88dc0647d7 Merge pull request #339 from v0l/feed-cache-rework
Feed cache rework
2023-02-21 15:11:05 +00:00
a49121c05a chore: remove feed cache 2023-02-21 12:03:14 +00:00
389f73725f Merge pull request #337 from v0l/fix-stale-relays
Fix stale relays
2023-02-21 10:14:01 +00:00
3f406ec19e feat: improve profile loading 2023-02-20 23:14:15 +00:00
6254149c2a fix stale relays bug
Pulling data from kind 3 event instead of kind 65 since it's more widely supported. Also, turned off the cache to try to ensure that most recent relay data is displayed.
2023-02-20 16:52:03 -06:00
eddba62575 Revert "fix stale relays bug"
This reverts commit 32c2e663a9.
2023-02-20 15:42:48 -06:00
32c2e663a9 fix stale relays bug
Also, attempts to send updated relays to all online relays using Blastr. If that fails, it falls back to broadcasting to 20 random online relays.
2023-02-20 14:22:07 -06:00
1161c69e36 Merge pull request #314 from kphrx/feat/kind1-reposts
feat: render kind 1 reposts
2023-02-18 23:01:28 +00:00
b5d7e2c58a feat: zap type 2023-02-18 20:37:04 +00:00
b7b23dcfc7 refactor: yarn format 2023-02-18 10:10:18 +09:00
43c90e34b7 fix: send all relays when zapping 2023-02-17 11:49:58 +01:00
188b599e85 refactor: rename isTextRepost to tagFilterOfTextRepost 2023-02-16 23:11:29 +09:00
615c2a974a refactor: extract repost filter to Util.isTextRepost
resolve https://github.com/v0l/snort/pull/314\#discussion_r1108279333
2023-02-16 20:42:46 +09:00
edabdedced feat: add tracking id for kind1 reposts 2023-02-16 18:17:11 +09:00
abfb6d8c38 pass dpr for imgproxy 2023-02-14 16:10:03 +00:00
73957e6510 count in profile page 2023-02-14 14:29:36 +00:00
ba01423110 rebase 2023-02-14 14:35:12 +01:00
2a211b78a1 workspace with decoupled nostr package 2023-02-14 14:27:40 +01:00