| Commit message (Expand) | Author | Files | Lines |
2017-10-09 | Fed server: Move origin-check code to _handle_received_pdu | Richard van der Hoff | 1 | -24/+24 |
2017-10-06 | Fix up logcontext handling in (federation) TransactionQueue | Richard van der Hoff | 1 | -16/+32 |
2017-10-06 | Fix logcontext handling for concurrently_execute | Richard van der Hoff | 1 | -2/+2 |
2017-10-06 | Fix up deferred handling in federation.py | Richard van der Hoff | 1 | -24/+21 |
2017-10-05 | some comments in the state res code | Richard van der Hoff | 1 | -0/+13 |
2017-10-05 | Spam checking: add the invitee to user_may_invite | David Baker | 3 | -8/+10 |
2017-10-05 | Use better method for word boundary searching | David Baker | 1 | -11/+3 |
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 |
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 |
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 |
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 |
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 |
2017-09-28 | Handle SERVFAILs when doing AAAA lookups for federation (#2477) | Richard van der Hoff | 1 | -5/+17 |
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 John |