ditto/src
Alex Gleason 9cd1ca1861
streaming: don't forget to close the subscription when the socket closes
2023-08-26 15:57:51 -05:00
..
controllers streaming: don't forget to close the subscription when the socket closes 2023-08-26 15:57:51 -05:00
db Move filter types into filter.ts 2023-08-25 13:38:21 -05:00
middleware Delete event.ts, use nostr-tools types 2023-08-16 21:53:51 -05:00
schemas Add NIP-11 schema 2023-08-14 12:29:54 -05:00
transformers Make following work 2023-08-19 13:37:44 -05:00
utils utils/web: make `tags` optional 2023-08-26 15:22:49 -05:00
app.ts Make following work 2023-08-19 13:37:44 -05:00
client.ts Move filter types into filter.ts 2023-08-25 13:38:21 -05:00
config.ts config: add comments to all config options 2023-08-26 11:55:16 -05:00
db.ts db/relays: add `active` column 2023-08-15 19:08:38 -05:00
deps-test.ts Bump std to v0.198.0 2023-08-10 14:08:47 -05:00
deps.ts utils/web: make `tags` optional 2023-08-26 15:22:49 -05:00
filter.ts Move filter types into filter.ts 2023-08-25 13:38:21 -05:00
firehose.ts firehose: catch pipeline crash 2023-08-17 20:28:23 -05:00
kinds.ts kinds: improve detection of legacy kinds 2023-08-26 13:25:32 -05:00
mixer.ts Move filter types into filter.ts 2023-08-25 13:38:21 -05:00
nip05.ts Increase NIP-05 lookup timeout to 2s 2023-08-19 14:56:40 -05:00
note.ts Rename Conf.url() to Conf.local(), replace it with a URL of localDomain 2023-07-09 18:26:33 -05:00
pipeline.ts pipeline: don't store ephemeral events 2023-08-26 13:40:10 -05:00
queries.ts Merge branch 'sync' into 'develop' 2023-08-19 19:09:09 +00:00
schema.ts Make the local timeline correctly filter only local users 2023-08-19 13:01:05 -05:00
server.ts Load dotenv in config.ts, ignore .env.defaults and .env.example 2023-08-04 14:17:50 -05:00
sign.ts Remove admin.ts, move to sign.ts, add createAdminEvent function 2023-08-26 12:48:08 -05:00
stream.ts Streaming: parse stream channel param 2023-05-20 23:47:51 -05:00
subs.ts subs: allow any object in place of the socket 2023-08-26 15:55:16 -05:00
subscription.ts Move filter types into filter.ts 2023-08-25 13:38:21 -05:00
trends.test.ts Trends: support author threshold (default: 3) 2023-07-25 18:04:00 -05:00
trends.ts Rename hexIdSchema back to nostrIdSchema 2023-08-12 11:48:49 -05:00
types.ts Move filter types into filter.ts 2023-08-25 13:38:21 -05:00
utils.ts utils: add return types (to improve readability) 2023-08-26 12:58:17 -05:00