MatrixSynapse/synapse/handlers
Kegan Dougal cc83b06cd1 Added support for the HS to send emails. Use it to send password resets. Added email_smtp_server and email_from_address config args. Added emailutils. 2014-09-16 12:36:39 +01:00
..
__init__.py
_base.py Generate m.room.aliases event when the HS creates a room alias 2014-09-05 21:35:56 +01:00
directory.py Generate m.room.aliases event when the HS creates a room alias 2014-09-05 21:35:56 +01:00
events.py Correctly handle the 'age' key in events and pdus 2014-09-15 13:26:11 +01:00
federation.py Correctly handle receiving 'missing' Pdus from federation, rather than just discarding them. 2014-09-15 16:40:44 +01:00
login.py Added support for the HS to send emails. Use it to send password resets. Added email_smtp_server and email_from_address config args. Added emailutils. 2014-09-16 12:36:39 +01:00
message.py Correctly handle the 'age' key in events and pdus 2014-09-15 13:26:11 +01:00
presence.py Fix race in presence handler where we evicted things from cache while handling a key therein 2014-09-08 11:28:50 +02:00
profile.py
register.py Split out password/captcha/email logic. 2014-09-15 12:42:36 +01:00
room.py Correctly handle the 'age' key in events and pdus 2014-09-15 13:26:11 +01:00
typing.py