ditto/src
Alex Gleason e6c8d1dad9
Add an EventStore interface, refactor eventsDB
2023-12-29 13:12:16 -06:00
..
controllers Add an EventStore interface, refactor eventsDB 2023-12-29 13:12:16 -06:00
db Add an EventStore interface, refactor eventsDB 2023-12-29 13:12:16 -06:00
middleware reqmeister: middleware/cache, reqmeister, nip05, unfurl, refactor some code 2023-12-27 20:07:13 -06:00
schemas Move emojiTagSchema into schemas/nostr.ts 2023-10-06 12:39:22 -05:00
uploaders fetchWorker: support POST'ing (and FormData) 2023-11-29 13:01:48 -06:00
utils unfurl: fix missing import, debug errors 2023-12-28 15:55:48 -06:00
views Add an EventStore interface, refactor eventsDB 2023-12-29 13:12:16 -06:00
workers debug: fetch.worker, sqlite.worker 2023-12-27 16:59:06 -06:00
app.ts debug: don't log http requests for /packs etc 2023-12-27 21:57:10 -06:00
client.ts debug: improve logging with REQ 2023-12-27 22:02:32 -06:00
config.ts Set SQLite PRAGMAs on start 2023-10-11 23:05:43 -05:00
cron.ts debug: more modules 2023-12-27 20:19:59 -06:00
crypto.ts Rework web signer to use NIP-46 events 2023-08-26 18:03:59 -05:00
db.ts debug: more modules 2023-12-27 20:19:59 -06:00
deps-test.ts fetchWorker: support RequestInit 2023-11-28 21:31:26 -06:00
deps.ts Merge remote-tracking branch 'origin/main' into pool-worker 2023-12-28 14:22:51 -06:00
filter.test.ts Add filter.test.ts 2023-12-28 13:26:41 -06:00
filter.ts queries: make getAuthor use memorelay 2023-12-27 23:55:42 -06:00
firehose.ts debug: firehose, stats, sub 2023-12-27 19:35:06 -06:00
kinds.ts kinds: improve detection of legacy kinds 2023-08-26 13:25:32 -05:00
note.ts note: don't console.error on bad link, fix `isLinkURL` function 2023-12-27 21:25:57 -06:00
pipeline.ts Add an EventStore interface, refactor eventsDB 2023-12-29 13:12:16 -06:00
pool.ts Merge remote-tracking branch 'origin/main' into pool-worker 2023-12-28 14:22:51 -06:00
pragma.ts Fix tests 2023-10-11 23:50:11 -05:00
precheck.ts Add a precheck file to throw when config is wrong 2023-09-08 15:48:00 -05:00
queries.ts Add an EventStore interface, refactor eventsDB 2023-12-29 13:12:16 -06:00
reqmeister.ts reqmeister: accept `signal` 2023-12-28 13:41:04 -06:00
schema.ts Move emojiTagSchema into schemas/nostr.ts 2023-10-06 12:39:22 -05:00
sentry.ts Sentry: decrease tracesSampleRate to 0.2 2023-12-10 17:55:07 -06:00
server.ts Track queries with Sentry 2023-12-07 12:09:04 -06:00
sign.ts debug: more modules 2023-12-27 20:19:59 -06:00
stats.ts Add an EventStore interface, refactor eventsDB 2023-12-29 13:12:16 -06:00
store.ts Add an EventStore interface, refactor eventsDB 2023-12-29 13:12:16 -06:00
subs.ts debug: streaming, simplify other logs 2023-12-27 20:39:38 -06:00
subscription.ts Subscription: fix it with nostr-machina 2023-10-04 16:09:23 -05:00
tags.ts pipeline: process kind 5 deletion events 2023-09-05 21:24:59 -05:00
types.ts Implement frontend configurations 2023-09-03 18:49:45 -05:00
upload.ts media: refactor upload code into a separate module 2023-09-11 17:49:38 -05:00
utils.ts eventMatchesTemplate: let the event timestamp be greater than the template 2023-11-20 21:20:14 -06:00
views.ts Add an EventStore interface, refactor eventsDB 2023-12-29 13:12:16 -06:00