aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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`Gravatar jesopo2019-12-101-0/+3
| | | | closes #212
* 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.txtGravatar jesopo2019-12-061-0/+1
| | | | closes #215
* 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 - ↵Gravatar jesopo2019-12-061-45/+1
| | | | | | effectively base62" This reverts commit e71f3bbc36eba8abf616d93fde48cba66b3749f1.
* 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
|
* attempt to attach grabbed quotes to account instead of nicknameGravatar jesopo2019-12-041-1/+7
|
* we shouldn't be setting seen-info on every channel per each channel messageGravatar jesopo2019-12-041-2/+1
|
* add utils.http.Session object, to preserve cookies across requestsGravatar jesopo2019-12-031-0/+14
|
* show useful error message when failing to parse birthday settingGravatar jesopo2019-12-021-2/+8
|
* SettingParseException was moved to utils.settingsGravatar jesopo2019-12-022-3/+3
|
* v1.16.1 releaseGravatar jesopo2019-12-012-1/+9
|
* better wording for karma, now that it's per-userGravatar jesopo2019-12-011-2/+3
|
* _get_target needs paramsGravatar jesopo2019-12-011-1/+1
|