Commit Graph

256 Commits

Author SHA1 Message Date
3eb290a594 move InMemoryDB to system 2024-01-05 12:38:04 +02:00
f39831dde8 chore: Update translations 2024-01-05 10:18:57 +00:00
1a9e571b0f use InMemoryDB instead of seenEvents LRUSet 2024-01-05 12:14:53 +02:00
70b85dcc9c disable seenEvents check in connection 2024-01-05 01:05:46 +02:00
5d259cee95 store events in SortedMap to avoid sort on render 2024-01-04 18:12:34 +02:00
26146106d4 chore: Update translations 2024-01-04 08:50:58 +00:00
d31a03a565 use seenEvents in IndexedDB 2024-01-04 10:44:46 +02:00
287ce32690 use LRUSet to skip already seen event processing 2024-01-04 10:36:23 +02:00
0043b7e8bd
feat: full event verify in wasm 2024-01-03 23:20:37 +00:00
395848fd8c add optional idb "relay" worker 2024-01-03 16:53:33 +02:00
d840f2b952 NostrSystemEvent "event" id -> subId 2024-01-03 12:27:05 +02:00
7c8136b503
fix: check sig exists 2024-01-02 15:51:19 +00:00
7b72f9f775
chore: formatting 2023-12-28 17:40:53 +00:00
c2e1215667
refactor: extract connection pool
wip: setup system-worker
2023-12-28 17:40:26 +00:00
1639937d8c webrtc works in dev, add some missing list keys 2023-12-21 22:40:08 +02:00
9e6971423e webrtc 2023-12-21 21:57:08 +02:00
1309937869 wip webrtc 2023-12-21 19:51:37 +02:00
0c2ed147b0
fix: match file extensions with lower case 2023-12-20 16:07:04 +00:00
06b7dcad11
feat: tools pages
Various other fixes:
- Better handeling of limit/since/before merging
- Expose timeout through request builder
- Expose PickN through request builder
- Fix tests
2023-12-20 14:08:05 +00:00
57c0998eaa fix unknown tag error from notes 2023-12-15 10:17:23 +02:00
8d6cdb3868
feat: schnorr check in wasm 2023-12-12 22:46:36 +00:00
fce7cc70a3
feat: parse imeta 2023-12-11 11:36:23 +00:00
74bc8bafda update yarn.lock 2023-12-08 11:35:07 +02:00
1dc3059d0d
fix: depends 2023-12-07 21:55:41 +00:00
bcab6b0f0e
feat: add marker param to toEventTag 2023-12-07 21:55:41 +00:00
c98f7ad12d
feat: add created_at to parsed zaps 2023-12-07 21:55:41 +00:00
fbd6285b47 nip4decrypt 2023-12-07 11:26:52 +02:00
cfb446c7c8
feat: toast notify on publish 2023-12-02 22:44:56 +00:00
benthecarman
9b5721faa4
Trim Zap comment
We had a bug when trying to parse the json of a comment. It had a \n at the end of it and a browser's json parser couldn't handle it. This should fix
2023-11-29 09:49:49 +00:00
09dd97111a Merge remote-tracking branch 'kieran/main' 2023-11-27 15:53:01 +02:00
edf4c0db99
chore: bump packages 2023-11-26 17:56:04 +00:00
c2bd6ae856 Merge remote-tracking branch 'kieran/main' 2023-11-26 15:52:50 +02:00
13b76e7709 show "followed by" on profile pages 2023-11-24 16:18:32 +02:00
3e8fe2ca95
fix: live stream embed layout 2023-11-23 13:09:23 +00:00
2884a35b5c
chore: random fixes 2023-11-22 15:34:46 +00:00
a67263e5e1
feat: automated outbox model 2023-11-22 13:58:53 +00:00
a80c330e5b chore: Update translations 2023-11-22 11:41:32 +00:00
92c26ca609
feat: write reply events to recipients relays 2023-11-22 11:40:28 +00:00
7c8fff97ce
chore: cleanup / yarn sdks 2023-11-20 19:16:47 +00:00
81d4382aba Merge pull request 'Vite build tools' (#695) from mmalmi/snort:main into main 2023-11-20 16:21:46 +00:00
6d706717c8 sw loading 2023-11-20 18:19:26 +02:00
52553adabf wip vite 2023-11-20 18:19:24 +02:00
1687137572 Merge pull request 'SocialGraph' (#691) from mmalmi/snort:main into main
Reviewed-on: Kieran/snort#691
2023-11-18 11:45:12 +00:00
e3cb397d1d chore: Update translations 2023-11-17 21:52:03 +00:00
9721aa506a
fix: random exception on mentions 2023-11-17 21:50:12 +00:00
963ce098c6 system/SocialGraph, socialGraphInstance 2023-11-17 11:47:12 +02:00
e65845af6d
feat: include targetEvents in parsedZap 2023-11-14 13:55:15 +00:00
a2d084ab70
fix: replyToThis bug 2023-11-14 13:33:54 +00:00
7174ed2502
refactor: simplify useEventReactions hook 2023-11-14 12:55:46 +00:00
5fea9f3dfb
chore: bump packages 2023-11-14 12:07:25 +00:00
eb47da0417
fix: context 2023-11-14 11:43:50 +00:00
f2a41cb474
refactor: inline hashtag posts 2023-11-14 11:09:53 +00:00
24978f4e62
feat: appdata 2023-11-13 16:51:29 +00:00
540f29dd69
feat: hashtags header 2023-11-13 15:58:14 +00:00
e9b7c7c6e3
chore: improve logging 2023-11-11 13:39:33 +00:00
6f396c825c
fix: auth 2023-11-11 13:31:38 +00:00
04a49755e6
feat: nreq 2023-11-10 13:58:27 +00:00
b765cb29b7
refactor: update nip51 support 2023-11-10 13:17:19 +00:00
aa31047c45
fix: missing sent timestamp on force-close query 2023-11-09 14:30:59 +00:00
2d4d9117bd
fix: events 2023-11-08 15:18:01 +00:00
d119a5f626
feat: sign up flow v2 2023-11-08 14:47:46 +00:00
a2bcb936ef
fix: trim invalid chars from NostrLink 2023-11-08 14:47:46 +00:00
c9935a275e
feat: system on-event 2023-11-08 09:45:47 +00:00
3326aedc52
feat: collect relay metrics 2023-11-08 09:45:47 +00:00
fcd2c8a3a0
feat: event emitter 2023-11-07 14:21:44 +00:00
758107fd50
bug: parse legacy tag refs 2023-11-07 14:21:43 +00:00
e0b68ae817
chore: more relay info 2023-11-06 12:46:17 +00:00
930b493a12
fix: write relays only in relay metadata 2023-11-03 14:30:22 +09:00
9eb029e1dc
fix: zapper for zap goals 2023-11-03 10:07:06 +09:00
ed3b6c84cf
fix: remove relay tag from zap e/a tag 2023-11-03 01:43:34 +09:00
d4bf929e60
fix: upgrade existing connection to non-ephemeral 2023-11-02 06:48:07 +09:00
824b6fdce4
feat: cache in settings 2023-10-19 19:25:33 +01:00
c96ea94bb3
chore: remove big E 2023-10-19 16:46:05 +01:00
4be93c8f51
fix: always encode as naddr for PRE 2023-10-18 15:06:35 +01:00
a081f9655e
chore: always add prefix on encode 2023-10-18 09:50:26 +01:00
2e663dcb4c NostrLink.encode(prefix: NostrPrefix) 2023-10-18 10:01:25 +03:00
d9bd198e8d CONFIG.eventLinkPrefix 2023-10-17 21:36:22 +03:00
faaeb6af4a
refactor: flex styles / fixes / profile links 2023-10-17 14:04:48 +01:00
3b427338f4
chore: bump packages 2023-10-16 20:31:12 +01:00
10e83a5f55
Big E tag
https://github.com/nostr-protocol/nips/issues/812
2023-10-15 21:40:20 +01:00
93e8e0bbae
feat: make sig checks optional 2023-10-13 16:34:31 +01:00
87bb9dafeb
fix: check all sigs 2023-10-13 14:39:37 +01:00
430763478f
fix: use last e/a tag for reply context 2023-10-13 11:10:55 +01:00
2e38ac0d4f
feat: respond to auth only when expected 2023-10-12 22:02:05 +01:00
5a67edaf0b
fix: typo 2023-10-11 20:59:35 +01:00
88ac4063cd
validate events on receive 2023-10-11 19:24:10 +01:00
0e4a040750
feat: note publishing progress 2023-10-11 15:41:36 +01:00
6eca5a632d
feat: long form rendering 2023-10-11 11:45:10 +01:00
3b505f6c3e
relax zaps validation 2023-10-11 11:45:10 +01:00
9d33abbf1e
feature flags config / typed app config 2023-10-10 10:37:53 +01:00
8d882a0844
Profile hover cards 2023-10-09 16:32:14 +01:00
b27bb47007
Notification summary 2023-10-09 14:35:21 +01:00
Fernando Porazzi
9c4871d3c1
feat: highlight code blocks 2023-10-09 11:05:53 +02:00
cb8fec85c3 chore: Update translations 2023-10-06 12:20:20 +00:00
aa1ab7023f
Remove useless test 2023-10-06 13:19:33 +01:00
74c61ca9ba
Fix tests 2023-10-06 13:16:28 +01:00
7c839ae3a8 Merge pull request 'feat: group images into a gallery' (#639) from fernandoporazzi/snort:group-post-images into main
Reviewed-on: Kieran/snort#639
2023-10-05 13:10:43 +00:00
4342669896
Make pin optional 2023-10-05 14:02:41 +01:00
Fernando Porazzi
8e34a7a078
feat: group images into a gallery 2023-10-05 14:18:15 +02:00
Fernando Porazzi
a0824646eb
feat: solve conflicts 2023-09-29 17:15:27 +02:00