synapse-product/synapse
Richard van der Hoff 5068fb16a5 Refactoring and cleanups
A few non-functional changes:

* A bunch of docstrings to document types
* Split `EventsStore._persist_events_txn` up a bit. Hopefully it's a bit more
  readable.
* Rephrase `EventFederationStore._update_min_depth_for_room_txn` to avoid
  mind-bending conditional.
* Rephrase rejected/outlier conditional in `_update_outliers_txn` to avoid
  mind-bending conditional.
2017-03-17 15:06:07 +00:00
..
api Comment 2017-03-15 16:01:01 +00:00
app Don't recreate so many sets 2017-03-16 11:54:26 +00:00
appservice Rename network_id to instance_id on client side 2016-12-12 16:05:45 +00:00
config Add helpful texts to logger config options 2017-03-13 12:33:35 +00:00
crypto
events Refactoring and cleanups 2017-03-17 15:06:07 +00:00
federation Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
handlers Refactoring and cleanups 2017-03-17 15:06:07 +00:00
http Merge pull request #1994 from matrix-org/dbkr/msisdn_signin_2 2017-03-15 09:59:54 +00:00
metrics Rename the python-specific metrics now the docs claim that we have done 2016-11-03 17:03:52 +00:00
push Don't recreate so many sets 2017-03-16 11:54:26 +00:00
replication Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
rest Don't recreate so many sets 2017-03-16 11:54:26 +00:00
static/client
storage Refactoring and cleanups 2017-03-17 15:06:07 +00:00
streams Add basic implementation of local device list changes 2017-01-25 14:27:27 +00:00
util Merge pull request #2016 from matrix-org/rav/queue_pdus_during_join 2017-03-17 11:32:44 +00:00
__init__.py Bump version and changelog 2017-02-21 13:43:36 +00:00
event_auth.py Use better variable name 2017-01-17 14:32:53 +00:00
notifier.py Don't recreate so many sets 2017-03-16 11:54:26 +00:00
python_dependencies.py Support registration / login with phone number 2017-03-13 17:27:51 +00:00
server.py Fix email push in pusher worker 2017-02-02 10:53:36 +00:00
server.pyi
state.py Refactoring and cleanups 2017-03-17 15:06:07 +00:00
types.py Add basic implementation of local device list changes 2017-01-25 14:27:27 +00:00
visibility.py