Commit Graph

100 Commits (a09882de8378f143af79f97929bd1655cc7ac495)

Author SHA1 Message Date
Kegan Dougal 9cb4f75d53 SYN-154: Better error messages when joining an unknown room by ID. 10 years ago
Mark Haines adb04b1e57 Update copyright notices 10 years ago
Mark Haines 041ac476a5 Supply auth_chain along with current state in '/state/', fetch auth events from a remote server if we are missing some of them 10 years ago
Mark Haines dea5d4b03b Don't yield on sending the event accross federation. 10 years ago
Erik Johnston f3788e3c78 Test some ideas that might help performance a bit 10 years ago
Erik Johnston 21cab3a7ec Fix where we pulled in event.state_events from hotfixes branch 10 years ago
Erik Johnston 3defd5b3ee Add FIXME 10 years ago
Erik Johnston 96779d2490 Fix bug where we did not send the full auth chain to people that joined over federation 10 years ago
Erik Johnston 2d7716d4d0 Make error messages slightly more helpful 10 years ago
Mark Haines c3eae8a88c Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state 10 years ago
Mark Haines 3c7857e49b clean up coding style a bit 10 years ago
Erik Johnston 3c77d13aa5 Kill off synapse.api.events.* 10 years ago
Erik Johnston 6a1da99fab Add fixme to raising of AuthError in federation land 10 years ago
Erik Johnston d3eb12c7b8 Fix federation test 10 years ago
Erik Johnston 0b04369238 Fix public room joining by making sure replaces_state never points to itself. 10 years ago
Erik Johnston 1d2a0040cf Fix bug where we clobbered old state group values 10 years ago
Erik Johnston 02db1fd2e7 Fix AttributeError 10 years ago
Erik Johnston 95aa903ffa Try and figure out how and why signatures are being changed. 10 years ago
Erik Johnston 5eca288d28 Fix joining from an invite 10 years ago
Matthew Hodgson 8529fba02d fix a million stupid bugs and make it actually work 10 years ago
Erik Johnston 609c31e8df More bug fixes 10 years ago
Erik Johnston d044121168 Various typos and bug fixes. 10 years ago
Matthew Hodgson 9c43b258ec actually reset retry schedule if we can successfuly talk to it 10 years ago
Erik Johnston 6630e1b579 Start making more things use EventContext rather than event.* 10 years ago
Erik Johnston c31dba86ec Convert rest and handlers to use new event structure 10 years ago
Erik Johnston 5d7c9ab789 Begin converting things to use the new Event structure 10 years ago
Erik Johnston 027542e2e5 Fix bugs when joining a remote room that has dodgy event graphs. This should also fix the number of times a HS will trigger a GET /event/ 10 years ago
Erik Johnston 0294fba042 on_receive_pdu takes more args 10 years ago
Erik Johnston 07699b5871 Change the way we get missing auth and state events 10 years ago
Erik Johnston b8849c8cbf Re-sign events when we return them via federation as a temporary hack to work around the problem where we reconstruct events differently than when they were signed 10 years ago
Erik Johnston 858e87ab0d Add a workaround for bug where some initial join events don't reference creation events in their auth_events 10 years ago
Erik Johnston 6c485c282d Catch exceptions when trying to add an entry to rooms tables 10 years ago
Erik Johnston 3598c11c8d Correctly handle the case where we get an event for an unknown room, which turns out we are actually in 10 years ago
Erik Johnston 64fc859dac Fix bugs in invite/join dances. 10 years ago
Erik Johnston 4bd0ab76c6 We don't always want to Auth get_persisted_pdu 10 years ago
Mark Haines db9ce032a4 Fix pep8 codestyle warnings 10 years ago
Mark Haines 32090aee16 Add a few missing yields, Move deferred lists inside PreserveLoggingContext because they don't interact well with the logging contexts 10 years ago
Mark Haines 2eaf689f71 These lines aren't doing anything 10 years ago
Mark Haines cb4b6c844a Merge PDUs and Events into one object 10 years ago
Mark Haines 8c2b5ea7c4 Fix PDU and event signatures 10 years ago
Mark Haines de1ec90133 Validate signatures on incoming events 10 years ago
Erik Johnston b2596c660b Add a few more comments to the federation handler 10 years ago
Erik Johnston 6fea478d2e Fix bugs with invites/joins across federatiom. 10 years ago
Erik Johnston 3db2c0d43e Rename annotate_state_groups to annotate_event_with_state 10 years ago
Erik Johnston 5ff0bfb81d Fix bug where we /always/ created a new state group 10 years ago
Erik Johnston 5d439b127b PEP8 10 years ago
Erik Johnston 003668cfaa Add auth to the various server-server APIs 10 years ago
Erik Johnston 6447db063a Fix backfill to work. Add auth to backfill request 10 years ago
Erik Johnston 65f846ade0 Notify users about invites. 10 years ago
Erik Johnston 07286a73b1 Use current state to get room hosts, rather than querying the database 10 years ago