forked-synapse/synapse/handlers
Daniel Wagner-Hall 79a1c0574b Allocate guest user IDs numericcally
The current random IDs are ugly and confusing when presented in UIs.
This makes them prettier and easier to read.

Also, disable non-automated registration of numeric IDs so that we don't
need to worry so much about people carving out our automated address
space and us needing to keep retrying ID registration.
2016-02-05 11:22:30 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py copyrights 2016-01-07 04:26:29 +00:00
appservice.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Allow guests to upgrade their accounts 2016-01-05 18:01:18 +00:00
directory.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
events.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
federation.py Federation: drop events which cause SynapseErrors 2016-01-27 17:02:10 +00:00
identity.py Add missing param to the log line 2016-01-29 15:01:26 +00:00
message.py Allow paginating backwards from stream token 2016-01-28 11:52:34 +00:00
presence.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
profile.py copyrights 2016-01-07 04:26:29 +00:00
receipts.py copyrights 2016-01-07 04:26:29 +00:00
register.py Allocate guest user IDs numericcally 2016-02-05 11:22:30 +00:00
room.py PEP8 2016-02-03 11:52:57 +00:00
search.py copyrights 2016-01-07 04:26:29 +00:00
sync.py Merge pull request #555 from matrix-org/erikj/logcontext 2016-02-03 15:20:00 +00:00
typing.py copyrights 2016-01-07 04:26:29 +00:00