aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1")Gravatar jesopo2020-01-011-0/+2
| |
* | by default, don't trigger command.regex events when in a statusmsgGravatar jesopo2020-01-011-0/+3
| |
* | pass through (as well as stripping) statusmsg characters to eventsGravatar jesopo2020-01-011-2/+9
| |
* | 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
| |
* | add missing closing paren to bitbot's User AgentGravatar jesopo2019-12-291-1/+1
| |
* | correctly deal with "define previous message"Gravatar jesopo2019-12-291-0/+5
| |
* | update givepermission to "permission add"Gravatar jesopo2019-12-281-1/+1
| | | | | | | | closes #224
* | only respect CASEMAPPING when it's not an empty stringGravatar jesopo2019-12-271-1/+1
| |
* | actually replace "$$" with "$"Gravatar jesopo2019-12-271-0/+4
| |
* | `i` should shift righwards also when finding double sigilGravatar jesopo2019-12-271-2/+2
| |
* | remove extraneous space in "MONITOR -" commandGravatar jesopo2019-12-251-1/+1
| |
* | refactor nick_regain, also look for NICK/QUIT for regainGravatar jesopo2019-12-251-10/+28
| |
* | 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
| |
* | simplify token replace, catch one-char end-of-string tokensGravatar jesopo2019-12-211-10/+6
| |
* | use utils.parse.format_token_replace() in aliases.pyGravatar jesopo2019-12-211-25/+7
| |
* | implement standardised $token replacement in utils.parseGravatar jesopo2019-12-211-0/+31
| |
* | don't have [''] as args_split when there's no args (for alias)Gravatar jesopo2019-12-211-2/+6
| |
* | only look at 329 when it's a channel we know we are inGravatar jesopo2019-12-201-2/+3
| |
* | add default for data-directory, don't try to make data dirGravatar jesopo2019-12-201-3/+1
| |
* | !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
| |
* | use +=timedelta(minutes=1) when calculating next minuteGravatar jesopo2019-12-191-1/+2
| | | | | | | | closes #223
* | move --database/data-dir/log-dir to bot.conf, do some work for diff db enginesGravatar jesopo2019-12-194-54/+112
| |
* | 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 andGravatar jesopo2019-12-141-2/+2
|/ | | | nickserv)
* 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
|