forked-synapse/synapse/rest/client/v2_alpha
Richard van der Hoff e4d622aaaf Implementation of state rollback in /sync
Implementation of SPEC-254: roll back the state dictionary to how it looked at
the start of the timeline.

Merged PR https://github.com/matrix-org/synapse/pull/373
2015-11-13 10:58:56 +00:00
..
__init__.py Add APIs for adding and removing tags from rooms 2015-10-28 16:06:57 +00:00
_base.py Throw sensible errors on not-json when allowing empty body 2015-04-02 17:45:16 +01:00
account.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
auth.py pep8 2015-04-02 17:06:17 +01:00
filter.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
keys.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
receipts.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
register.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
sync.py Implementation of state rollback in /sync 2015-11-13 10:58:56 +00:00
tags.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
tokenrefresh.py /tokenrefresh POST endpoint 2015-08-20 16:21:35 +01:00