summary refs log tree commit diff
path: root/synapse/handlers/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Update license headersPatrick Cloke2023-11-211-11/+16
* Convert state delta processing from a dict to attrs. (#16469)Patrick Cloke2023-10-161-32/+32
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-3/+9
* Remove some unused `server_name` fields (#15723)Sean Quah2023-06-061-1/+0
* Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Šimon Brandner2022-06-291-0/+3
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-011-1/+5
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Fix AssertionErrors after purging events (#11642)Richard van der Hoff2022-01-041-0/+11
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-1/+1
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Add a constant for m.federate. (#10775)Patrick Cloke2021-09-081-1/+1
* Move `maybe_kick_guest_users` out of `BaseHandler` (#10744)Richard van der Hoff2021-09-061-2/+4
* Use inline type hints in `handlers/` and `rest/`. (#10382)Jonathan de Jong2021-07-161-5/+5
* Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-081-27/+0
* Implement knock feature (#6739)Sorunome2021-06-091-1/+6
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-16/+23
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-1/+1
* Prevent join->join membership transitions changing member count (#7977)Andrew Morgan2020-08-031-1/+1
* Convert user directory handler and related classes to async/await. (#7640)Patrick Cloke2020-06-051-27/+20
* Reduce amount of logging at INFO level. (#6862)Erik Johnston2020-02-061-1/+1
* Fix detecting unknown devices from remote encrypted events. (#6848)Erik Johnston2020-02-041-1/+1
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-1/+4
* Remove repeated calls to config.stats_enabled.Erik Johnston2019-10-251-1/+3
* Fix races in room stats (and other) updates. (#6187)Richard van der Hoff2019-10-101-5/+7
* add some logging to the rooms stats updates, to try to track down a flaky tes...Richard van der Hoff2019-10-071-0/+1
* Fix race condition in room stats. (#6029)Erik Johnston2019-09-171-4/+10
* Correctly handle non-bool m.federate flagErik Johnston2019-09-061-1/+3
* Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-175/+132
* Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
* Fix background updates to handle redactions/rejections (#5352)Erik Johnston2019-06-061-5/+13
* Room Statistics (#4338)Amber Brown2019-05-211-0/+325