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
*
`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
|
*
pass `user` on get.command events, so e.g. aliases know user nicknames
jesopo
2019-12-17
1
-4
/
+7
|
*
`!relaygroup add/remove` no longer exists
jesopo
2019-12-15
1
-2
/
+0
|
*
add !up/!down as aliases of !op/!deop
jesopo
2019-12-14
1
-2
/
+13
|
*
move internal.identified event call to _has_identified (covers hostmasks and
jesopo
2019-12-14
1
-2
/
+2
|
|
|
|
nickserv)
*
v1.17.1 release
jesopo
2019-12-13
2
-2
/
+8
|
*
"_match" -> "_schedule_match_part" typo
jesopo
2019-12-13
1
-1
/
+1
|
*
cron events no longer have timers
jesopo
2019-12-13
1
-4
/
+2
|
*
v1.17.0 release
jesopo
2019-12-13
2
-1
/
+2
|
*
set dnsbl _name to DNSBL, better wording than "failed"
jesopo
2019-12-13
1
-1
/
+3
|
*
don't use dt.microseconds - only covers within the current second
jesopo
2019-12-13
1
-3
/
+3
|
*
`s_line`, not `s`
jesopo
2019-12-13
1
-1
/
+1
|
*
add DroneBL to dnsbl module
jesopo
2019-12-12
2
-4
/
+16
|
*
refactor dnsbl module, show reason for positive detection when possible
jesopo
2019-12-12
2
-12
/
+55
|
*
list.insert() takes an index!
jesopo
2019-12-12
1
-1
/
+1
|
*
flip _check_list logic - NXDOMAIN is a "clean" IP
jesopo
2019-12-12
1
-2
/
+2
|
*
add dnsbl.py
jesopo
2019-12-12
1
-0
/
+50
|
*
v1.17.0-rc1 release
jesopo
2019-12-12
2
-1
/
+23
|
*
only show the first line of a comment body
jesopo
2019-12-12
1
-1
/
+1
|
*
add comment to healthcheck.py about what it's for
jesopo
2019-12-12
1
-0
/
+3
|
*
use zip() instead of enumerate() and indexing
jesopo
2019-12-12
1
-2
/
+1
|
*
more brackets in blob of math, just in case
jesopo
2019-12-12
1
-1
/
+1
|
*
support cron schedule range values
jesopo
2019-12-12
1
-0
/
+4
|
*
comma-separated cron schedule check should be first
jesopo
2019-12-12
1
-6
/
+6
|
*
switch coins.py to use cron timers
jesopo
2019-12-12
1
-6
/
+4
|
*
refector cron.py and support comma-separated schedule pieces
jesopo
2019-12-12
1
-16
/
+28
|
*
retooted account should use username, not display name
jesopo
2019-12-12
1
-2
/
+1
|
*
add healthcheck.py to routinely call a URL for uptime pinging
jesopo
2019-12-11
1
-0
/
+9
|
*
first draft on cron module
jesopo
2019-12-11
1
-0
/
+37
|
*
send.stdout should default to thinking it is in-channel
jesopo
2019-12-11
1
-1
/
+1
|
[next]