1
0
forked from Kieran/snort
Commit Graph

227 Commits

Author SHA1 Message Date
6026ed34a8 on init, load cached profiles to fuzzy search 2024-01-09 12:38:39 +02:00
bbdfb43834
system-worker progress 2024-01-09 09:30:09 +00:00
53754a5a69 fix build 2024-01-09 10:11:52 +02:00
927718e236
chore: typo 2024-01-08 15:15:48 +00:00
5d3abc553a
feat: NoteStore event-emitter 2024-01-08 15:10:23 +00:00
c80eb25d29 MetadataCache -> CachedMetadata, addCachedMetadataToFuzzySearch 2024-01-08 16:12:43 +02:00
88924941a5
feat: NostrQueryManager 2024-01-08 13:56:10 +00:00
cae865a3e7
feat: emit closed 2024-01-08 13:56:10 +00:00
a20c8dbbf4 add requestAnimationFrame to socialgraph handleevent 2024-01-08 14:44:51 +02:00
185aca0442
refactor: remove event caches 2024-01-08 11:35:56 +00:00
a54924f339
refactor: extract imeta directly in text parser 2024-01-08 11:35:55 +00:00
79fad227c5 smaller inMemoryDb 2024-01-08 13:16:42 +02:00
11e616c612 rm related prop 2024-01-08 13:16:42 +02:00
26a3e95086 add why-did-you-render 2024-01-08 13:16:42 +02:00
b40a8cb9ad do not modify filters in place 2024-01-07 13:40:01 +02:00
1aadda1c6b try disabling alreadyHave check 2024-01-06 01:05:23 +02:00
3a2facd899 send not filter to relays that support nip-113 2024-01-05 14:02:42 +02:00
aa938034c5 fix build 2024-01-05 13:42:50 +02:00
dee9a3de2c add filter.not.ids = [alreadyHave] from memory 2024-01-05 13:21:18 +02:00
cc753d5708 system.HandleEvent 2024-01-05 12:56:46 +02:00
f9302f3917 move InMemoryDB to system 2024-01-05 12:41:48 +02:00
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