forked-synapse/synapse
Richard van der Hoff 15bf32e062 Use monotonic clock where possible for metrics
Fixes intermittent errors observed on Apple hardware which were caused by
time.clock() appearing to go backwards when called from different threads.

Also fixes a bug where database activity times were logged as 1/1000 of their
correct ratio due to confusion between milliseconds and seconds.
2019-06-19 21:09:43 +01:00
..
_scripts
api Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
app Change password reset links to /_matrix. 2019-06-11 11:34:33 +01:00
appservice
config Improve startup checks for insecure notary configs (#5392) 2019-06-10 10:33:00 +01:00
crypto Merge pull request #5417 from matrix-org/rav/shared_ssl_context 2019-06-10 18:16:12 +01:00
events
federation Prevent multiple device list updates from breaking a batch send (#5156) 2019-06-06 23:54:00 +01:00
groups Associate a request_name with each verify request, for logging 2019-06-05 10:46:26 +01:00
handlers Fix defaults on checking threepids 2019-06-10 23:09:31 +01:00
http Improve docstrings on MatrixFederationClient. (#5332) 2019-06-04 11:14:16 +01:00
metrics
module_api
push Change password reset links to /_matrix. 2019-06-11 11:34:33 +01:00
replication
res/templates Change password reset links to /_matrix. 2019-06-11 11:34:33 +01:00
rest Change password reset links to /_matrix. 2019-06-11 11:34:33 +01:00
server_notices
state
static
storage Use monotonic clock where possible for metrics 2019-06-19 21:09:43 +01:00
streams
util Call RetryLimiter correctly (#5340) 2019-06-04 22:02:53 +01:00
__init__.py 1.0.0 2019-06-11 17:10:01 +01:00
event_auth.py
notifier.py
python_dependencies.py Bump bleach version so that tests can run on old deps. 2019-06-11 12:34:18 +01:00
secrets.py
server.py
server.pyi
types.py
visibility.py