MatrixSynapse/synapse/handlers
David Baker 73a5f06652 Support registration / login with phone number
Changes from https://github.com/matrix-org/synapse/pull/1971
2017-03-13 17:27:51 +00:00
..
__init__.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
_base.py Insert delta of current_state_events to be more efficient 2017-01-20 17:10:18 +00:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py admin,storage: added more administrator functionalities 2017-02-02 14:02:26 +01:00
appservice.py storage/appservice: make appservice methods only relying on the cache synchronous 2016-10-06 15:24:59 +02:00
auth.py Support registration / login with phone number 2017-03-13 17:27:51 +00:00
device.py Don't keep around old stream IDs forever 2017-03-03 16:02:53 +00:00
devicemessage.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00
directory.py Comments 2016-12-07 09:58:33 +00:00
e2e_keys.py Fix unit tests 2017-01-30 17:11:24 +00:00
events.py Use state handler instead of get_users_in_room/get_joined_hosts 2016-08-26 14:54:30 +01:00
federation.py Move FederationServer._handle_new_pdu to FederationHandler 2017-03-09 16:20:13 +00:00
identity.py Support registration / login with phone number 2017-03-13 17:27:51 +00:00
initial_sync.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
message.py Don't clobber a displayname or avatar_url if provided by an m.room.member event 2017-01-24 18:06:07 +00:00
presence.py Cache get_presence storage 2017-02-13 13:50:03 +00:00
profile.py handlers/profile: added admin override for set_displayname and set_avatar_url 2016-10-06 15:24:59 +02:00
receipts.py Fix ignored read-receipts 2016-12-08 12:13:01 +00:00
register.py Fix email push in pusher worker 2017-02-02 10:53:36 +00:00
room.py Remove unused param 2017-02-20 15:02:01 +00:00
room_list.py Cache network room list queries. 2016-12-16 16:11:43 +00:00
room_member.py Allow forgetting rooms you're banned from 2017-02-15 19:32:20 +00:00
search.py move filter_events_for_client out of base handler 2016-05-11 13:42:37 +01:00
sync.py Noop repated delete device inbox calls from /sync 2017-03-10 10:36:43 +00:00
typing.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00