summary refs log tree commit diff
path: root/synapse/handlers/pagination.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert the device message and pagination handlers to async/await. (#7678)Patrick Cloke2020-06-161-16/+8
* Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-151-3/+1
* Merge pull request #6949 from matrix-org/rav/list_room_aliases_peekableRichard van der Hoff2020-02-191-1/+3
|\
| * Add `allow_departed_users` param to `check_in_room_or_world_readable`Richard van der Hoff2020-02-191-1/+3
* | Fix log in message retention purge jobsBrendan Abolivier2020-02-181-1/+1
|/
* s/get_room_version/get_room_version_id/Richard van der Hoff2020-01-311-1/+1
* Add more logging around message retention policies support (#6717)Brendan Abolivier2020-01-171-0/+13
* Fix instantiation of message retention purge jobsBrendan Abolivier2020-01-151-1/+1
* Convert federation backfill to asyncRichard van der Hoff2019-12-111-14/+13
* Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-261-2/+4
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-11-041-7/+6
| |\
| * \ Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-10-311-2/+3
| |\ \
| * | | Split purge API into events vs stateErik Johnston2019-10-301-2/+5
* | | | LintBrendan Abolivier2019-11-191-11/+6
* | | | Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+111
| |_|/ |/| |
* | | Update black to 19.10b0 (#6304)Amber Brown2019-11-011-7/+6
| |/ |/|
* | Port to use state storageErik Johnston2019-10-301-2/+4
|/
* Servlet to purge old rooms (#5845)Richard van der Hoff2019-08-221-0/+17
* Replace returnValue with return (#5736)Amber Brown2019-07-231-8/+6
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Fix /messages on workers when no from param specified.Erik Johnston2019-06-241-3/+1
* Run Black. (#5482)Amber Brown2019-06-201-38/+30
* Allow client event serialization to be asyncErik Johnston2019-05-141-9/+13
* Log tracebacks correctlyErik Johnston2019-02-251-1/+5
* Merge pull request #4263 from rkfg/developErik Johnston2019-02-211-1/+1
|\
| * Prevent crash on pagination.rkfg2018-12-061-1/+1
* | fix NPE in /messages by checking if all events were filtered out (#4330)Matthew Hodgson2019-01-021-10/+11
|/
* Refactor state group lookup to reduce DB hits (#4011)Erik Johnston2018-10-251-8/+7
* don't filter membership events based on history visibility (#3874)Matthew Hodgson2018-09-141-8/+1
* lazyload aware /messages (#3589)Matthew Hodgson2018-08-161-1/+34
* Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-1/+1
* Move PaginationHandler to its own fileErik Johnston2018-07-201-0/+265