Commit Graph

1254 Commits (6ec02e9ecf7ffe3d3737a69a480939a07d62428b)

Author SHA1 Message Date
Erik Johnston b4796a62ee Add unit test 9 years ago
Daniel Wagner-Hall f8d21e1431 Review comments 9 years ago
Erik Johnston fe95f2217c Add stuff pulled from the DB to the cache 9 years ago
Erik Johnston 8351538873 PEP8 9 years ago
Erik Johnston 112283e230 Prefix TS fields with _ts 9 years ago
Erik Johnston b31ec214a5 Remove status_msg when going offline. Don't offline -> online if you send a message 9 years ago
Erik Johnston 114b929f8b Check presence state is a valid one 9 years ago
Erik Johnston ddca9c56fc Move if statement 9 years ago
Erik Johnston 58371fa263 Comment 9 years ago
Daniel Wagner-Hall 591af2d074 Some cleanup 9 years ago
Erik Johnston c229c87398 Remove spurious comment 9 years ago
Erik Johnston e5999bfb1a Initial cut 9 years ago
Daniel Wagner-Hall a4e278bfe7 Respond to federated invite with non-empty context 9 years ago
Daniel Wagner-Hall 6605adf669 Some cleanup, some TODOs, more to do 9 years ago
Daniel Wagner-Hall d1fb790818 Some cleanup 9 years ago
Daniel Wagner-Hall 1f403325ac Tidy? up room creation event sending 9 years ago
Daniel Wagner-Hall 04686df17a Add comment 9 years ago
Daniel Wagner-Hall 4bfb32f685 Branch off member and non member sends 9 years ago
Daniel Wagner-Hall 1a2197d7bf Simplify room creation code 9 years ago
Daniel Wagner-Hall e560045cfd Simplify room creation code 9 years ago
Daniel Wagner-Hall 8168341e9b Use update_membership for profile updates 9 years ago
Daniel Wagner-Hall 1bbb67c452 Use update_membership to kick guests 9 years ago
Daniel Wagner-Hall 150fcde0dc Reuse update_membership from /join 9 years ago
Daniel Wagner-Hall 73e616df2a Inline _do_local_membership_update 9 years ago
Daniel Wagner-Hall f318d4f2a4 Inline _do_join as it now only has one caller 9 years ago
Daniel Wagner-Hall e71095801f Merge implementation of /join by alias or ID 9 years ago
Daniel Wagner-Hall dbeed36dec Merge some room joining codepaths 9 years ago
Daniel Wagner-Hall 4de08a4672 Revert "Merge two of the room join codepaths" 9 years ago
Daniel Wagner-Hall cf81375b94 Merge two of the room join codepaths 9 years ago
Erik Johnston 4d54d87c3e Mitigate against incorrect old state in /sync. 9 years ago
Daniel Wagner-Hall dc6da63e30 Enforce user_id exclusivity for AS registrations 9 years ago
Erik Johnston 0eff740523 Return events in correct order for /events 9 years ago
Erik Johnston 24f00a6c33 Use _simple_select_many for _get_state_group_for_events 9 years ago
Erik Johnston 8e49892b21 Only calculate initial sync for 10 rooms at a time 9 years ago
Erik Johnston 7b0d846407 Atomically persit push actions when we persist the event 9 years ago
Erik Johnston f28cc45183 Pass in current state to push action handler 9 years ago
Erik Johnston feb294d552 Remove dead code 9 years ago
Erik Johnston eff12e838c Don't load all ephemeral state for a room on every sync 9 years ago
Erik Johnston 82631c5f94 Fix unit tests 9 years ago
Erik Johnston 6c558ee8bc Measure some /sync related things 9 years ago
Erik Johnston 2c1fbea531 Fix up logcontexts 9 years ago
Daniel Wagner-Hall 79a1c0574b Allocate guest user IDs numericcally 9 years ago
Erik Johnston d4f72a5bfb Allowing tagging log contexts 9 years ago
Erik Johnston 9cd80a7b5c PEP8 9 years ago
Erik Johnston 772b45c745 Remove unused method 9 years ago
Erik Johnston 771528ab13 Change event_push_actions_rm_tokens schema 9 years ago
Daniel Wagner-Hall d83d004ccd Fix flake8 warnings for new flake8 9 years ago
Erik Johnston 8a391e33ae s/get_room_changes_for_user/get_membership_changes_for_user/ 9 years ago
Erik Johnston 65e92eca49 Change the way we do public room list fetching 9 years ago
David Baker 69214ea671 Pass make_guest whne we autogen a user ID 9 years ago