| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove legacy code of single user device resync api (#15418) | Alok Kumar Singh | 2023-04-21 | 1 | -1/+3 |
* | Remove unused `room_alias` field from `/createRoom` response (#15093) | David Robertson | 2023-02-22 | 1 | -1/+1 |
* | Add final type hint to tests.unittest. (#15072) | Patrick Cloke | 2023-02-14 | 1 | -12/+19 |
* | Add more missing type hints to tests. (#15028) | Patrick Cloke | 2023-02-08 | 1 | -36/+44 |
* | Track when the pulled event signature fails (#13815) | Eric Eastwood | 2022-10-03 | 1 | -2/+2 |
* | Rip out auth-event reconciliation code (#12943) | Richard van der Hoff | 2022-07-14 | 1 | -6/+2 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 1 | -1/+1 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -3/+5 |
* | Strip unauthorized fields from `unsigned` object in events received over fede... | Shay | 2022-01-06 | 1 | -0/+72 |
* | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 2021-11-10 | 1 | -2/+0 |
* | Inline `_check_event_auth` for outliers (#10926) | Richard van der Hoff | 2021-09-28 | 1 | -1/+0 |
* | Get rid of `_auth_and_persist_event` (#10781) | Richard van der Hoff | 2021-09-08 | 1 | -3/+12 |
* | Split `FederationHandler` in half (#10692) | Richard van der Hoff | 2021-08-26 | 1 | -3/+7 |
* | Split `on_receive_pdu` in half (#10640) | Richard van der Hoff | 2021-08-19 | 1 | -8/+2 |
* | Clean up federation event auth code (#10539) | Richard van der Hoff | 2021-08-06 | 1 | -4/+2 |
* | Merge branch 'master' into develop | Andrew Morgan | 2021-04-20 | 1 | -1/+1 |
|\ |
|
| * | Always use the name as the log ID. (#9829) | Patrick Cloke | 2021-04-20 | 1 | -1/+1 |
* | | Separate creating an event context from persisting it in the federation handl... | Patrick Cloke | 2021-04-14 | 1 | -2/+4 |
* | | Revert "Check for space membership during a remote join of a restricted room.... | Patrick Cloke | 2021-04-14 | 1 | -4/+2 |
* | | Check for space membership during a remote join of a restricted room. (#9763) | Patrick Cloke | 2021-04-14 | 1 | -2/+4 |
* | | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
|/ |
|
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -1/+1 |
* | Various clean-ups to the logging context code (#8935) | Patrick Cloke | 2020-12-14 | 1 | -1/+1 |
* | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 1 | -1/+1 |
* | Don't instansiate Requester directly (#8614) | Erik Johnston | 2020-10-22 | 1 | -2/+2 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -1/+1 |
* | Convert simple_update* and simple_select* to async (#8173) | Patrick Cloke | 2020-08-27 | 1 | -29/+21 |
* | Add a shadow-banned flag to users. (#8092) | Patrick Cloke | 2020-08-14 | 1 | -1/+1 |
* | Convert the roommember database to async/await. (#8070) | Patrick Cloke | 2020-08-12 | 1 | -1/+17 |
* | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 1 | -1/+1 |
* | Convert device handler to async/await (#7871) | Patrick Cloke | 2020-07-17 | 1 | -16/+19 |
* | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 1 | -1/+1 |
* | Process cross-signing keys when resyncing device lists (#7594) | Brendan Abolivier | 2020-06-01 | 1 | -0/+56 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -2/+2 |
* | Retry to sync out of sync device lists (#7453) | Brendan Abolivier | 2020-05-21 | 1 | -1/+62 |
* | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 1 | -2/+4 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -3/+3 |
* | convert to async: FederationHandler.on_receive_pdu | Richard van der Hoff | 2019-12-11 | 1 | -5/+9 |
* | Fixup tests | Erik Johnston | 2019-12-06 | 1 | -11/+5 |
* | Factor out an _AsyncEventContextImpl (#6298) | Richard van der Hoff | 2019-11-01 | 1 | -1/+3 |
* | Review comments | Erik Johnston | 2019-10-30 | 1 | -4/+7 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -1/+0 |
* | Fix some tests which leaked logcontexts | Richard van der Hoff | 2018-11-19 | 1 | -2/+2 |
* | Clean up event accesses and tests | Erik Johnston | 2018-11-02 | 1 | -1/+1 |
* | Remove redundant, failing, test | Richard van der Hoff | 2018-09-27 | 1 | -106/+0 |
* | Include eventid in log lines when processing incoming federation transactions... | Richard van der Hoff | 2018-09-27 | 1 | -12/+16 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -1/+4 |
* | Make the rest of the .iterwhatever go away (#3562) | Amber Brown | 2018-07-21 | 1 | -2/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -5/+5 |
* | pep8 | Amber Brown | 2018-06-27 | 1 | -5/+2 |
* | stylistic cleanup | Amber Brown | 2018-06-27 | 1 | -6/+18 |
* | cleanups | Amber Brown | 2018-06-27 | 1 | -7/+6 |
* | handle federation not telling us about prev_events | Amber Brown | 2018-06-27 | 1 | -0/+235 |