| Commit message (Expand) | Author | Files | Lines |
2015-03-06 | Suppress notices should trump content/room/sender rules. | David Baker | 1 | -13/+13 |
2015-03-06 | Add the highlight tweak where messages should be highlighted a different colo... | David Baker | 1 | -0/+4 |
2015-03-04 | Add default rule to suppress notices. | David Baker | 1 | -0/+13 |
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 | Use if not results rather than len, as per feedback. | David Baker | 1 | -1/+1 |
2015-03-04 | Don't assume db conn is a Context Manager. | Erik Johnston | 1 | -1/+5 |
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 | More docs. Rename 'schema/current' to 'schema/full_schemas' | Erik John |