- Sep 06, 2018
-
-
Amber Brown authored
-
Neil Johnson authored
-
- Sep 05, 2018
-
-
Richard van der Hoff authored
Use the actual origin for push transactions, rather than whatever the remote server claimed.
-
- Sep 03, 2018
-
-
Amber Brown authored
-
- Aug 31, 2018
-
-
Neil Johnson authored
-
- Aug 30, 2018
-
-
Amber Brown authored
-
- Aug 28, 2018
-
-
Richard van der Hoff authored
-
- Aug 24, 2018
-
-
Erik Johnston authored
-
- Aug 17, 2018
-
-
Amber Brown authored
-
- Aug 16, 2018
-
-
Neil Johnson authored
-
- Aug 15, 2018
-
-
Neil Johnson authored
-
- Aug 13, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
Revert "support admin_email config and pass through into blocking errors, return AuthError in all cases" This reverts commit 0d43f991.
-
Neil Johnson authored
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Aug 09, 2018
-
-
Erik Johnston authored
-
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.
-