aboutsummaryrefslogtreecommitdiff
path: root/modules/check_urls.py
Commit message (Collapse)AuthorAgeFilesLines
* move check_urls.py to bitbot-modulesGravatar jesopo2019-09-181-37/+0
|
* 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 fromGravatar jesopo2018-12-111-2/+2
| | | | utils.http.request
* 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