MatrixSynapse/synapse
David Baker c3276aef25 Merge pull request #1080 from matrix-org/dbkr/fix_notifications_api_with_from
Fix /notifications API when used with `from` param
2016-09-08 17:35:35 +01:00
..
api Handle the fact that workers can't generate state groups 2016-08-31 15:53:19 +01:00
app Fix up the calls to the notifier for device messages 2016-09-01 18:08:40 +01:00
appservice Use None instead of the empty string 2016-08-30 17:16:00 +01:00
config flake8 2016-08-30 17:20:31 +01:00
crypto
events Add comments 2016-09-05 10:41:27 +01:00
federation Add a new method to enqueue the device messages rather than sending a dummy EDU 2016-09-07 16:10:51 +01:00
handlers Merge pull request #1082 from matrix-org/erikj/remote_public_rooms 2016-09-08 16:04:22 +01:00
http
metrics
push Make bulk_get_push_rules_for_room use get_joined_users_from_context cache 2016-09-05 10:02:38 +01:00
replication Merge branch 'develop' into markjh/direct_to_device_federation 2016-09-08 13:43:43 +01:00
rest Merge pull request #1082 from matrix-org/erikj/remote_public_rooms 2016-09-08 16:04:22 +01:00
static/client
storage Merge pull request #1080 from matrix-org/dbkr/fix_notifications_api_with_from 2016-09-08 17:35:35 +01:00
streams
util
__init__.py Bump version and changelog 2016-09-08 15:23:44 +01:00
notifier.py Explicitly specify state_key for history_visibility fetching 2016-09-02 14:53:46 +01:00
python_dependencies.py
server.py Send device messages over federation 2016-09-06 18:16:20 +01:00
server.pyi
state.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/state_storage 2016-09-02 11:04:48 +01:00
types.py Merge remote-tracking branch 'origin/develop' into markjh/direct_to_device 2016-08-26 14:35:31 +01:00
visibility.py