Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-05 | Log error message when we fail to fetch remote server keys | Erik Johnston | 1 | -2/+11 | |
2015-03-05 | Docs | Erik Johnston | 1 | -0/+2 | |
2015-03-05 | Remove unecessary check | Erik Johnston | 1 | -6/+0 | |
2015-03-05 | Respect min_depth argument | Erik Johnston | 1 | -4/+6 | |
2015-03-05 | Docs. | Erik Johnston | 1 | -0/+16 | |
2015-03-05 | Slightly reduce the insane amounts of indentation in main http server ↵ | Paul "LeoNerd" Evans | 1 | -21/+23 | |
response path, by 'continue'ing around a non-match or falling through | |||||
2015-03-05 | Handle if get_missing_pdu returns 400 or not all events. | Erik Johnston | 2 | -15/+100 | |
2015-03-05 | Rename rooms_to_listeners to room_to_listeners, for consistency with user_ ↵ | Paul "LeoNerd" Evans | 1 | -8/+8 | |
and appservice_* | |||||
2015-03-04 | Give LruCache a __len__, so that len(cache) works | Paul "LeoNerd" Evans | 1 | -0/+7 | |
2015-03-04 | Note that we don't specify execution order | Erik Johnston | 1 | -0/+4 | |
2015-03-04 | s/schema_deltas/applied_schema_deltas/ | Erik Johnston | 2 | -9/+11 | |
2015-03-04 | s/%r/%s/ | Erik Johnston | 1 | -1/+1 | |
2015-03-04 | Add example directory structures in doc | Erik Johnston | 1 | -1/+36 | |
2015-03-04 | Don't assume db conn is a Context Manager. | Erik Johnston | 1 | -1/+5 | |
Twisted adbapi wrapped connections aren't context managers. | |||||
2015-03-04 | Add unique constraint on schema_version.lock schema. Use conflict clause in sql. | Erik Johnston | 2 | -4/+5 | |
2015-03-04 | Change to use logger in db upgrade script | Erik Johnston | 1 | -1/+4 | |
2015-03-04 | Use context manager with db conn to correctly commit and rollback | Erik Johnston | 1 | -11/+11 | |
2015-03-04 | Actually add full_schemas dir | Erik Johnston | 12 | -0/+645 | |
2015-03-04 |