MatrixSynapse/synapse/storage
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
..
engines
schema
util
__init__.py
_base.py
account_data.py
appservice.py
background_updates.py
directory.py
end_to_end_keys.py
event_federation.py
event_push_actions.py
events.py
filtering.py
keys.py
media_repository.py
prepare_database.py
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py Allocate guest user IDs numericcally 2016-02-05 11:22:30 +00:00
rejections.py
room.py
roommember.py
search.py
signatures.py
state.py
stream.py Add descriptions 2016-02-03 16:22:35 +00:00
tags.py
transactions.py