ditto/src
Alex Gleason 882a3fe203
Use only "active" relays in the pool
2023-08-16 08:28:52 -05:00
..
controllers relay: allow local users to post to the relay 2023-08-12 15:24:33 -05:00
db Use only "active" relays in the pool 2023-08-16 08:28:52 -05:00
middleware Reorganize some nostr schema code 2023-08-12 11:30:57 -05:00
schemas Add NIP-11 schema 2023-08-14 12:29:54 -05:00
transformers Move more Nostr schema stuff into schemas/nostr.ts 2023-08-12 11:48:11 -05:00
utils Upgrade deps 2023-08-04 14:53:48 -05:00
admin.ts deno fmt 2023-06-10 23:02:55 -05:00
app.ts Rename loopback to firehose 2023-08-14 11:02:09 -05:00
client.ts Relay: make REQ work (doesn't stream yet) 2023-08-12 13:40:21 -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 db/relays: add "domain" column 2023-08-15 18:59:49 -05:00
event.ts Sign events from app context 2023-04-29 21:48:22 -05:00
firehose.ts Use only "active" relays in the pool 2023-08-16 08:28:52 -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
schema.ts Add relays to database and start tracking them 2023-08-14 14:11:28 -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 Reorganize some nostr schema code 2023-08-12 11:30:57 -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
utils.ts Added script to populate relays from external source 2023-08-14 18:46:35 -05:00