summary refs log tree commit diff
path: root/synapse/config/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-13/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+5
* Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-081-9/+0
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Clean up config settings for stats (#9604)Richard van der Hoff2021-03-161-17/+28
* Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-171-2/+0
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-8/+5
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Room Statistics (#4338)Amber Brown2019-05-211-0/+60