summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-06Unused importErik Johnston1-1/+1
2015-03-06Don't look for an TLS private key if we have set --no-tlsErik Johnston3-8/+17
2015-03-06Add some randomness to the user specified timeout on event streams to mitigat...Erik Johnston1-0/+9
2015-03-05Log error message when we fail to fetch remote server keysErik Johnston1-2/+11
2015-03-05DocsErik Johnston1-0/+2
2015-03-05Remove unecessary checkErik Johnston1-6/+0
2015-03-05Respect min_depth argumentErik Johnston1-4/+6
2015-03-05Docs.Erik Johnston1-0/+16
2015-03-05Slightly reduce the insane amounts of indentation in main http server respons...Paul "LeoNerd" Evans1-21/+23
2015-03-05Handle if get_missing_pdu returns 400 or not all events.Erik Johnston2-15/+100
2015-03-05Rename rooms_to_listeners to room_to_listeners, for consistency with user_ an...Paul "LeoNerd" Evans1-8/+8
2015-03-04Give LruCache a __len__, so that len(cache) worksPaul "LeoNerd" Evans1-0/+7
2015-03-04Note that we don't specify execution orderErik Johnston1-0/+4
2015-03-04s/schema_deltas/applied_schema_deltas/Erik Johnston2-9/+11
2015-03-04s/%r/%s/Erik Johnston1-1/+1
2015-03-04Add example directory structures in docErik Johnston1-1/+36
2015-03-04Don't assume db conn is a Context Manager.Erik Johnston1-1/+5
2015-03-04Add unique constraint on schema_version.lock schema. Use conflict clause in sql.Erik Johnston2-4/+5
2015-03-04Change to use logger in db upgrade scriptErik Johnston1-1/+4
2015-03-04Use context manager with db conn to correctly commit and rollbackErik Johnston1-11/+11
2015-03-04Actually add full_schemas dirErik Johnston12-0/+645
2015-03-04More docs. Rename 'schema/current' to 'schema/full_schemas'Erik Johnston13-652/+23
2015-03-04Add some docs and remove unused variablesErik Johnston