forked-synapse/synapse/handlers
Mark Haines f2f031fd57 Add config for how many bcrypt rounds to use for password hashes
By default we leave it at the default value of 12. But now we can reduce
it for preparing users for loadtests or running integration tests.
2015-10-16 14:52:08 +01:00
..
__init__.py Simplify LoginHander and AuthHandler 2015-08-12 15:49:37 +01:00
_base.py Also bundle in sender 2015-10-02 11:04:23 +01:00
admin.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
appservice.py Fix bug where synapse was sending AS user queries incorrectly. 2015-06-17 17:26:03 +01:00
auth.py Add config for how many bcrypt rounds to use for password hashes 2015-10-16 14:52:08 +01:00
directory.py Disallow whitespace in aliases here too 2015-05-14 13:21:55 +01:00
events.py Split the sections of EventStreamHandler.get_stream that handle presence 2015-10-09 19:13:08 +01:00
federation.py Remove unused room_id arg 2015-10-14 09:31:20 +01:00
identity.py Add endpoint that proxies ID server request token and errors if the given email is in use on this Home Server. 2015-08-04 14:37:09 +01:00
message.py Remove unused room_id arg 2015-10-14 09:31:20 +01:00
presence.py Fix some races in the synapse presence handler caused by not yielding on deferreds 2015-10-09 19:59:50 +01:00
profile.py Treat setting your display name to the empty string as removing it (SYN-186). 2015-05-14 14:19:59 +01:00
receipts.py Re-enable receipts 2015-08-13 16:58:10 +01:00
register.py Remove unused import 2015-08-26 16:03:17 +01:00
room.py Add 'trusted_private_chat' to room creation presets 2015-10-02 11:22:56 +01:00
sync.py Merge pull request #305 from matrix-org/markjh/v2_sync_api 2015-10-14 13:56:23 +01:00
typing.py Remove needless existence checks 2015-08-26 11:08:23 +01:00