Commit Graph

313 Commits (92d39126d70477da65c478c1ffc5a6ef124833d6)

Author SHA1 Message Date
Erik Johnston c315922b5f PEP8 8 years ago
Erik Johnston ca8abfbf30 Clean up TransactionQueue 8 years ago
Erik Johnston 487bc49bf8 Don't stop on 4xx series errors 8 years ago
Erik Johnston ea8c4094db Also pull out rejected events 8 years ago
Erik Johnston f91df1f761 Store if we fail to fetch an event from a destination 8 years ago
Erik Johnston 3bc9629be5 Measure federation send transaction resources 8 years ago
Erik Johnston 5f360182c6 Fix a couple of python bugs 8 years ago
Erik Johnston 46453bfc2f Retry joining via other servers if first one failed 8 years ago
Erik Johnston 24f36469bc Add federation /version API 8 years ago
Erik Johnston 597c79be10 Change the way we specify if we require auth or not 8 years ago
Erik Johnston 2d4de61fb7 Fix typo 8 years ago
Erik Johnston fccadb7719 Check if we already have the events returned by /state/ 8 years ago
Erik Johnston 1515d1b581 Fallback to /state/ on both 400 and 404 8 years ago
Benjamin Saunders a2b7102eea Tweak integrity error recovery to work as intended 8 years ago
Erik Johnston 257c41cc2e Fix typos. 8 years ago
Erik Johnston e3ee63578f Tidy up get_events 8 years ago
Erik Johnston edb33eb163 Rename fields to _ids 8 years ago
Erik Johnston bcc9cda8ca Fix copy + paste fails 8 years ago
Erik Johnston 4c56bedee3 Actually call get_room_state 8 years ago
Erik Johnston 520ee9bd2c Fix syntax error 8 years ago
Erik Johnston a60a2eaa02 Comment 8 years ago
Erik Johnston e3a720217a Add /state_ids federation API 8 years ago
Richard van der Hoff 1efee2f52b E2E keys: Make federation query share code with client query 8 years ago
Erik Johnston c9154b970c Don't double wrap 200 8 years ago
Erik Johnston b3d5c4ad9d Fix response cache 8 years ago
Erik Johnston 248e6770ca Cache federation state responses 8 years ago
Erik Johnston 8f4a9bbc16 Linearize some federation endpoints based on (origin, room_id) 9 years ago
Erik Johnston 120c238705 Disable responding with canonical json for federation 9 years ago
Erik Johnston 2884712ca7 Only re-sign our own events 9 years ago
Erik Johnston d41a1a91d3 Linearize fetching of gaps on incoming events 9 years ago
Erik Johnston d88faf92d1 Fix up federation PublicRoomList 9 years ago
Erik Johnston 1fd6eb695d Enable auth on federation PublicRoomList 9 years ago
Erik Johnston 17aab5827a Add some logging for when servers ask for missing events 9 years ago
David Baker 6ecb2ca4ec pep8 9 years ago
David Baker 963e3ed282 Apparently I am not permitted to have two blank lines here 9 years ago
David Baker d240796ded Basic, un-cached support for secondary_directory_servers 9 years ago
David Baker 70ecb415f5 Fix c+p fail 9 years ago
David Baker e1625d62a8 Add federation room list servlet 9 years ago
Erik Johnston f6ebaf4a32 Run transaction queue on reactor 9 years ago
Mark Haines 9c272da05f Add an openidish mechanism for proving to third parties that you own a given user_id 9 years ago
Erik Johnston 62b51b8452 Fix typo in event_auth servlet path 9 years ago
Erik Johnston 914f1eafac Lower timeout for make_membership_event 9 years ago
Erik Johnston acdfef7b14 Intern all the things 9 years ago
Mark Haines 5244c0b48e Remove unused backfilled parameter from persist_event 9 years ago
Erik Johnston 9adf0e92bc Catch exceptions from EDU handling 9 years ago
Erik Johnston 3c5f25507b Yield on EDU handling 9 years ago
Mark Haines e9c1cabac2 Use parse_json_object_from_request to parse JSON out of request bodies 9 years ago
Erik Johnston ed61a49169 Add profile information to invites 9 years ago
Daniel Wagner-Hall 577951b032 Allow third_party_signed to be specified on /join 9 years ago
Erik Johnston 2c1fbea531 Fix up logcontexts 9 years ago