Commit Graph

253 Commits (e501e9ecb2026afa0b97348c98b4fb5caa9974f4)

Author SHA1 Message Date
Mark Haines 7e23476814 move filter_events_for_client out of base handler 9 years ago
David Baker 424a7f48f8 Run filter_events_for_client 9 years ago
Erik Johnston 72f454b752 Don't return empty public rooms 9 years ago
Mark Haines b9ee5650b0 Move all the wrapper functions for distributor.fire 9 years ago
Erik Johnston 8d73cd502b Add concurrently_execute function 9 years ago
Erik Johnston d35780eda0 Split out RoomMemberHandler 9 years ago
Erik Johnston 5260db7663 Line length 9 years ago
Erik Johnston 73b6bf4629 Only forget room if you were in the room 9 years ago
Erik Johnston fddb6fddc1 Require user to have left room to forget room 9 years ago
Mark Haines 54a546091a Add a response cache for getting the public room list 9 years ago
Erik Johnston 84afeb41f3 Ensure all old public rooms have aliases 9 years ago
Erik Johnston b2802a1351 Ensure published rooms have public join rules 9 years ago
Erik Johnston 0677fc1c4e Comment 9 years ago
Erik Johnston 34473a9c7f Don't require alias in public room list. 9 years ago
Erik Johnston 590fbbef03 Add config to create guest account on 3pid invite 9 years ago
David Baker 874fd43257 Send the user ID matching the guest access token, since there is no Matrix API to discover what user ID an access token is for. 9 years ago
Richard van der Hoff a92b4ea76f Make sure we add all invited members before returning from createRoom 9 years ago
Daniel Wagner-Hall b4022cc487 Pass whole requester to ratelimiting 9 years ago
Richard van der Hoff 74cd80e530 Fix typo 9 years ago
Richard van der Hoff fc1f932cc0 Move arg default to the start of the function 9 years ago
Richard van der Hoff 9ff940a0ef Address review comments 9 years ago
Richard van der Hoff 8a1d3b86af Handle rejections of invites from local users locally 9 years ago
Daniel Wagner-Hall 33300673b7 Generate guest access token on 3pid invites 9 years ago
Daniel Wagner-Hall 577951b032 Allow third_party_signed to be specified on /join 9 years ago
Daniel Wagner-Hall f8d21e1431 Review comments 9 years ago
Daniel Wagner-Hall 591af2d074 Some cleanup 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 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 0eff740523 Return events in correct order for /events 9 years ago
Erik Johnston 2c1fbea531 Fix up logcontexts 9 years ago
Erik Johnston 9cd80a7b5c PEP8 9 years ago
Erik Johnston 772b45c745 Remove unused method 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
Erik Johnston b023995538 WARN if we get a topo token instead of stream. 9 years ago