aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* switch coins.py to use cron timersGravatar jesopo2019-12-121-6/+4
* 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
* switch to using the full wolfram alpha APIGravatar jesopo2019-12-111-7/+17
* use fediverse display names when availableGravatar jesopo2019-12-102-3/+6
* move aliases.py to core_modulesGravatar jesopo2019-12-101-120/+0
* don't overwrite `on_resume()` in ircv3_resumeGravatar jesopo2019-12-101-1/+1
* allow space between "++" and nicknameGravatar jesopo2019-12-101-1/+1
* catch `++nickname` as karma tooGravatar jesopo2019-12-101-1/+10
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-1043-4235/+0
* use get_list and set_list to move dynamic module en/disabling to bot.confGravatar jesopo2019-12-071-16/+21
* remove database_backup.py, add note in README.md about what should be backed upGravatar jesopo2019-12-061-29/+0
* "qoute" -> "quote" typoGravatar jesopo2019-12-061-1/+1
* _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
* 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
* better wording for karma, now that it's per-userGravatar jesopo2019-12-011-2/+3
* _get_target needs paramsGravatar jesopo2019-12-011-1/+1
* add "--depends-on commands" hashflag to permissions moduleGravatar jesopo2019-12-011-0/+2
* normalise target names between ++/-- and !karmaGravatar jesopo2019-12-011-5/+8
* break sed search when we find a matchGravatar jesopo2019-12-011-0/+1
* tolerate additional words after a fully-formed sedGravatar jesopo2019-12-011-1/+1
* refactor karma to be per-user. added data migration script for thisGravatar jesopo2019-12-011-52/+65
* utils.irc.parse_hostmask -> utils.irc.hostmask_parseGravatar jesopo2019-11-301-1/+1
* only add BufferLine to buffer *after* received.message.* callbackGravatar jesopo2019-11-301-11/+10
* rework permissions module to precompile hostmasksGravatar jesopo2019-11-301-9/+14
* hook in to private messages for checking hostmask permsGravatar jesopo2019-11-301-0/+1
* don't update !seen details for ourselfGravatar jesopo2019-11-301-3/+1
* "day" vs "days" in brithday.pyGravatar jesopo2019-11-281-4/+5
* `note` should be jsonifiedGravatar jesopo2019-11-281-1/+1
* don't overwrite `page` - we need it for `page.code`Gravatar jesopo2019-11-271-3/+3
* identified_account -> identifiedGravatar jesopo2019-11-271-2/+1
* support IRCLine.parse_human() in perform.pyGravatar jesopo2019-11-271-2/+7
* add IRCLine.parse_human() to allow for "!raw /msg jesopo hello"Gravatar jesopo2019-11-271-1/+6
* show username when a toot is CWedGravatar jesopo2019-11-272-11/+11
* make !channels PM-onlyGravatar jesopo2019-11-271-0/+1
* prefix "hidden" channels in !channels with "*"Gravatar jesopo2019-11-271-6/+8
* add !servers commandGravatar jesopo2019-11-271-2/+14
* use BufferLine.notes to allow cumulative sed editsGravatar jesopo2019-11-271-10/+21
* remove IRCBuffer.skip_next (not used), pass buffer lines on message eventsGravatar jesopo2019-11-272-9/+15
* WHOX can effect hostmask permissions tooGravatar jesopo2019-11-261-0/+1
* use " | " as location & temp separatorGravatar jesopo2019-11-261-1/+1
* check hostmask on WHO tooGravatar jesopo2019-11-261-0/+1
* add check.command.permission and check.command.authenticated callbacksGravatar jesopo2019-11-262-11/+21
* `page` is already a soupGravatar jesopo2019-11-261-1/+1