aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* send expect_output on private command events tooGravatar jesopo2020-01-111-1/+1
* default pattern-based commands to expect_output=FalseGravatar jesopo2020-01-112-4/+7
* also Accept-Language "en" in HTTP requests (0.5 weight)Gravatar jesopo2020-01-111-1/+1
* 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
* update CHANGELOG.mdGravatar jesopo2020-01-081-0/+16
* Merge branch 'master' into developGravatar jesopo2020-01-082-1/+6
|\
| * bump version to 1.17.2Gravatar jesopo2020-01-082-1/+6
| * add missing closing paren to bitbot's User AgentGravatar jesopo2020-01-081-1/+1
* | Revert "explicitly .close() task in http.request_many()"•••This reverts commit 7478d62b77a7c7637000670d1c2ed22b1b403745. Gravatar jesopo2020-01-061-1/+0
* | explicitly .close() task in http.request_many()Gravatar jesopo2020-01-061-0/+1
* | show issues/transferred by default for github webhooksGravatar jesopo2020-01-051-2/+4
* | sort variable $names descending so longer ones are caught firstGravatar jesopo2020-01-031-0/+4
* | reword karma to "<target> now has 3 karma (1 from <sender>)"•••closes #226 Gravatar jesopo2020-01-021-2/+2
* | Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+...•••This reverts commit fc0e6bdce050b323afe9c91ec2e3d58577321af4. Gravatar jesopo2020-01-011-2/+0
* | 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"•••closes #224 Gravatar jesopo2019-12-281-1/+1
* | 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 minute•••closes #223 Gravatar jesopo2019-12-191-1/+2
* | 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