Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add type hints to the spam check module (#6915) | Andrew Morgan | 2020-03-23 | 1 | -34/+42 |
|\ | | | | | | | | | * commit '10027c80b': Add type hints to the spam check module (#6915) | ||||
| * | Add type hints to the spam check module (#6915) | Patrick Cloke | 2020-02-14 | 1 | -18/+26 |
| | | | | | | | | Add typing information to the spam checker modules. | ||||
* | | Filter the results of user directory searching via the spam checker (#6888) | Andrew Morgan | 2020-03-23 | 1 | -0/+27 |
|\| | | | | | | | | | * commit '49f877d32': Filter the results of user directory searching via the spam checker (#6888) | ||||
| * | Filter the results of user directory searching via the spam checker (#6888) | Patrick Cloke | 2020-02-14 | 1 | -0/+27 |
| | | | | | | Add a method to the spam checker to filter the user directory results. | ||||
* | | Expose some homeserver functionality to spam checkers (#6259) | Andrew Morgan | 2020-03-16 | 1 | -1/+13 |
|\| | | | | | | | | | * commit '3a74c03ff': Expose some homeserver functionality to spam checkers (#6259) | ||||
| * | Expose some homeserver functionality to spam checkers (#6259) | Travis Ralston | 2019-10-31 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Offer the homeserver instance to the spam checker * Newsfile * Linting * Expose a Spam Checker API instead of passing the homeserver object * Alter changelog * s/hs/api | ||||
* | | Revert "Use the v2 lookup API for 3PID invites (#5897)" | Andrew Morgan | 2020-02-24 | 1 | -0/+1 |
| | | | | | | | | | | This reverts commit 978f263e7c5d1eb440efaf07abc5009408ade25d, reversing changes made to 4f6ee99818d9c338944a10585d0aea4c7349d456. | ||||
* | | Use the v2 lookup API for 3PID invites (#5897) | Andrew Morgan | 2020-02-24 | 1 | -1/+0 |
|\| | |||||
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -1/+3 |
| | | |||||
* | | Dinsic Blacking with black==18.6b2 | Andrew Morgan | 2020-02-11 | 1 | -6/+18 |
| | | |||||
* | | [DINSIC] Block internal users from inviting external users to a public room ↵ | Andrew Morgan | 2019-04-16 | 1 | -2/+6 |
| | | | | | | | | | | | | (#5061) Co-Authored-By: babolivier <contact@brendanabolivier.com> | ||||
* | | Merge branch 'develop' into dinsic | Andrew Morgan | 2019-04-15 | 1 | -1/+1 |
|\| | |||||
| * | Remove periods from copyright headers (#5046) | Andrew Morgan | 2019-04-11 | 1 | -1/+1 |
| | | |||||
* | | Fix comments | Erik Johnston | 2019-03-21 | 1 | -2/+2 |
| | | |||||
* | | Add 3PID invite support to spam checker | Erik Johnston | 2019-03-21 | 1 | -3/+8 |
| | | |||||
* | | Correctly handle 3PID invites in create room spam check | Erik Johnston | 2019-03-21 | 1 | -2/+7 |
| | | | | | | | | We also add an option to outright deny third party invites | ||||
* | | Add user_may_join_room spam check | Erik Johnston | 2019-03-18 | 1 | -0/+18 |
| | | |||||
* | | Add invite_list and cloning param to create room rule | Erik Johnston | 2019-03-18 | 1 | -5/+16 |
|/ | |||||
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
| | | | | what could possibly go wrong | ||||
* | Spam checking: add the invitee to user_may_invite | David Baker | 2017-10-05 | 1 | -2/+2 |
| | |||||
* | spam check room publishing | David Baker | 2017-10-04 | 1 | -0/+18 |
| | |||||
* | Add room creation checks to spam checker | David Baker | 2017-10-04 | 1 | -0/+32 |
| | | | | | Lets the spam checker deny attempts to create rooms and add aliases to them. | ||||
* | s/roomid/room_id/ | David Baker | 2017-10-03 | 1 | -2/+2 |
| | |||||
* | pass room id too | David Baker | 2017-10-03 | 1 | -2/+2 |
| | |||||
* | Actually write warpper function | David Baker | 2017-10-03 | 1 | -0/+16 |
| | |||||
* | Don't test is spam_checker not None | David Baker | 2017-09-27 | 1 | -1/+7 |
| | | | | | Sometimes it's a Mock object which is not none but is still not what we're after | ||||
* | Remove unintentional debugging | David Baker | 2017-09-27 | 1 | -1/+0 |
| | |||||
* | pep8 | David Baker | 2017-09-27 | 1 | -0/+1 |
| | |||||
* | Make the spam checker a module | David Baker | 2017-09-26 | 1 | -17/+20 |
| | |||||
* | fix thinko'd docstring | Matthew Hodgson | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | PoC for filtering spammy events (#2456) | Richard van der Hoff | 2017-09-19 | 1 | -0/+38 |
Demonstration of how you might add some hooks to filter out spammy events. |