MatrixSynapse/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
_base.py
account_data.py
admin.py
appservice.py
auth.py
directory.py
events.py
federation.py Federation: drop events which cause SynapseErrors 2016-01-27 17:02:10 +00:00
identity.py
message.py
presence.py
profile.py
receipts.py
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
sync.py
typing.py