forked-synapse/synapse/handlers
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
..
__init__.py Split out the auth handler 2016-06-02 13:31:45 +01:00
_base.py
account_data.py
admin.py
appservice.py Move the AS handler out of the Handlers object. 2016-05-31 13:53:48 +01:00
auth.py Email unsubscribing that may in theory, work 2016-06-02 11:44:15 +01:00
directory.py Move the AS handler out of the Handlers object. 2016-05-31 13:53:48 +01:00
events.py
federation.py Remove dead code. 2016-06-07 15:07:11 +01:00
identity.py
message.py Poke notifier on next reactor tick 2016-06-03 11:24:16 +01:00
presence.py .values() returns list of sets 2016-06-06 16:00:09 +01:00
profile.py
receipts.py
register.py Split out the auth handler 2016-06-02 13:31:45 +01:00
room_member.py
room.py Fix room list spidering 2016-06-01 17:58:58 +01:00
search.py
sync.py Load push rules in storage layer, so that they get cached 2016-06-03 11:10:00 +01:00
typing.py Fix typo 2016-06-03 14:03:42 +01:00