Alex Gleason
|
3513206de1
|
stickynotes alias
|
2024-05-01 16:14:50 -05:00 |
|
Alex Gleason
|
c190d2c8ce
|
Refactor Storages to get lazy-loaded only when they are used
|
2024-05-01 14:56:47 -05:00 |
|
Alex Gleason
|
23e00b0042
|
Make Kysely an import alias
|
2024-05-01 09:26:17 -05:00 |
|
Alex Gleason
|
f61d29eb66
|
Upgrade Nostrify to v0.15, use MockRelay in tests instead of NCache
|
2024-04-26 12:33:52 -05:00 |
|
Alex Gleason
|
7a18a19b2f
|
Remove subs.ts & subscription.ts, refactor around it
|
2024-04-25 18:23:26 -05:00 |
|
Alex Gleason
|
5d84566385
|
Merge branch 'perf-hydrate-events' into 'main'
Performance: hydrate events makes up to 5 calls to database
See merge request soapbox-pub/ditto!175
|
2024-04-23 20:24:55 +00:00 |
|
Alex Gleason
|
a53a21ffcf
|
pipeline: print policy result
|
2024-04-23 01:29:18 -05:00 |
|
Alex Gleason
|
69178ae523
|
Load a custom policy from data/policy.ts
|
2024-04-23 01:11:37 -05:00 |
|
P. Reis
|
b77c8a00cd
|
perf: make up to 5 calls to database in hydrateEvents & remove old hydrate functions
|
2024-04-22 22:15:36 -03:00 |
|
Alex Gleason
|
9c91e41e87
|
Switch NSpec to Nostrify, update imports
|
2024-04-19 16:39:35 -05:00 |
|
Alex Gleason
|
595d5a4117
|
Avoid EventDB.count for single row fetches
|
2024-04-08 10:43:26 -05:00 |
|
Alex Gleason
|
c0c586b364
|
Add last_updated_at column to pubkey_domains
|
2024-04-05 21:48:59 -05:00 |
|
Alex Gleason
|
5e834d2a6b
|
pipeline: remove broadcast function
|
2024-04-02 19:53:11 -05:00 |
|
Alex Gleason
|
21bec6b131
|
pipeline: call hydrateEvents from hydrateEvent
|
2024-03-30 23:38:48 -05:00 |
|
Alex Gleason
|
940fc7a305
|
Add DVM module, process domain name requests
|
2024-03-26 19:28:13 -05:00 |
|
Alex Gleason
|
25a4384587
|
Hydrate event author in pipeline to relieve streaming API
|
2024-03-20 13:49:02 -05:00 |
|
Alex Gleason
|
07ebb490d2
|
Make streaming by domain work
|
2024-03-20 13:42:59 -05:00 |
|
Alex Gleason
|
a8b5888e6d
|
pipeline: get nip05 domain correctly
|
2024-03-20 13:20:12 -05:00 |
|
Alex Gleason
|
e2cc6132be
|
Track pubkey domains
|
2024-03-19 17:45:19 -05:00 |
|
Alex Gleason
|
648c32986b
|
pipeline: remove awkward registerUser flow
|
2024-03-16 15:07:45 -05:00 |
|
Alex Gleason
|
09369a0122
|
hydrateEvent -> purifyEvent (it sounds cooler)
|
2024-03-16 13:19:11 -05:00 |
|
Alex Gleason
|
0df4ac7331
|
pipeline: let the people post
|
2024-03-16 13:16:35 -05:00 |
|
Alex Gleason
|
3c8b5be783
|
pipeline: fix hydrateEvent
|
2024-03-12 17:09:22 -05:00 |
|
Alex Gleason
|
45e1762b50
|
pipeline: handle registrations
|
2024-03-12 16:10:19 -05:00 |
|
Alex Gleason
|
641d2872d8
|
Actually, revert anything Alby would sign to nip04 since Alby doesn't support nip44 yet
|
2024-02-21 14:50:26 -06:00 |
|
Alex Gleason
|
d5d642b10b
|
Switch all nip04 calls to nip44
|
2024-02-21 14:39:05 -06:00 |
|
Alex Gleason
|
5961b28c36
|
Remove crypo.ts, call AdminSigner instead
|
2024-02-12 12:01:35 -06:00 |
|
Alex Gleason
|
59d53c4a2f
|
Add APISigner and AdminSigner classes, implement NostrSigner interface
|
2024-02-12 11:52:05 -06:00 |
|
Alex Gleason
|
1e3f637358
|
verifySignatureWorker -> verifyEventWorker
|
2024-02-12 11:42:25 -06:00 |
|
Alex Gleason
|
cb80770fc7
|
Upgrade NSpec, update count interface
|
2024-02-12 10:48:26 -06:00 |
|
Alex Gleason
|
e9d29075eb
|
pipeline: catch error on broadcast
|
2024-02-02 14:51:22 -06:00 |
|
Alex Gleason
|
57e9534552
|
Zaps: dehydrate event before passing into LNURL callback
|
2024-01-24 15:47:19 -06:00 |
|
Alex Gleason
|
0fc8143889
|
Get rid of unnecessary memorelay module, replace with NCache
|
2024-01-23 17:50:33 -06:00 |
|
Alex Gleason
|
5b24b7ad39
|
Pass Request signal down from API controllers
|
2024-01-23 15:58:59 -06:00 |
|
Alex Gleason
|
77f2e2d940
|
pipeline: pass signals all the way down
|
2024-01-23 14:35:35 -06:00 |
|
Alex Gleason
|
c6062874bd
|
Implement NStore interface from NLib
|
2024-01-23 14:06:51 -06:00 |
|
Alex Gleason
|
aaf01462c1
|
Update code to use new DittoEvent and DittoFilter. Event -> NostrEvent
|
2024-01-23 12:07:22 -06:00 |
|
Alex Gleason
|
b971b5274d
|
Remove UserData type, hydrate the event instead
|
2024-01-23 10:56:17 -06:00 |
|
Alex Gleason
|
8494bd5f67
|
pipeline: pass signal down to everything that accepts it
|
2024-01-22 14:31:52 -06:00 |
|
Alex Gleason
|
c5e7b3bf0c
|
pipeline: clean up zaps function
|
2024-01-22 14:24:37 -06:00 |
|
Alex Gleason
|
13c50c71bd
|
Cache the LNURL response
|
2024-01-22 12:42:39 -06:00 |
|
Alex Gleason
|
d73fa7a311
|
Start simplifying LNURL code with NLib
|
2024-01-22 12:35:30 -06:00 |
|
Alex Gleason
|
b5a1220159
|
Publish NWC event from pipeline
|
2024-01-16 18:11:19 -06:00 |
|
Alex Gleason
|
40d3a46c16
|
pipeline: use fetchWorker properly for zaps, pass signal
|
2024-01-15 17:56:03 -06:00 |
|
Alex Gleason
|
455459bea7
|
pipeline: process zap requests by local users
|
2024-01-15 17:14:08 -06:00 |
|
Alex Gleason
|
e3631104a6
|
pipeline: fix admin event deletion
|
2024-01-11 19:11:04 -06:00 |
|
Alex Gleason
|
c4920ccb2e
|
pipeline: let the admin pubkey delete anything with kind 5's
|
2024-01-11 19:05:34 -06:00 |
|
Alex Gleason
|
937ae1eab6
|
Refactor EventStore to use a more Set-like interface
|
2024-01-08 15:18:01 -06:00 |
|
Alex Gleason
|
f8a0698c3a
|
Reqmeister: encounter -> storeEvent
|
2024-01-07 16:37:06 -06:00 |
|
Alex Gleason
|
a10108e109
|
Move client to a PoolStore storage class
|
2024-01-07 15:15:20 -06:00 |
|