Commit Graph

7579 Commits (551422051b703a142c8ba5146392ebad4a7ee771)

Author SHA1 Message Date
Erik Johnston 8d6dc106d1 Don't use _cursor_to_dict in find_next_generated_user_id_localpart 7 years ago
Erik Johnston a052aa42e7 Linearize calls to _generate_user_id 7 years ago
Matthew Hodgson 8cbbfaefc1 404 correctly on missing paths via NoResource 7 years ago
Erik Johnston fde8e8f09f Fix s/iteriterms/itervalues 7 years ago
Erik Johnston 1c41b05c8c Add Cache-Control headers to all JSON APIs 7 years ago
Erik Johnston 9aa5a0af51 Explicitly use simplejson 7 years ago
Erik Johnston 610accbb7f Fix replication after switch to simplejson 7 years ago
Neil Johnson c384705ee8
Update __init__.py 7 years ago
Erik Johnston 9a0d783c11 Add comments 7 years ago
Matthew Hodgson 38f952b9bc spell out not to massively increase bcrypt rounds 7 years ago
Erik Johnston a8ce159be4 Replace some ujson with simplejson to make it work 7 years ago
Erik Johnston 5b631ff41a Remove wrong comment 7 years ago
Erik Johnston ba48755d56 Bump version and changelog 7 years ago
Erik Johnston 926ba76e23 Replace ujson with simplejson 7 years ago
Erik Johnston 9cf519769b Use .iter* to avoid copies in StateHandler 7 years ago
Erik Johnston 7c7706f42b Fix bug where state cache used lots of memory 7 years ago
NotAFile 2cc9f76bc3 replace old style error catching with 'as' keyword 7 years ago
Erik Johnston ddb00efc1d Bump version number 7 years ago
Erik Johnston 4f28018c83 Register membership/state servlets in event_creator 7 years ago
Erik Johnston 0011ede3b0 Fix imports 7 years ago
Erik Johnston 62ad701326 s/join/joined/ in notify_user_membership_change 7 years ago
Erik Johnston 3f0f06cb31 Split RoomMemberWorkerHandler to separate file 7 years ago
Matthew Hodgson d144ed6ffb
fix bug #2926 (loading all state for a given type from the DB if the state_key is None) (#2990) 7 years ago
Erik Johnston a08726fc42 Add is_blocked to worker store 7 years ago
Erik Johnston b27320b550 Implement RoomMemberWorkerHandler 7 years ago
Erik Johnston 350331d466 _remote_join and co take a requester 7 years ago
Erik Johnston df8ff682a7 Only update remote profile cache on master 7 years ago
Erik Johnston 3518d0ea8f Split up ProfileStore 7 years ago
Erik Johnston d45a114824 Raise, don't return, exception 7 years ago
Erik Johnston 6dbebef141 Add missing param to docstrings 7 years ago
Erik Johnston 16adb11cc0 Correct import order 7 years ago
Erik Johnston 82f16faa78 Move user_*_room distributor stuff to master class 7 years ago
Erik Johnston b78717b87b Split RoomMemberHandler into base and master class 7 years ago
Jonas Platte 47ce527f45 Add room_id to the response of `rooms/{roomId}/join` 7 years ago
Erik Johnston cb9f8e527c s/replication_client/federation_client/ 7 years ago
Erik Johnston cea462e285 s/replication_server/federation_server 7 years ago
Erik Johnston ea3442c15c Add docstring 7 years ago
Erik Johnston f5160d4a3e RoomMembershipRestServlet doesn't handle /forget 7 years ago
Erik Johnston 8b3573a8b2 Refactor get_or_register_3pid_guest 7 years ago
Erik Johnston f43b6d6d9b Fix docstring types 7 years ago
Erik Johnston 0f942f68c1 Factor out _remote_reject_invite in RoomMember 7 years ago
Erik Johnston d0fcc48f9d extra_users is actually a list of UserIDs 7 years ago
Erik Johnston 31becf4ac3 Make functions private that can be 7 years ago
Erik Johnston d023ecb810 Don't build handlers on workers unnecessarily 7 years ago
Erik Johnston ea7b3c4b1b Remove unused ReplicationLayer 7 years ago
Erik Johnston 265b993b8a Split replication layer into two 7 years ago
Erik Johnston e05bf34117 Move property setting from ReplicationLayer to FederationBase 7 years ago
Erik Johnston c3f79c9da5 Split out edu/query registration to a separate class 7 years ago
Richard van der Hoff 889a2a853a Add Measure block for persist_events 7 years ago
Richard van der Hoff e48c7aac4d Add transactional API to history purge 7 years ago