summary refs log tree commit diff
path: root/synapse/util/stringutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-06Add more server default rules so we have default rules for whether you get ↵David Baker2-6/+76
notifs for invites / random member events
2015-03-06Comment typoDavid Baker1-1/+1
2015-03-06Suppress notices should trump content/room/sender rules.David Baker1-13/+13
2015-03-06Add the highlight tweak where messages should be highlighted a different ↵David Baker1-0/+4
colour in appropriate clients.
2015-03-04Add default rule to suppress notices.David Baker1-0/+13
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-04Use if not results rather than len, as per feedback.David Baker1-1/+1
2015-03-04