aboutsummaryrefslogtreecommitdiff
path: root/modules/check_urls.py
Commit message (Expand)AuthorAgeFilesLines
* 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, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-9/+8
* Also optionally (attempt to) kick users that send malicious urls in•••check_urls.py Gravatar jesopo2018-09-021-3/+10
* Add check_urls.py, to opt-in check for malicious urlsGravatar jesopo2018-09-021-0/+34