MatrixSynapse/synapse
Paul "LeoNerd" Evans c53ec53d80 Pull out all uses of the underlying HTTP user agent .request() method into a single wrapper function, to make adding metrics easier 2015-03-12 16:24:50 +00:00
..
api
app A trivial 'hello world'-style resource on /_synapse/metrics, with optional commandline flag 2015-03-12 16:24:50 +00:00
appservice
config Commandline option to enable metrics system 2015-03-12 16:24:50 +00:00
crypto
events
federation Initial attempt at sprinkling some @metrics.counted decorations around the federation code 2015-03-12 16:24:50 +00:00
handlers Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This uses the a storage api that is cached. 2015-03-09 16:43:09 +00:00
http Pull out all uses of the underlying HTTP user agent .request() method into a single wrapper function, to make adding metrics easier 2015-03-12 16:24:50 +00:00
metrics Have the MetricsResource actually render metric counters 2015-03-12 16:24:50 +00:00
push Log the matching push rule. 2015-03-11 22:17:31 +00:00
rest Add the master push rule for the break-my-push button. Allow server default rules to be disabled by default. 2015-03-10 17:26:25 +00:00
storage Appease pep8 2015-03-11 17:32:43 +00:00
streams
util
__init__.py
notifier.py
python_dependencies.py
server.py Expose 'config' as a real HomeServer dependency key 2015-03-12 16:24:50 +00:00
state.py
types.py