| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename storage classes (#12913) | Erik Johnston | 2022-05-31 | 1 | -2/+2 |
* | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 1 | -1/+1 |
* | remove constantly lib use and switch to enums. (#12624) | andrew do | 2022-05-04 | 1 | -1/+1 |
* | Implement MSC2815: allow room moderators to view redacted event content (#12427) | Tulir Asokan | 2022-04-20 | 1 | -2/+13 |
* | Prevent a sync request from removing a user's busy presence status (#12213) | David Baker | 2022-04-13 | 1 | -2/+4 |
* | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 1 | -1/+2 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -2/+2 |
* | Remove `log_function` and its uses (#11761) | Richard van der Hoff | 2022-01-18 | 1 | -2/+0 |
* | Bundle aggregations outside of the serialization method. (#11612) | Patrick Cloke | 2022-01-07 | 1 | -1/+1 |
* | Do not bundle aggregations for APIs which shouldn't include them. (#11592) | Patrick Cloke | 2021-12-20 | 1 | -2/+0 |
* | Convert EventStreamResult to attrs. (#11574) | Patrick Cloke | 2021-12-15 | 1 | -3/+4 |
* | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 2021-12-06 | 1 | -3/+2 |
* | Refactor the code to inject bundled relations during serialization. (#11408) | Patrick Cloke | 2021-11-23 | 1 | -1/+1 |
* | Remove the deprecated BaseHandler. (#11005) | Patrick Cloke | 2021-10-08 | 1 | -7/+5 |
* | Use inline type hints in `handlers/` and `rest/`. (#10382) | Jonathan de Jong | 2021-07-16 | 1 | -3/+3 |
* | Use get_current_users_in_room from store and not StateHandler (#9910) | Erik Johnston | 2021-05-05 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Ratelimit cross-user key sharing requests. (#8957) | Patrick Cloke | 2021-02-19 | 1 | -2/+2 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -2/+1 |
* | Make token serializing/deserializing async (#8427) | Erik Johnston | 2020-09-30 | 1 | -2/+2 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -2/+2 |
* | Remove some unused distributor signals (#8216) | Patrick Cloke | 2020-09-09 | 1 | -4/+0 |
* | Add type hints to more handlers (#8244) | Erik Johnston | 2020-09-03 | 1 | -23/+26 |
* | Add typing info to Notifier (#8058) | Erik Johnston | 2020-08-11 | 1 | -4/+0 |
* | Stop the master relaying USER_SYNC for other workers (#7318) | Richard van der Hoff | 2020-04-22 | 1 | -8/+12 |
* | Port SyncHandler to async/await | Erik Johnston | 2019-12-05 | 1 | -17/+13 |
* | Port to use state storage | Erik Johnston | 2019-10-30 | 1 | -1/+5 |
* | Remove double return statements (#5962) | Andrew Morgan | 2019-09-03 | 1 | -1/+0 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -3/+3 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -23/+26 |
* | Don't bundle events in /sync or /events | Erik Johnston | 2019-05-21 | 1 | -0/+3 |
* | Allow client event serialization to be async | Erik Johnston | 2019-05-14 | 1 | -4/+4 |
* | Fix grammar and document get_current_users_in_room (#4998) | Andrew Morgan | 2019-04-03 | 1 | -1/+1 |
* | Deny peeking into rooms that have been blocked | Erik Johnston | 2019-03-21 | 1 | -1/+6 |
* | Check room visibility for /event/ requests | Richard van der Hoff | 2018-08-02 | 1 | -4/+21 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -8/+7 |
* | Stub out ServerNoticesSender on the workers | Richard van der Hoff | 2018-05-22 | 1 | -0/+5 |
* | Use state handler instead of get_users_in_room/get_joined_hosts | Erik Johnston | 2016-08-26 | 1 | -1/+2 |
* | Move the presence handler out of the Handlers object | Mark Haines | 2016-05-16 | 1 | -1/+1 |
* | Remove dead code left over from presence changes | Mark Haines | 2016-03-17 | 1 | -70/+0 |
* | Initial cut | Erik Johnston | 2016-02-17 | 1 | -8/+35 |
* | Fix up logcontexts | Erik Johnston | 2016-02-08 | 1 | -2/+9 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+1 |
* | Only fetch events for rooms and receipts | Erik Johnston | 2016-01-21 | 1 | -3/+3 |
* | Allow non-guests to peek on rooms using /events | Daniel Wagner-Hall | 2016-01-20 | 1 | -1/+1 |
* | Dont fire user_joined_room when guest hits /events | Erik Johnston | 2016-01-12 | 1 | -7/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Fix a race between started/stopped stream | Mark Haines | 2015-12-14 | 1 | -3/+8 |
* | Wrap calls to distributor.fire in appropriately named functions so that stati... | Mark Haines | 2015-12-01 | 1 | -5/+15 |
* | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 1 | -2/+8 |
* | Remove unused arguments and code | Daniel Wagner-Hall | 2015-11-02 | 1 | -12/+1 |
* | Split the sections of EventStreamHandler.get_stream that handle presence | Mark Haines | 2015-10-09 | 1 | -35/+52 |
* | Don't make pushers handle presence/typing events | Erik Johnston | 2015-08-24 | 1 | -2/+8 |
* | Don't get apservice interested rooms in RoomHandler.get_joined_rooms_for_users | Erik Johnston | 2015-08-19 | 1 | -1/+9 |
* | Change the way we do logging contexts so that they survive divergences | Erik Johnston | 2015-05-08 | 1 | -5/+3 |
* | Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This us... | Erik Johnston | 2015-03-09 | 1 | -1/+1 |
* | Add some randomness to the user specified timeout on event streams to mitigat... | Erik Johnston | 2015-03-06 | 1 | -0/+9 |
* | Add stub functions and work out execution flow to implement AS event stream p... | Kegan Dougal | 2015-02-25 | 1 | -3/+0 |
* | Merge branch 'develop' into pushers | David Baker | 2015-01-28 | 1 | -2/+6 |
|\ |
|
| * | Pass the current time to serialize event, rather than passing an | Mark Haines | 2015-01-26 | 1 | -1/+4 |
| * | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -1/+2 |
* | | Oops, remove debugging | David Baker | 2015-01-27 | 1 | -1/+0 |
* | | or of course we could just return the deferred | David Baker | 2015-01-27 | 1 | -2/+1 |
* | | Need a defer.inlineCallbacks here as we yield in it: otherwise nothing in the... | David Baker | 2015-01-27 | 1 | -0/+1 |
* | | Unbreak bad presence merge - don't add these blocks together with an and: the... | David Baker | 2015-01-27 | 1 | -12/+14 |
* | | Merge branch 'develop' into pushers | David Baker | 2015-01-22 | 1 | -2/+0 |
|\| |
|
| * | Remove temporary debug logging that was accidentally committed | Mark Haines | 2015-01-16 | 1 | -2/+0 |
* | | Don't make the pushers' event streams cause people to appear online | David Baker | 2015-01-15 | 1 | -21/+22 |
|/ |
|
* | Return the raw federation event rather than adding extra keys for federation ... | Kegan Dougal | 2015-01-08 | 1 | -2/+2 |
* | Add 'raw' query parameter to expose the event graph and signatures to savvy c... | Kegan Dougal | 2015-01-08 | 1 | -2/+5 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Attempt to fix bug where we 500d an event stream due to trying to cancel a ti... | Erik Johnston | 2014-11-26 | 1 | -3/+9 |
* | Add a few missing yields, Move deferred lists inside PreserveLoggingContext b... | Mark Haines | 2014-11-20 | 1 | -2/+4 |
* | Preserve logging context in a few more places, drop the logging context after... | Mark Haines | 2014-11-19 | 1 | -3/+5 |
* | Correctly handle the 'age' key in events and pdus | Erik Johnston | 2014-09-15 | 1 | -6/+4 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Fixed GET /events/$id to be not broken. | Kegan Dougal | 2014-09-03 | 1 | -1/+3 |
* | Don't query the rooms members table so much by using the new notifier api tha... | Erik Johnston | 2014-08-28 | 1 | -1/+1 |
* | Up timeout to 10 minutes | Erik Johnston | 2014-08-28 | 1 | -1/+1 |
* | Add more logging. Up the event stream timer to 10s | Erik Johnston | 2014-08-28 | 1 | -1/+2 |
* | Add logging to try and figure out what is going on with the presence stuff | Erik Johnston | 2014-08-28 | 1 | -0/+3 |
* | PEP8 tweaks. | Erik Johnston | 2014-08-27 | 1 | -1/+0 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-27 | 1 | -22/+77 |
|\ |
|
| * | Added support for GET /events/$eventid with auth checks. | Kegan Dougal | 2014-08-27 | 1 | -0/+26 |
* | | Implement presence event source. Change the way the notifier indexes listeners | Erik Johnston | 2014-08-27 | 1 | -1/+6 |
* | | Enable presence again. Fix up api to match old api. | Erik Johnston | 2014-08-26 | 1 | -3/+10 |
* | | WIP: Completely change how event streaming and pagination work. This reflects... | Erik Johnston | 2014-08-26 | 1 | -105/+19 |
|/ |
|
* | Start chagning the events stream to work with the new DB schema | Erik Johnston | 2014-08-15 | 1 | -6/+2 |
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 1 | -0/+1 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+149 |