relay.git/.git
2021-09-15 Izalia MaeMerge branch 'masto_actor_fetch' into 'master'
2021-09-15 Izalia MaeSign headers when fetching actor
2021-08-12 HaelwennMerge branch 'html-add-misskey' into 'master'
2021-08-12 Sam TherapyAdd Misskey to the list of instances that can subscribe...
2020-12-28 Haelwenn (lanodan... README.md: Requires Python 3.6
2020-12-07 HaelwennMerge branch 'block_relays' into 'master'
2020-12-05 Izalia MaeApply 1 suggestion(s) to 1 file(s)
2020-12-05 Izalia MaeApply 1 suggestion(s) to 1 file(s)
2020-12-04 Izalia Maemake software blocklist configurable
2020-12-04 Izalia Maefetch well-known url for nodeinfo
2020-12-03 Izalia Maeadd relay blocking option
2020-12-03 Izalia Maecleanup load_config
2020-11-23 HaelwennMerge branch 'db-inbox-fix' into 'master'
2020-11-23 HaelwennMerge branch 'master' into 'master'
2020-11-22 Izalia Maeproperly create 'relay-list' in db
2020-11-20 Joel Beckmeyerset content-type to application/activity+json for ...
2020-11-12 HaelwennMerge branch 'follows' into 'master'
2020-11-12 HaelwennMerge branch 'headers-fix' into 'master'
2020-11-12 Izalia MaeInclude the headers required by mastodon
2020-03-18 Izalia Maeremove unnecessary actor checking for (un)follows
2019-11-20 kaniiniMerge branch 'update_crypto' into 'master'
2019-11-20 Izalia Maeuse pycryptodome instead of pycrypto
2019-09-30 kaniiniMerge branch 'fix' into 'master'
2019-09-30 Izalia MaeFix db wipe on json error and default config checking
2019-09-30 kaniiniMerge branch 'dockerize' into 'master'
2019-08-20 Louise de BeaufortAdd the whole directory in the workdir
2019-08-20 Louise de BeaufortAdd config file to gitignore
2019-08-20 Louise de BeaufortAdd a Dockerfile and instructions to run with Docker
2019-07-31 kaniiniMerge branch 'feature/add_force_remove_relay' into...
2019-07-31 kaniiniMerge branch 'feature/semaphore_in_push_to_actor' into...
2019-07-31 kaniiniMerge branch 'patch-2' into 'master'
2019-07-31 Thibaut GirkaFix relay crashing on signed GET requests
2019-07-20 kaniiniMerge branch 'feature-update' into 'master'
2019-07-20 kaniiniMerge branch 'whitelist' into 'master'
2019-06-11 gleduse global semaphore in push_to_actor to prevent overlo...
2019-06-11 gledimplement force-remove in manage.py, should only be...
2019-06-03 kjwon15Handle "Update" event to forward update profile
2019-05-21 Izalia Maeadd whitelist feature
2019-05-13 kaniiniMerge branch 'feature-delete' into 'master'
2019-05-13 kaniiniMerge branch 'block_unauth' into 'master'
2019-05-08 kjwon15Implement handle_delete to forward delete
2019-05-08 Izalia Maereject activities from instance not on relay-list
2019-03-29 kaniiniMerge branch 'patch-1' into 'master'
2019-03-28 Thibaut GirkaFix wrong URI for the relay's followers collection
2019-01-17 kaniiniMerge branch 'revert-10744d91' into 'master'
2019-01-17 kaniiniRevert "Merge branch 'fix-html' into 'master'" origin/revert-10744d91
2019-01-17 kaniiniMerge branch 'fix-html' into 'master'
2019-01-09 kjwon15Add doctype to html
2019-01-08 kaniinihttp signatures: cache things we've already signed
2019-01-08 kaniinihttp signatures: hold actor keys in an LRU cache
2018-12-29 kjwon15Merge branch 'upstream'
2018-12-27 kaniiniMerge branch 'feature/always-update-displayed-instance...
2018-12-27 kaniiniMerge branch 'patch-1' into 'master'
2018-12-27 kjwon15Add white list policy
2018-12-27 kjwon15Persist db
2018-12-27 kjwon15Fix encoding
2018-12-27 kjwon15Set blocked_instances as empty array
2018-12-27 kjwon15Fix GIT_REV on dokku
2018-12-27 Jeong ArmFix encoding problem on actor
2018-12-27 kjwon15Make Dokku-able
2018-12-10 Finn HerzfeldRebuild the list of instances that use this relay every...
2018-12-03 kaniininodeinfo: add commit hash to version field to prevent...
2018-12-03 kaniinirelay: add additional assertion proving that a message...
2018-11-20 kaniiniactor: handle remote actor fetch failures more gracefully
2018-11-20 kaniinirelay: never relay an object back to the instance which...
2018-11-20 kaniinirelay: only import urlsplit from urllib.parse
2018-11-18 kaniinirelay: status, not status_code
2018-11-18 kaniiniremote_actor: cleanly catch exceptions while fetching...
2018-11-18 kaniiniactor: cleanly catch exceptions while delivering messages
2018-11-18 kaniinirelay: track statistics
2018-11-18 kaniinirelay: catch 202s
2018-11-18 kaniiniadd caddyfile and systemd service
2018-11-18 kaniinimanage: fix compile
2018-11-18 kaniininodeinfo: fix capitalization
2018-11-18 kaniinirelay: add support for nodeinfo protocol
2018-11-18 kaniiniactor: implement loop breaking for follow handshake
2018-11-18 kaniiniREADME: document how to follow other relays
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 kaniinirequirements: add cachetools
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-11-01 kaniiniMerge branch 'master' into 'master'
2018-11-01 Rachel Fae Foxcomment the block for using a static page, and clarify...
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
next