README: document how to follow other relays
[relay.git/.git] / relay /
2018-11-18 kaniinirelay: add manage task, allows for following/unfollowin...
2018-11-18 kaniinidatabase: no longer store remote actors indefinitely...
2018-11-18 kaniiniactor: use LFU cache to break cycles
2018-11-18 kaniiniactor: remove pointless sharedInbox declaration (was...
2018-11-18 kaniiniactor: add LFUCache definition
2018-11-18 kaniinirelay: actor: don't send (request-target) psuedo-header
2018-11-18 kaniinirelay: add http request debugger
2018-11-10 kaniiniMerge branch 'add_blocklist' into 'master'
2018-11-05 tristanrestore proper instance list on default page
2018-11-05 tristanRevert "Revert "expose the list of registered targets...
2018-11-05 tristanMerge remote-tracking branch 'upstream/master' into...
2018-11-01 Tristan Mahédo not use regex to parse instances, and add count...
2018-11-01 Tristan Mahéuse urllib.parse.urlsplit instead of regex
2018-11-01 kaniiniMerge branch 'list_reged_instances' into 'master'
2018-10-31 Tristan Mahéimport re in database.py for removing blocked follow...
2018-10-31 Tristan MahéRevert "expose the list of registered targets to defaul...
2018-10-31 Tristan MahéRevert "format instance name instead of inbox url"
2018-10-31 Tristan Mahévery simple blocklist
2018-10-31 Tristan Mahéformat instance name instead of inbox url
2018-10-31 Tristan Mahéexpose the list of registered targets to default page
2018-10-31 kaniinirelay: fix mastodon announce check
2018-10-31 kaniinirelay: don't relay mastodon announces
2018-10-31 kaniinihttp signatures: immediately fail validation attempt...
2018-10-31 Alynna TrypnotkFixed note support
2018-10-31 Alynna TrypnotkFixed error with displaying note lol
2018-10-31 Alynna TrypnotkAdded options to change the default listen address...
2018-10-31 kaniiniactor: only send litepub relay messages to debug level
2018-10-31 kaniinihttp signatures: log when http signature validation...
2018-10-31 kaniinihttp signatures: handle fetch_actor_key failure more...
2018-10-30 kaniiniactor: implement litepub relay protocol
2018-10-30 kaniiniactor: implement mastodon & pleroma relay handshakes
2018-10-30 kaniinikill more irc bot stuff
2018-10-30 kaniinistrip down to base AP code