- Aug 13, 2018
-
-
Neil Johnson authored
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Aug 09, 2018
-
-
Amber Brown authored
-
- Aug 08, 2018
-
-
Neil Johnson authored
-
- Aug 06, 2018
-
-
Neil Johnson authored
-
- Aug 04, 2018
-
-
Neil Johnson authored
-
- Aug 03, 2018
-
-
Richard van der Hoff authored
This is the first tranche of support for room versioning. It includes: * setting the default room version in the config file * new room_version param on the createRoom API * storing the version of newly-created rooms in the m.room.create event * fishing the version of existing rooms out of the m.room.create event
-
Neil Johnson authored
-
- Aug 01, 2018
-
-
Amber Brown authored
-
- Jul 20, 2018
-
-
Amber Brown authored
-
- Jul 13, 2018
-
-
Richard van der Hoff authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Jun 24, 2018
-
-
Jeroen authored
-
- Jun 22, 2018
-
-
Amber Brown authored
-
- May 22, 2018
-
-
Richard van der Hoff authored
Returns an M_CONSENT_NOT_GIVEN error (cf https://github.com/matrix-org/matrix-doc/issues/1252) if consent is not yet given.
-
Richard van der Hoff authored
turns out we need to reuse this, so it's better in the config class.
-
Richard van der Hoff authored
When a user first syncs, we will send them a server notice asking them to consent to the privacy policy if they have not already done so.
-
- Apr 15, 2018
-
-
Adrian Tschira authored
The imports were shuffled around a bunch in py3 Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
These worked accidentally before (python2 doesn't complain if you compare incompatible types) but under py3 this blows up spectacularly Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
- Apr 04, 2018
-
-
Adrian Tschira authored
This has no effect on python2 Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
- Jan 27, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... instead of creating our own special SQLiteMemoryDbPool, whose purpose was a bit of a mystery. For some reason this makes one of the tests run slightly slower, so bump the sleep(). Sorry.
-
Richard van der Hoff authored
Configure the connectionpool used for unit tests to run the `on_new_connection` function.
-
- Jan 26, 2018
-
-
Richard van der Hoff authored
This isn't used, and looks thoroughly bitrotted.
-
- Jan 22, 2018
-
-
Matthew Hodgson authored
Add federation_domain_whitelist gives a way to restrict which domains your HS is allowed to federate with. useful mainly for gracefully preventing a private but internet-connected HS from trying to federate to the wider public Matrix network
-
- Jan 09, 2018
-
-
Richard van der Hoff authored
Fix flakiness in the UTs caused by the user_directory being updated in the background
-
- Oct 31, 2017
-
-
Richard van der Hoff authored
-
- Oct 23, 2017
-
-
Richard van der Hoff authored
what could possibly go wrong
-
- Sep 19, 2017
-
-
Richard van der Hoff authored
- allows sysadmins the ability to lock down their servers so that people can't send their users room invites.
-
- May 22, 2017
-
-
Erik Johnston authored
Instead of every time a new email pusher is created, as loading jinja2 templates is slow.
-
- Dec 09, 2016
-
-
Erik Johnston authored
-
- Nov 23, 2016
-
-
Erik Johnston authored
-
- Nov 22, 2016
-
-
Erik Johnston authored
-
- Nov 21, 2016
-
-
Erik Johnston authored
-
- Oct 14, 2016
-
-
pik authored
-
- Oct 03, 2016
-
-
Erik Johnston authored
Allows delegating the password auth to an external module. This also moves the LDAP auth to using this system, allowing it to be removed from the synapse tree entirely in the future.
-
- Sep 23, 2016
-
-
Erik Johnston authored
-
- Sep 12, 2016
-
-
Mark Haines authored
-