aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* `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
* add src/Config.py.__delitem__Gravatar jesopo2019-12-071-2/+4
* add src/Config.py.__setitem__Gravatar jesopo2019-12-071-0/+3
* fix src/Config.py type hintingGravatar jesopo2019-12-071-2/+3
* add ability to save config fileGravatar jesopo2019-12-072-5/+17
* remove -m/-M and BaseModule.command_line - it doesn't work any moreGravatar jesopo2019-12-072-13/+0
* add `dataclasses==0.6` to requirements.txt•••closes #215 Gravatar jesopo2019-12-061-0/+1
* make "Setup" a whole category of README.mdGravatar jesopo2019-12-062-4/+6
* remove database_backup.py, add note in README.md about what should be backed upGravatar jesopo2019-12-062-29/+3
* "qoute" -> "quote" typoGravatar jesopo2019-12-061-1/+1
* Revert "add utils.parse.shortencode() and utils.parse.shortdecode - effective...•••This reverts commit e71f3bbc36eba8abf616d93fde48cba66b3749f1. Gravatar jesopo2019-12-061-45/+1
* add utils.parse.shortencode() and utils.parse.shortdecode - effectively base62Gravatar jesopo2019-12-061-1/+45
* _specific_hostmask() should take an already-parsed hostmaskGravatar jesopo2019-12-061-5/+6
* by default, show locked/unlocked events for issues/PRsGravatar jesopo2019-12-061-1/+3
* 'server' -> 'event["server"]'Gravatar jesopo2019-12-051-1/+1
* show karma total when adding/removing karma pointsGravatar jesopo2019-12-051-7/+12