anonymousland-synapse/synapse
Mark Haines 0b2158719c Remove dead code.
Loading push rules now happens in the datastore, so we can remove
the methods that loaded them outside the datastore.

The ``waiting_for_join_list`` in federation handler is populated by
anything, so can be removed.

The ``_get_members_events_txn`` method isn't called from anywhere
so can be removed.
2016-06-07 15:07:11 +01:00
..
api Working unsubscribe links going straight to the HS 2016-06-02 17:21:31 +01:00
app Merge pull request #845 from matrix-org/markjh/synchrotron_presence 2016-06-06 16:52:27 +01:00
appservice Move the AS handler out of the Handlers object. 2016-05-31 13:53:48 +01:00
config brand the email from header 2016-06-02 21:34:40 +01:00
crypto
events
federation pep8 2016-06-01 09:48:55 +01:00
handlers Remove dead code. 2016-06-07 15:07:11 +01:00
http
metrics Also record number of unreachable objects 2016-06-07 13:40:22 +01:00
push Remove dead code. 2016-06-07 15:07:11 +01:00
replication Remove event fetching from DB threads 2016-06-03 17:22:13 +01:00
rest Load push rules in storage layer, so that they get cached 2016-06-03 11:10:00 +01:00
static/client
storage Remove dead code. 2016-06-07 15:07:11 +01:00
streams
util Merge branch 'erikj/cache_perf' of github.com:matrix-org/synapse into develop 2016-06-03 12:00:33 +01:00
__init__.py Bump changelog and version 2016-06-03 15:33:14 +01:00
notifier.py Notify users for events in rooms they join. 2016-06-07 11:33:36 +01:00
python_dependencies.py
server.py Split out the auth handler 2016-06-02 13:31:45 +01:00
state.py
types.py
visibility.py