aboutsummaryrefslogtreecommitdiff
path: root/modules/check_urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-10/+6
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
* Add usage examples for all settingsGravatar jesopo2019-05-231-3/+4
* 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request Gravatar jesopo2018-12-111-2/+2
* 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 of•••related functionality Gravatar jesopo2018-10-031-9/+9
* 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