summary refs log tree commit diff
path: root/scripts-dev/dump_macaroon.py (unfollow)
<
Commit message (Expand)AuthorFilesLines
2020-10-14Remember mappings when we bind a 3pid using the internal sydent bind API (#66)Andrew Morgan3-0/+16
2020-10-13"Freeze" a room when the last admin of that room leaves (#59)Andrew Morgan3-4/+302
2020-10-12Allow modules to create and send events into rooms (#8479)Andrew Morgan7-89/+299
2020-09-29Only assert valid next_link params when provided (#65)Andrew Morgan2-6/+10
2020-09-18Don't push if an user account has expired (#58)Mathieu Velten4-5/+40
2020-09-18Swap method calls in RoomAccessTestCase.test_change_rules (#64)Andrew Morgan2-5/+7
2020-09-18Make all rooms noisy by default (#60)Mathieu Velten3-8/+17
2020-09-18Make AccessRules use the public rooms directory instead of checking a room's ...Andrew Morgan10-116/+579
2020-09-11Override the power levels defaults, enforce mod requirement for invites, admi...Andrew Morgan3-7/+119
2020-09-10RoomAccessRules cleanup (#62)Andrew Morgan3-149/+210
2020-09-09Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan5-18/+218
2020-09-02Remove duplicated error definitions, likely due to mergeAndrew Morgan1-7/+0
2020-08-18TO REVERT: add user_id to presence response in client worker (#57)Mathieu Velten2-1/+2
2020-08-18Update changelog.d/56.misc