aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* catch and log errors from healthcheck.py - otherwise it can CRITICALGravatar jesopo2019-12-181-1/+6
* we no longer use DECODE_CONTENT_TYPESGravatar jesopo2019-12-181-1/+0
* force utf8 encoding on eval_python.pyGravatar jesopo2019-12-181-1/+1
* 'hostmaks' -> 'hostmask' typo in code for `!hostmask add`Gravatar jesopo2019-12-181-1/+1
* add kwarg name replacements to aliases.py, use it for $NICK$Gravatar jesopo2019-12-171-3/+9
* pass `user` on get.command events, so e.g. aliases know user nicknamesGravatar jesopo2019-12-171-4/+7
* `!relaygroup add/remove` no longer existsGravatar jesopo2019-12-151-2/+0
* add !up/!down as aliases of !op/!deopGravatar jesopo2019-12-141-2/+13
* move internal.identified event call to _has_identified (covers hostmasks and•••nickserv) Gravatar jesopo2019-12-141-2/+2
* v1.17.1 releaseGravatar jesopo2019-12-132-2/+8
* "_match" -> "_schedule_match_part" typoGravatar jesopo2019-12-131-1/+1
* cron events no longer have timersGravatar jesopo2019-12-131-4/+2
* v1.17.0 releaseGravatar jesopo2019-12-132-1/+2
* set dnsbl _name to DNSBL, better wording than "failed"Gravatar jesopo2019-12-131-1/+3
* don't use dt.microseconds - only covers within the current secondGravatar jesopo2019-12-131-3/+3
* `s_line`, not `s`Gravatar jesopo2019-12-131-1/+1
* add DroneBL to dnsbl moduleGravatar jesopo2019-12-122-4/+16
* refactor dnsbl module, show reason for positive detection when possibleGravatar jesopo2019-12-122-12/+55
* list.insert() takes an index!Gravatar jesopo2019-12-121-1/+1
* flip _check_list logic - NXDOMAIN is a "clean" IPGravatar jesopo2019-12-121-2/+2
* add dnsbl.pyGravatar jesopo2019-12-121-0/+50
* v1.17.0-rc1 releaseGravatar jesopo2019-12-122-1/+23
* only show the first line of a comment bodyGravatar jesopo2019-12-121-1/+1
* add comment to healthcheck.py about what it's forGravatar jesopo2019-12-121-0/+3
* use zip() instead of enumerate() and indexingGravatar jesopo2019-12-121-2/+1
* more brackets in blob of math, just in caseGravatar jesopo2019-12-121-1/+1
* support cron schedule range valuesGravatar jesopo2019-12-121-0/+4
* comma-separated cron schedule check should be firstGravatar jesopo2019-12-121-6/+6
* switch coins.py to use cron timersGravatar jesopo2019-12-121-6/+4
* refector cron.py and support comma-separated schedule piecesGravatar jesopo2019-12-121-16/+28
* retooted account should use username, not display nameGravatar jesopo2019-12-121-2/+1
* add healthcheck.py to routinely call a URL for uptime pingingGravatar jesopo2019-12-111-0/+9
* first draft on cron moduleGravatar jesopo2019-12-111-0/+37
* send.stdout should default to thinking it is in-channelGravatar jesopo2019-12-111-1/+1
* switch to using the full wolfram alpha APIGravatar jesopo2019-12-111-7/+17
* allow Request objects to specify their timeoutGravatar jesopo2019-12-111-1/+3
* allow users to set command-method for PMs with themGravatar jesopo2019-12-101-1/+2
* default command responses in PM to use NOTICEGravatar jesopo2019-12-101-8/+9
* use fediverse display names when availableGravatar jesopo2019-12-102-3/+6
* support bot-wide aliases with `!balias`•••closes #212 Gravatar jesopo2019-12-101-0/+3
* move aliases.py to core_modulesGravatar jesopo2019-12-101-0/+0
* don't overwrite `on_resume()` in ircv3_resumeGravatar jesopo2019-12-101-1/+1
* fix ModuleManager.find_module() - don't set `path` until it's actually foundGravatar jesopo2019-12-101-7/+6
* allow space between "++" and nicknameGravatar jesopo2019-12-101-1/+1
* catch `++nickname` as karma tooGravatar jesopo2019-12-101-1/+10
* fix typos, type hinting and missed changes in ModuleManagerGravatar jesopo2019-12-101-3/+3
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-1045-32/+43
* move sys.exit() codes to an enum in utils.constsGravatar jesopo2019-12-103-6/+15
* use get_list and set_list to move dynamic module en/disabling to bot.confGravatar jesopo2019-12-072-25/+24
* added get_list() and set_list() to src/Config.pyGravatar jesopo2019-12-071-0/+10