forked-synapse/synapse
David Baker 271d3e7865 Fix adding emails on registration
Synapse was not adding email addresses to accounts registered with an email address, due to too many different variables called 'result'. Rename both of them. Also remove the defer.returnValue() with no params because that's not a thing.
2016-07-29 15:25:24 +01:00
..
api Merge pull request #952 from matrix-org/markjh/more_fixes 2016-07-26 19:20:56 +01:00
app Fix flake8 violation 2016-07-26 11:59:08 +01:00
appservice Move the AS handler out of the Handlers object. 2016-05-31 13:53:48 +01:00
config Update password config comment 2016-07-06 12:18:19 +09:00
crypto Merge branch 'erikj/key_client_fix' of github.com:matrix-org/synapse into release-v0.17.0 2016-07-28 10:47:06 +01:00
events Add sensible __eq__ operators inside the tests. 2016-04-07 16:41:37 +01:00
federation Linearize some federation endpoints based on (origin, room_id) 2016-06-17 16:43:45 +01:00
handlers Mention that func will fetch auth events 2016-07-29 11:17:04 +01:00
http Log when adding listeners 2016-07-25 17:22:15 +01:00
metrics Don't explode if we have no snapshots yet 2016-07-20 16:59:52 +01:00
push Create separate methods for getting messages to push 2016-07-28 20:24:24 +01:00
replication Create separate methods for getting messages to push 2016-07-28 20:24:24 +01:00
rest Fix adding emails on registration 2016-07-29 15:25:24 +01:00
static/client
storage Fix SQL to supply arguments in the same order 2016-07-29 09:57:13 +01:00
streams
util Fix retry utils to check if the exception is a subclass of CME 2016-07-28 10:47:02 +01:00
__init__.py Bump version and changelog 2016-07-28 10:38:56 +01:00
notifier.py Notify users for events in rooms they join. 2016-06-07 11:33:36 +01:00
python_dependencies.py Add metrics for psutil derived memory usage 2016-07-20 16:00:21 +01:00
server.py Add device_id support to /login 2016-07-18 16:39:44 +01:00
server.pyi Type annotations 2016-07-19 18:56:16 +01:00
state.py Comment 2016-07-15 09:29:54 +01:00
types.py Add create_requester function 2016-07-26 16:46:53 +01:00
visibility.py move filter_events_for_client out of base handler 2016-05-11 13:42:37 +01:00