aboutsummaryrefslogtreecommitdiff
path: root/modules/check_urls.py
Commit message (Collapse)AuthorAgeFilesLines
* send.stdout/send.stderr need a server kwargGravatar jesopo2018-10-041-1/+1
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-9/+9
| | | | related functionality
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-15/+11
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-2/+1
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* Utilise !serverset in more modulesGravatar jesopo2018-09-091-0/+3
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-9/+8
| | | | facilitate things like !set and !channelset without using the events system
* Also optionally (attempt to) kick users that send malicious urls inGravatar jesopo2018-09-021-3/+10
| | | | check_urls.py
* Add check_urls.py, to opt-in check for malicious urlsGravatar jesopo2018-09-021-0/+34