Commit graph

4177 commits

Author SHA1 Message Date
jesopo
9efb0b05fc by default, don't trigger command.regex events when in a statusmsg 2020-01-01 10:04:32 +00:00
jesopo
627b17e894 pass through (as well as stripping) statusmsg characters to events 2020-01-01 10:04:06 +00:00
jesopo
d3105ebefc fix !time output now that human has tz in it 2019-12-30 17:19:08 +00:00
jesopo
6380e80282 don't use .replace for timezone, use .astimezone 2019-12-30 17:18:54 +00:00
jesopo
e1f8e8a524 add time-localise export in user_time, to timezone localise a datetime 2019-12-30 17:10:16 +00:00
jesopo
9dc6069e06 add missing closing paren to bitbot's User Agent 2019-12-29 08:00:05 +00:00
jesopo
85d8ad1fe0 correctly deal with "define previous message" 2019-12-29 07:27:37 +00:00
jesopo
069b0a9dab update givepermission to "permission add"
closes #224
2019-12-28 11:19:48 +00:00
jesopo
e3455f94fb only respect CASEMAPPING when it's not an empty string 2019-12-27 21:34:08 +00:00
jesopo
cff1a55fe6 actually replace "$$" with "$" 2019-12-27 13:55:55 +00:00
jesopo
f2eba715b4 i should shift righwards also when finding double sigil 2019-12-27 13:50:12 +00:00
jesopo
a9c5b1dd83 remove extraneous space in "MONITOR -" command 2019-12-25 01:42:21 +00:00
jesopo
a5e7767f80 refactor nick_regain, also look for NICK/QUIT for regain 2019-12-25 01:41:01 +00:00
jesopo
3f3845a964 add hostmask_tracking.py to keep track of what hostmasks a user has used 2019-12-24 10:13:01 +00:00
jesopo
38235b1667 switch channel_op ban masks to use utils.parse.parse_token_replace 2019-12-21 21:41:09 +00:00
jesopo
b2c5ad041c simplify token replace, catch one-char end-of-string tokens 2019-12-21 21:40:44 +00:00
jesopo
2218d4a888 use utils.parse.format_token_replace() in aliases.py 2019-12-21 21:17:08 +00:00
jesopo
bc1c77d8a8 implement standardised $token replacement in utils.parse 2019-12-21 21:16:50 +00:00
jesopo
b0a71f8bb2 don't have [''] as args_split when there's no args (for alias) 2019-12-21 21:16:14 +00:00
jesopo
3c77793490 only look at 329 when it's a channel we know we are in 2019-12-20 22:03:40 +00:00
jesopo
c5e8a8e6f1 add default for data-directory, don't try to make data dir 2019-12-20 21:58:34 +00:00
jesopo
bf9fadec77 !qdel should be able to delete from channel-only quotes 2019-12-19 21:44:09 +00:00
jesopo
5ff5b07c22 permit spaces before ++/-- for single-word karma 2019-12-19 15:06:15 +00:00
jesopo
598a41da8c default !wordiest to the current channel 2019-12-19 14:33:07 +00:00
jesopo
a2ac26c072 use +=timedelta(minutes=1) when calculating next minute
closes #223
2019-12-19 14:02:55 +00:00
jesopo
e458127fb5 move --database/data-dir/log-dir to bot.conf, do some work for diff db engines 2019-12-19 13:56:58 +00:00
jesopo
557c845769 catch and log errors from healthcheck.py - otherwise it can CRITICAL 2019-12-18 21:11:14 +00:00
jesopo
cfcccdd37b we no longer use DECODE_CONTENT_TYPES 2019-12-18 20:04:14 +00:00
jesopo
0f1bf6ee22 force utf8 encoding on eval_python.py 2019-12-18 19:51:35 +00:00
jesopo
1fedaf02bd 'hostmaks' -> 'hostmask' typo in code for !hostmask add 2019-12-18 19:36:52 +00:00
jesopo
ddcf54e751 add kwarg name replacements to aliases.py, use it for $NICK$ 2019-12-17 14:30:14 +00:00
jesopo
00a8129634 pass user on get.command events, so e.g. aliases know user nicknames 2019-12-17 14:29:37 +00:00
jesopo
f489ad5dc0 !relaygroup add/remove no longer exists 2019-12-15 21:08:15 +00:00
jesopo
9ef732c592 add !up/!down as aliases of !op/!deop 2019-12-14 21:40:59 +00:00
jesopo
cc02595056 move internal.identified event call to _has_identified (covers hostmasks and
nickserv)
2019-12-14 21:40:49 +00:00
jesopo
4d93e584dc v1.17.1 release 2019-12-13 17:23:53 +00:00
jesopo
f6273a5a67 "_match" -> "_schedule_match_part" typo 2019-12-13 17:16:02 +00:00
jesopo
8a963b5288 cron events no longer have timers 2019-12-13 16:28:47 +00:00
jesopo
e82f0854cc v1.17.0 release 2019-12-13 15:13:01 +00:00
jesopo
f332c6abc9 set dnsbl _name to DNSBL, better wording than "failed" 2019-12-13 15:12:38 +00:00
jesopo
31933513d9 don't use dt.microseconds - only covers within the current second 2019-12-13 06:37:57 +00:00
jesopo
c5bc9577df s_line, not s 2019-12-13 06:03:54 +00:00
jesopo
4560a0ff26 add DroneBL to dnsbl module 2019-12-12 14:54:58 +00:00
jesopo
fbe1acf220 refactor dnsbl module, show reason for positive detection when possible 2019-12-12 14:13:17 +00:00
jesopo
39a4e97901 list.insert() takes an index! 2019-12-12 13:52:33 +00:00
jesopo
bfe5fc6569 flip _check_list logic - NXDOMAIN is a "clean" IP 2019-12-12 13:15:27 +00:00
jesopo
57760a4ad7 add dnsbl.py 2019-12-12 13:14:14 +00:00
jesopo
aea13a1105 v1.17.0-rc1 release 2019-12-12 12:31:41 +00:00
jesopo
10e7e30150 only show the first line of a comment body 2019-12-12 12:18:36 +00:00
jesopo
338936dd54 add comment to healthcheck.py about what it's for 2019-12-12 12:13:24 +00:00