aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into developGravatar jesopo2020-01-161-1/+1
|\
| * Fix empty display namesGravatar MineRobber___T2020-01-161-3/+1
| |
| * Fix empty namesGravatar MineRobber___T2020-01-161-0/+2
| | | | | | Specifically, botsin.space (for sure) returns a display name of `""`. Since that's not meaningful, I just added a check to replace the display name with the username if the display name is empty.
* | tolerate spaces in dice modifiersGravatar jesopo2020-01-141-3/+5
| |
* | !maskfind should work in-channel tooGravatar jesopo2020-01-111-1/+0
| |
* | boldify nickname in !maskfind output so it stands outGravatar jesopo2020-01-111-1/+1
| |
* | show userhost as well as nickname in !maskfind outputGravatar jesopo2020-01-111-3/+5
| |
* | show total hostmasks searched in !maskfind outputGravatar jesopo2020-01-111-2/+5
| |
* | show count of !maskfind resultsGravatar jesopo2020-01-111-2/+2
| |
* | add !maskfind to search for nicks that used a given hostmaskGravatar jesopo2020-01-111-0/+25
| |
* | default pattern-based commands to expect_output=FalseGravatar jesopo2020-01-111-2/+5
| |
* | seds starting with numbers caused an "invalid group reference"Gravatar jesopo2020-01-111-1/+6
| |
* | by default, prevent highlighting from !wordiestGravatar jesopo2020-01-101-2/+8
| |
* | show issues/transferred by default for github webhooksGravatar jesopo2020-01-051-2/+4
| |
* | reword karma to "<target> now has 3 karma (1 from <sender>)"Gravatar jesopo2020-01-021-2/+2
| | | | | | | | closes #226
* | Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. ↵Gravatar jesopo2020-01-011-2/+0
| | | | | | | | | | | | "Etc/GMT+1")" This reverts commit fc0e6bdce050b323afe9c91ec2e3d58577321af4.
* | if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1")Gravatar jesopo2020-01-011-0/+2
| |
* | fix !time output now that `human` has tz in itGravatar jesopo2019-12-301-3/+3
| |
* | don't use .replace for timezone, use .astimezoneGravatar jesopo2019-12-301-1/+1
| |
* | add time-localise export in user_time, to timezone localise a datetimeGravatar jesopo2019-12-301-8/+20
| |
* | correctly deal with "define previous message"Gravatar jesopo2019-12-291-0/+5
| |
* | add hostmask_tracking.py to keep track of what hostmasks a user has usedGravatar jesopo2019-12-241-0/+11
| |
* | switch channel_op ban masks to use utils.parse.parse_token_replaceGravatar jesopo2019-12-211-7/+6
| |
* | !qdel should be able to delete from channel-only quotesGravatar jesopo2019-12-191-9/+19
| |
* | permit spaces before ++/-- for single-word karmaGravatar jesopo2019-12-191-1/+1
| |
* | default !wordiest to the current channelGravatar jesopo2019-12-191-2/+7
| |
* | catch and log errors from healthcheck.py - otherwise it can CRITICALGravatar jesopo2019-12-181-1/+6
| |
* | force utf8 encoding on eval_python.pyGravatar jesopo2019-12-181-1/+1
| |
* | `!relaygroup add/remove` no longer existsGravatar jesopo2019-12-151-2/+0
| |
* | add !up/!down as aliases of !op/!deopGravatar jesopo2019-12-141-2/+13
|/
* cron events no longer have timersGravatar jesopo2019-12-131-4/+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
|
* 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
|
* 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
|