MatrixSynapse/synapse
Erik Johnston 5c90451ea0 Merge pull request #619 from matrix-org/dbkr/dont_use_checkpw
Stop using checkpw as it seems to have vanished from bcrypt.
2016-03-03 16:25:41 +00:00
..
api
app Merge pull request #571 from matrix-org/daniel/asids 2016-03-03 13:56:28 +00:00
appservice
config add 800x600 thumbnails to make vector look prettier (and anyone else who likes big thumbnails) 2016-03-02 15:57:54 +00:00
crypto
events
federation
handlers Stop using checkpw as it seems to have vanished from bcrypt. Use `bcrypt.hashpw(password, hashed) == hashed` as per the bcrypt README. 2016-03-02 18:06:45 +00:00
http
metrics
push Add support for changing the actions for default rules 2016-02-26 14:28:19 +00:00
replication Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00
rest Add support for changing the actions for default rules 2016-02-26 14:28:19 +00:00
static/client
storage Merge pull request #571 from matrix-org/daniel/asids 2016-03-03 13:56:28 +00:00
streams
util Limit stream change cache size too 2016-03-01 13:30:15 +00:00
__init__.py
notifier.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00
python_dependencies.py
server.py
state.py
types.py