ditto/src
Alex Gleason b087d08306
Make the local timeline correctly filter only local users
2023-08-19 13:01:05 -05:00
..
controllers Make the local timeline correctly filter only local users 2023-08-19 13:01:05 -05:00
db db/events: skip undefined filter values 2023-08-19 12:59:22 -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 Add queries module for getting events for certain application needs 2023-08-17 13:12:38 -05:00
utils Upgrade deps 2023-08-04 14:53:48 -05:00
admin.ts Delete event.ts, use nostr-tools types 2023-08-16 21:53:51 -05:00
app.ts Delete event.ts, use nostr-tools types 2023-08-16 21:53:51 -05:00
client.ts getFilters: return immediately if filters are empty 2023-08-19 12:37:42 -05:00
config.ts Get rid of DITTO_RELAY, derive from LOCAL_DOMAIN 2023-08-14 14:40:30 -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 Delete event.ts, use nostr-tools types 2023-08-16 21:53:51 -05:00
firehose.ts firehose: catch pipeline crash 2023-08-17 20:28:23 -05:00
mixer.ts mixer: don't use the client pool for local filters 2023-08-19 12:38:20 -05:00
nip05.ts Prevent cyclical import of Time module 2023-07-08 20:01:10 -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 Add a RelayError class, improve relay error handling 2023-08-17 20:24:16 -05:00
queries.ts Make the local timeline correctly filter only local users 2023-08-19 13:01:05 -05: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 Delete event.ts, use nostr-tools types 2023-08-16 21:53:51 -05:00
stream.ts Streaming: parse stream channel param 2023-05-20 23:47:51 -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 limit to GetFilterOpts 2023-08-16 21:38:21 -05:00
utils.ts Add queries module for getting events for certain application needs 2023-08-17 13:12:38 -05:00