- Jan 23, 2019
-
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Instead document it commented out. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
This allows the OpenID userinfo endpoint to be active even if the federation resource is not active. The OpenID userinfo endpoint is called by integration managers to verify user actions using the client API OpenID access token. Without this verification, the integration manager cannot know that the access token is valid. The OpenID userinfo endpoint will be loaded in the case that either "federation" or "openid" resource is defined. The new "openid" resource is defaulted to active in default configuration. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Check all possible variants of openid and federation listener on/off possibilities. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
For all the homeserver classes, only the FrontendProxyServer passes its reactor when doing the http listen. Looking at previous PR's looks like this was introduced to make it possible to write a test, otherwise when you try to run a test with the test homeserver it tries to do a real bind to a port. Passing the reactor that the homeserver is instantiated with should probably be the right thing to do anyway? Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Check all possible variants of openid and federation listener on/off possibilities. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
For all the homeserver classes, only the FrontendProxyServer passes its reactor when doing the http listen. Looking at previous PR's looks like this was introduced to make it possible to write a test, otherwise when you try to run a test with the test homeserver it tries to do a real bind to a port. Passing the reactor that the homeserver is instantiated with should probably be the right thing to do anyway? Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Allows running parameterized tests. BSD license. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
- Jan 22, 2019
-
-
Erik Johnston authored
Fix bug when removing duplicate rows from user_ips
-
Erik Johnston authored
-
Neil Johnson authored
Config option to disable requesting MSISDN on registration
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This was caused by accidentally overwritting a `last_seen` variable in a for loop, causing the wrong value to be written to the progress table. The result of which was that we didn't scan sections of the table when searching for duplicates, and so some duplicates did not get deleted.
-
Richard van der Hoff authored
All this magic is redundant.
-
Richard van der Hoff authored
-
Amber Brown authored
* remove dh_params and set better cipher string
-
- Jan 21, 2019
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Erik Johnston authored
Implement server side of MSC1794 - Federation v2 Invite API
-
Erik Johnston authored
-
Erik Johnston authored
Add groundwork for new versions of federation APIs
-
Andrew Morgan authored
* Migrate encryption state on room upgrade Signed-off-by:
Andrew Morgan <andrew@amorgan.xyz> * Add changelog file
-
- Jan 18, 2019
-
-
Erik Johnston authored
* Fix race when persisting create event When persisting a chunk of DAG it is sometimes requried to do a state resolution, which requires knowledge of the room version. If this happens while we're persisting the create event then we need to use that event rather than attempting to look it up in the database.
-
Erik Johnston authored
* Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status?
-
Richard van der Hoff authored
* Remove redundant WrappedConnection The matrix federation client uses an HTTP connection pool, which times out its idle HTTP connections, so there is no need for any of this business.
-
- Jan 17, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Just got very confused about the fact that the headers are only an output, not an input.
-
- Jan 16, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
Update Dependencies
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Since 0.13.0, pymacaroons works correctly with pynacl, so there isn’t any more reason to depend on an outdated pynacl fork. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-