Commit Graph

163 Commits (7adcb20fc02d614b4a2b03b128b279f25633e2bd)

Author SHA1 Message Date
Erik Johnston e1c0970c11 PEP8 10 years ago
Erik Johnston d5ff9effcf Don't wait on federation_handler.handle_new_event 10 years ago
Erik Johnston e845434028 Remove run_on_reactor()s 10 years ago
Erik Johnston 857810d2dd Revert incorrect changes to where we send events 10 years ago
Erik Johnston c2c9471cba Don't block waiting on waking up all the listeners when sending an event. 10 years ago
Erik Johnston b2e6ee5b43 Remove concept of context.auth_events, instead use context.current_state 10 years ago
Erik Johnston 758d114cbc Send all membership events to the remote homeserver 10 years ago
Mark Haines 5759bec43c Replace hs.parse_userid with UserID.from_string 10 years ago
Mark Haines 5fed042640 Finish renaming "context" to "room_id" in federation codebase 10 years ago
Mark Haines adb04b1e57 Update copyright notices 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 cf6e5f1dbf Rename MessageHandler.handle_event. Add a few comments. 10 years ago
Erik Johnston 02e4c18171 Remove dead code 10 years ago
Erik Johnston 02db7eb209 Fix bug when uploading state with empty state_key 10 years ago
Erik Johnston 018443cb59 Make depth increase. 10 years ago
Erik Johnston 5eca288d28 Fix joining from an invite 10 years ago
Erik Johnston 4e57943cc5 Remove unused import 10 years ago
Erik Johnston ee3df06183 More bug fixes 10 years ago
Erik Johnston e8323b9e34 More bug fixes 10 years ago
Erik Johnston d044121168 Various typos and bug fixes. 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 75b4329aaa WIP for new way of managing events. 10 years ago
Erik Johnston 64fc859dac Fix bugs in invite/join dances. 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
Erik Johnston 3db2c0d43e Rename annotate_state_groups to annotate_event_with_state 10 years ago
Erik Johnston 07286a73b1 Use current state to get room hosts, rather than querying the database 10 years ago
Erik Johnston d2fb2b8095 Implement invite part of invite join dance 10 years ago
Erik Johnston 49948d72f3 Fix joining over federation 10 years ago
Erik Johnston bf6b72eb55 Start implementing auth chains 10 years ago
Erik Johnston 96c001e668 Fix auth checks to all use the given old_event_state 10 years ago
Erik Johnston 7249785bcb Sign events we create. 10 years ago
Erik Johnston e7858b6d7e Start filling out and using new events tables 10 years ago
Erik Johnston e7bc1291a0 Begin making auth use event.old_state_events 10 years ago
Erik Johnston 9dd4570b68 Generate m.room.aliases event when the HS creates a room alias 10 years ago
Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
Mark Haines 112c7ea315 Set status message for ratelimit error responses 10 years ago
Mark Haines 683596f91e Raise LimitExceedError when the ratelimiting is throttling requests 10 years ago
Mark Haines 780548b577 rate limiting for message sending 10 years ago
Mark Haines c7a7cdf734 Add ratelimiting function to basehandler 10 years ago
Mark Haines 7acede1e42 Fix pyflakes warnings 10 years ago
Mark Haines a03c7f27a8 Fill out prev_events before calling persist_event 10 years ago
Mark Haines d2798de660 Fold federation/handler into handlers/federation 10 years ago
Mark Haines a498df0428 Move new event boilerplate in room handlers into a method on a base clase. 10 years ago
Erik Johnston 1587ea26fe Wait for getting a Join in response to an invite/join dance. 10 years ago
Matthew Hodgson f98e6380f1 add in whitespace after copyright statements to improve legibility 10 years ago
matrix.org 4f475c7697 Reference Matrix Home Server 10 years ago