summary refs log tree commit diff
path: root/synapse/streams (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-13Revert "move _state_group_cache to statestore"Erik Johnston2-12/+13
2017-11-13Up cache size of get_global_account_data_by_type_for_userErik Johnston1-1/+1
2017-11-12Add a route for determining who you areTravis Ralston1-0/+17
2017-11-10Bit more loggingRichard van der Hoff1-0/+2
2017-11-10Cache failures in url_preview handlerRichard van der Hoff1-41/+45
2017-11-10Add some more comments appservice user registrationRichard van der Hoff1-1/+4
2017-11-10Downcase userids for shared-secret registrationRichard van der Hoff2-3/+21
2017-11-10Fix 500 on invalid utf-8 in requestRichard van der Hoff1-1/+2
2017-11-09Downcase userid on registrationRichard van der Hoff1-1/+7
2017-11-09Revert "Allow upper-case characters in mxids"Richard van der Hoff1-3/+3
2017-11-09Allow upper-case characters in mxidsRichard van der Hoff1-3/+3
2017-11-09Fix typoErik Johnston1-1/+1
2017-11-09Register group servletErik Johnston1-0/+1
2017-11-09Namespace visibility options for groupsErik Johnston1-9/+19
2017-11-09Fix 'NoneType' not iterable in /deactivateRichard van der Hoff1-2/+1
2017-11-09Add bracketsErik Johnston1-2/+4
2017-11-08Have an explicit API to update room configErik Johnston6-1/+100
2017-11-08Revert "Modify group room association API to allow modification of is_public"Erik Johnston6-32/+22
2017-11-08s/items/iteritems/Richard van der Hoff1-2/+2
2017-11-07Remove useless assignment in notify_interested_servicesIlya Zhuravlev1-1/+0
2017-11-07Update deltas when doing auth resolutionRichard van der Hoff1-3/+7
2017-11-07factor out _update_context_for_auth_eventsRichard van der Hoff1-20/+42
2017-11-07move _state_group_cache to statestoreRichard van der Hoff2-13/+12
2017-11-07