Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-10-05 | They're called rooms | David Baker | 1 | -4/+4 | |
2017-10-05 | Get rule type right | David Baker | 1 | -1/+1 | |
2017-10-05 | Support for channel notifications | David Baker | 3 | -8/+59 | |
Add condition type to check the sender's power level and add a base rule using it for @channel notifications. | |||||
2017-10-05 | Use better method for word boundary searching | David Baker | 1 | -11/+3 | |
From https://github.com/matrix-org/matrix-js-sdk/commit/ebc95667b8a5777d13e5d3c679972bedae022fd5 | |||||
2017-10-05 | pep8 | David Baker | 1 | -0/+1 | |
2017-10-05 | Fix notif kws that start/end with non-word chars | David Baker | 1 | -2/+21 | |
Only prepend / append word bounary characters if the search expression starts or ends with a word character, otherwise they don't work because there's no word bounary between whitespace and a non-word char. | |||||
2017-10-04 | spam check room publishing | David Baker | 2 | -0/+26 | |
2017-10-04 | un-double indent | David Baker | 1 | -1/+1 | |
2017-10-04 | Add room creation checks to spam checker | David Baker | 3 | -0/+47 | |
Lets the spam checker deny attempts to create rooms and add aliases to them. | |||||
2017-10-03 | s/roomid/room_id/ | David Baker | 1 | -2/+2 | |
2017-10-03 | pass room id too | David Baker | 3 | -4/+6 | |
2017-10-03 | Federation was passing strings anyway | David Baker | 1 | -1/+1 | |
so pass string everywhere | |||||
2017-10-03 | this shouldn't be debug | David Baker | 1 | -2/+2 | |
2017-10-03 | better logging | David Baker | 1 | -4/+9 | |
2017-10-03 | Actually write warpper function | David Baker | 1 | -0/+16 | |
2017-10-03 | Skip spam check for admin users | David Baker | 1 | -8/+8 | |
2017-10-03 | Fix param name & lint | David Baker | 1 | -2/+4 | |
2017-10-03 | Allow spam checker to reject invites too | David Baker | 2 | -6/+18 | |
2017-10-02 | Bump version and changelog v0.23.1 | Erik Johnston | 2 | -1/+9 | |
2017-10-02 | Make 'affinity' package optional | Erik Johnston | 2 | -2/+17 | |
2017-10-02 | Move quit_with_error | Erik Johnston | 2 | -10/+11 | |
2017-10-02 | Bump version and change log github/release-v0.23.0 release-v0.23.0 | Erik Johnston | 2 | -1/+7 | |
2017-10-02 | Drop search values with nul characters | Richard van der Hoff | 1 | -4/+7 | |
https://github.com/matrix-org/synapse/issues/2187 contains a report of a port failing due to nul characters somewhere in the search table. Let's try dropping the offending rows. | |||||
2017-09-28 | Only log if we've removed media | Erik Johnston | 1 | -2/+4 | |
2017-09-28 | Improve logging of failures in matrixfederationclient | Richard van der Hoff | 1 | -7/+6 | |
* don't log exception types twice * not all exceptions have a meaningful 'message'. Use the repr rather than attempting to build a string ourselves. | |||||
2017-09-28 | Handle SERVFAILs when doing AAAA lookups for federation (#2477) | Richard van der Hoff | 1 | -5/+17 | |
... to cope with people with broken dnssec setups, mostly | |||||
2017-09-28 | Up the limits on number of url cache entries to delete at one time | Erik Johnston | 1 | -2/+2 | |
2017-09-28 | Add old indices | Erik Johnston | 1 | -0/+2 | |
2017-09-28 | Clear up expired url cache every 10s | Erik Johnston | 1 | -1/+1 | |
2017-09-28 | Actually assign result to variable | Erik Johnston | 1 | -1/+1 | |
2017-09-28 | Only pull out local media that were for url cache | Erik Johnston | 1 | -1/+1 | |
2017-09-28 | Fix typo in url cache expiry timer | Erik Johnston | 1 | -1/+1 | |
2017-09-28 | Support new and old style media id formats | Erik Johnston | 1 | -31/+81 | |
2017-09-28 | Fix typo | Erik Johnston | 1 | -3/+3 | |
2017-09-28 | Change expires column to expires_ts | Erik Johnston | 3 | -10/+29 | |
2017-09-28 | More brackets | Erik Johnston | 1 | -1/+1 | |
2017-09-28 | Delete expired url cache data | Erik Johnston | 5 | -5/+208 | |
2017-09-28 | Fix /joined_members to work with AS users | Erik Johnston | 2 | -13/+26 | |
2017-09-27 | Fix bug where /joined_members didn't check user was in room | Erik Johnston | 2 | -10/+38 | |
2017-09-27 | Don't test is spam_checker not None | David Baker | 1 | -1/+7 | |
Sometimes it's a Mock object which is not none but is still not what we're after | |||||
2017-09-27 | Remove unintentional debugging | David Baker | 1 | -1/+0 | |
2017-09-27 | pep8 | David Baker | 2 | -0/+2 | |