summary refs log tree commit diff
path: root/synapse/api/constants.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05They're called roomsDavid Baker1-4/+4
2017-10-05Get rule type rightDavid Baker1-1/+1
2017-10-05Support for channel notificationsDavid Baker3-8/+59
2017-10-05Use better method for word boundary searchingDavid Baker1-11/+3
2017-10-05pep8David Baker1-0/+1
2017-10-05Fix notif kws that start/end with non-word charsDavid Baker1-2/+21
2017-10-04spam check room publishingDavid Baker2-0/+26
2017-10-04un-double indentDavid Baker1-1/+1
2017-10-04Add room creation checks to spam checkerDavid Baker3-0/+47
2017-10-03s/roomid/room_id/David Baker1-2/+2
2017-10-03pass room id tooDavid Baker3-4/+6
2017-10-03Federation was passing strings anywayDavid Baker1-1/+1
2017-10-03this shouldn't be debugDavid Baker1-2/+2
2017-10-03better loggingDavid Baker1-4/+9
2017-10-03Actually write warpper functionDavid Baker1-0/+16
2017-10-03Skip spam check for admin usersDavid Baker1-8/+8
2017-10-03Fix param name & lintDavid Baker1-2/+4
2017-10-03Allow spam checker to reject invites tooDavid Baker2-6/+18
2017-10-02Bump version and changelog v0.23.1Erik Johnston2-1/+9
2017-10-02Make 'affinity' package optionalErik Johnston2-2/+17
2017-10-02Move quit_with_errorErik Johnston2-10/+11
2017-10-02Bump version and change log release-v0.23.0Erik Johnston2-1/+7
2017-10-02Drop search values with nul charactersRichard van der Hoff1-4/+7
2017-09-28Only log if we've removed mediaErik Johnston1-2/+4
2017-09-28Improve logging of failures in matrixfederationclientRichard van der Hoff1-7/+6
2017-09-28Handle SERVFAILs when doing AAAA lookups for federation (#2477)Richard van der Hoff1-5/+17
2017-09-28Up the limits on number of url cache entries to delete at one timeErik Johnston1-2/+2
2017-09-28Add old indicesErik Johnston1-0/+2
2017-09-28Clear up expired url cache every 10sErik Johnston1-1/+1
2017-09-28Actually assign result to variableErik Johnston1-1/+1
2017-09-28Only pull out local media that were for url cacheErik Johnston1-1/+1
2017-09-28Fix typo in url cache expiry timerErik Johnston1-1/+1
2017-09-28