index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
show total hostmasks searched in !maskfind output
jesopo
2020-01-11
1
-2
/
+5
|
*
show count of !maskfind results
jesopo
2020-01-11
1
-2
/
+2
|
*
add !maskfind to search for nicks that used a given hostmask
jesopo
2020-01-11
1
-0
/
+25
|
*
send expect_output on private command events too
jesopo
2020-01-11
1
-1
/
+1
|
*
default pattern-based commands to expect_output=False
jesopo
2020-01-11
2
-4
/
+7
|
*
also Accept-Language "en" in HTTP requests (0.5 weight)
jesopo
2020-01-11
1
-1
/
+1
|
*
seds starting with numbers caused an "invalid group reference"
jesopo
2020-01-11
1
-1
/
+6
|
*
by default, prevent highlighting from !wordiest
jesopo
2020-01-10
1
-2
/
+8
|
*
update CHANGELOG.md
jesopo
2020-01-08
1
-0
/
+16
|
*
Merge branch 'master' into develop
jesopo
2020-01-08
2
-1
/
+6
|
\
|
*
bump version to 1.17.2
jesopo
2020-01-08
2
-1
/
+6
|
|
|
*
add missing closing paren to bitbot's User Agent
jesopo
2020-01-08
1
-1
/
+1
|
|
*
|
Revert "explicitly .close() task in http.request_many()"
jesopo
2020-01-06
1
-1
/
+0
|
|
|
|
|
|
|
|
This reverts commit 7478d62b77a7c7637000670d1c2ed22b1b403745.
*
|
explicitly .close() task in http.request_many()
jesopo
2020-01-06
1
-0
/
+1
|
|
*
|
show issues/transferred by default for github webhooks
jesopo
2020-01-05
1
-2
/
+4
|
|
*
|
sort variable $names descending so longer ones are caught first
jesopo
2020-01-03
1
-0
/
+4
|
|
*
|
reword karma to "<target> now has 3 karma (1 from <sender>)"
jesopo
2020-01-02
1
-2
/
+2
|
|
|
|
|
|
|
|
closes #226
*
|
Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. ↵
jesopo
2020-01-01
1
-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")
jesopo
2020-01-01
1
-0
/
+2
|
|
*
|
by default, don't trigger command.regex events when in a statusmsg
jesopo
2020-01-01
1
-0
/
+3
|
|
*
|
pass through (as well as stripping) statusmsg characters to events
jesopo
2020-01-01
1
-2
/
+9
|
|
*
|
fix !time output now that `human` has tz in it
jesopo
2019-12-30
1
-3
/
+3
|
|
*
|
don't use .replace for timezone, use .astimezone
jesopo
2019-12-30
1
-1
/
+1
|
|
*
|
add time-localise export in user_time, to timezone localise a datetime
jesopo
2019-12-30
1
-8
/
+20
|
|
*
|
add missing closing paren to bitbot's User Agent
jesopo
2019-12-29
1
-1
/
+1
|
|
*
|
correctly deal with "define previous message"
jesopo
2019-12-29
1
-0
/
+5
|
|
*
|
update givepermission to "permission add"
jesopo
2019-12-28
1
-1
/
+1
|
|
|
|
|
|
|
|
closes #224
*
|
only respect CASEMAPPING when it's not an empty string
jesopo
2019-12-27
1
-1
/
+1
|
|
*
|
actually replace "$$" with "$"
jesopo
2019-12-27
1
-0
/
+4
|
|
*
|
`i` should shift righwards also when finding double sigil
jesopo
2019-12-27
1
-2
/
+2
|
|
*
|
remove extraneous space in "MONITOR -" command
jesopo
2019-12-25
1
-1
/
+1
|
|
*
|
refactor nick_regain, also look for NICK/QUIT for regain
jesopo
2019-12-25
1
-10
/
+28
|
|
*
|
add hostmask_tracking.py to keep track of what hostmasks a user has used
jesopo
2019-12-24
1
-0
/
+11
|
|
*
|
switch channel_op ban masks to use utils.parse.parse_token_replace
jesopo
2019-12-21
1
-7
/
+6
|
|
*
|
simplify token replace, catch one-char end-of-string tokens
jesopo
2019-12-21
1
-10
/
+6
|
|
*
|
use utils.parse.format_token_replace() in aliases.py
jesopo
2019-12-21
1
-25
/
+7
|
|
*
|
implement standardised $token replacement in utils.parse
jesopo
2019-12-21
1
-0
/
+31
|
|
*
|
don't have [''] as args_split when there's no args (for alias)
jesopo
2019-12-21
1
-2
/
+6
|
|
*
|
only look at 329 when it's a channel we know we are in
jesopo
2019-12-20
1
-2
/
+3
|
|
*
|
add default for data-directory, don't try to make data dir
jesopo
2019-12-20
1
-3
/
+1
|
|
*
|
!qdel should be able to delete from channel-only quotes
jesopo
2019-12-19
1
-9
/
+19
|
|
*
|
permit spaces before ++/-- for single-word karma
jesopo
2019-12-19
1
-1
/
+1
|
|
*
|
default !wordiest to the current channel
jesopo
2019-12-19
1
-2
/
+7
|
|
*
|
use +=timedelta(minutes=1) when calculating next minute
jesopo
2019-12-19
1
-1
/
+2
|
|
|
|
|
|
|
|
closes #223
*
|
move --database/data-dir/log-dir to bot.conf, do some work for diff db engines
jesopo
2019-12-19
4
-54
/
+112
|
|
*
|
catch and log errors from healthcheck.py - otherwise it can CRITICAL
jesopo
2019-12-18
1
-1
/
+6
|
|
*
|
we no longer use DECODE_CONTENT_TYPES
jesopo
2019-12-18
1
-1
/
+0
|
|
*
|
force utf8 encoding on eval_python.py
jesopo
2019-12-18
1
-1
/
+1
|
|
*
|
'hostmaks' -> 'hostmask' typo in code for `!hostmask add`
jesopo
2019-12-18
1
-1
/
+1
|
|
*
|
add kwarg name replacements to aliases.py, use it for $NICK$
jesopo
2019-12-17
1
-3
/
+9
|
|
[next]