MatrixSynapse/synapse
Mark Haines 20db147ef3 SYN-258: get_recent_events_for_room only accepts stream tokens, convert the topological token to a stream token before passing it to get_recent_events_for_room 2015-02-06 16:01:04 +00:00
..
api Merge branch 'signature_failures' of github.com:matrix-org/synapse into federation_client_retries 2015-02-04 16:30:15 +00:00
app
config
crypto
events Rearrange persist_event so that do all the queries that need to be done before returning early if we have already persisted that event. 2015-02-04 10:16:51 +00:00
federation Connection errors in twisted aren't RuntimeErrors 2015-02-05 13:50:15 +00:00
handlers SYN-258: get_recent_events_for_room only accepts stream tokens, convert the topological token to a stream token before passing it to get_recent_events_for_room 2015-02-06 16:01:04 +00:00
http Return body of response in HttpResponseException 2015-02-06 10:55:01 +00:00
push Give server default rules the 'default' attribute and fix various brokenness. 2015-02-05 15:11:38 +00:00
rest priority class now dealt with in namespaced rule_id 2015-02-05 15:45:16 +00:00
storage Move delta/v13.sql to delta/v12.sql 2015-02-06 14:38:04 +00:00
streams
util
__init__.py
notifier.py
python_dependencies.py
server.py
state.py Change context.auth_events to what the auth_events would be bases on context.current_state, rather than based on the auth_events from the event. 2015-02-04 14:06:46 +00:00
types.py