Commit graph

1158 commits

Author SHA1 Message Date
jesopo
e2fbbc2406 remove scrypt requirement, use hashlib.scrypt instead 2021-03-07 15:36:17 +00:00
jesopo
e645a32f93 handle /[/,`#]/ as sed delimeters 2021-02-20 18:41:40 +00:00
jesopo
47965f5fad support {DATA} in tls-certificate and tls-key 2021-02-12 16:58:08 +00:00
Dax
5d2a3865a9
Clarify which bitbotd -a options are optional (#263)
Also disambiguate alias vs. hostname a little, just in case.
2021-02-06 00:34:22 +00:00
David Schultz
3fa2034c25
add 'delserver' command (#297) 2021-02-06 00:32:00 +00:00
jesopo
e51aeb1ca6 "unpacking a string is disallowed" 2020-08-26 10:35:10 +00:00
jesopo
eec8d1a6a6 actually fix typehint and you can only throw Exception inheritors 2020-08-26 10:32:31 +00:00
jesopo
ee9d5a304f fix func_queue typehint 2020-08-26 10:30:50 +00:00
jesopo
4add558046 remove old comment 2020-08-26 10:19:54 +00:00
jesopo
2d6efc4975 log ip, if available, when connection fails (mostly for tls) 2020-07-03 10:31:23 +01:00
jesopo
8fde17a971 RPL_EXCEPTLIST has the mask at index 2, not 3 2020-04-15 21:55:17 +01:00
jesopo
4a9ac33a2f add channel mlock (mode lock) functionality to channel_op.py 2020-04-13 20:59:58 +01:00
jesopo
31eb503df1 format_token_replace() returns a tuple these days 2020-04-12 20:25:54 +01:00
jesopo
61f050e329 add bot.conf options so we can disable given log files 2020-04-10 22:53:19 +01:00
jesopo
00730a5384 "mi" -> "m" for minute 2020-04-09 21:05:51 +01:00
jesopo
b19e956f68 experimental support for rss bindhost 2020-04-09 15:47:20 +01:00
jesopo
7fdb9a1e55 fix regression of message filters not matching without formatting 2020-04-08 18:19:06 +01:00
jesopo
5df8df83ad fail an alias when an ${} var isn't found 2020-04-08 14:29:52 +01:00
jesopo
2f73159b95 remove now-unused vars 2020-04-08 14:20:33 +01:00
jesopo
f16526c60d rewrite (and vastly simplify) message format tokenising 2020-04-08 14:18:42 +01:00
jesopo
2b0dfcc155 add ${BNICK} (bot's own nick) and ${CTRIGGER} (command trigger) to aliases 2020-04-07 19:30:32 +01:00
jesopo
8a3f10e360 handle http redirects ourselves, to prevent redirect to localhost 2020-04-05 22:41:33 +01:00
jesopo
223c2c88ff add .send_action utils functions to Server, Channel and User 2020-03-23 15:27:22 +00:00
jesopo
5239d54fbe fix !part, add !join 2020-03-10 14:49:41 +00:00
jesopo
1ac68a9836 allow IntRangeSetting max to be optional 2020-03-09 08:23:07 +00:00
jesopo
f571bebeee event["line"][1] -> event["line"].args[1] 2020-03-08 20:49:24 +00:00
jesopo
13943e84a2 check if message isn't None, rather than falsey 2020-03-08 15:12:21 +00:00
jesopo
1d384dfd8b move _get_hostmask logic out in to banmask.py core module, for reuse 2020-03-08 14:14:34 +00:00
jesopo
49d9cbdb87 exports.get_one() -> exports.get() 2020-03-08 14:14:00 +00:00
jesopo
69be51e502 add space between command and usage string 2020-03-06 07:25:38 +00:00
jesopo
def6eb0ac3 handle RPL_VISIBLEHOST (396) to catch our hostname (maybe username too) changing 2020-03-05 11:23:39 +00:00
jesopo
c0947b066d we don't need +=1 for "new arg space" because we're pushing on an existing arg 2020-03-05 11:15:37 +00:00
jesopo
1c09f7c854 add a flag command spec type 2020-03-05 10:41:05 +00:00
jesopo
e8388a28bd INVEX numeric puts mask at index 2, not 3 2020-03-05 10:38:43 +00:00
jesopo
f469a4e347 use codecs.iterencode() to generator-style iterate encoding a string 2020-03-03 11:44:00 +00:00
jesopo
7bf0b6edbf rewrite command output truncation 2020-03-03 11:16:39 +00:00
jesopo
ea87013249 refactor perform.py 2020-03-02 14:54:19 +00:00
jesopo
078d8ecd6b less-than-1.0 should be to_pretty_time "0s" 2020-02-28 22:57:00 +00:00
jesopo
7dea6f04a9 include !command in usage output 2020-02-28 13:56:56 +00:00
jesopo
a4a28c779e show usage strings when spec parsing fails 2020-02-27 18:03:21 +00:00
jesopo
932d596660 if there's more than 1 error message, give generic error 2020-02-27 18:00:13 +00:00
jesopo
8c9bfe9a2d insert decorator kwargs because decorators are run innermost first 2020-02-27 17:58:06 +00:00
jesopo
7293243429 fix type hinting issues in send_modes/send_kicks (IRCChannel) 2020-02-27 10:09:28 +00:00
jesopo
02e734824f move accept_invite.py to core modules, default to not accepting invites bot-wide 2020-02-26 17:30:56 +00:00
jesopo
f82e3536f0 move bot_channel.py to core_modules, default to no bot channel 2020-02-26 17:30:36 +00:00
jesopo
5be9450628 commands module no longer relies on pemissions module 2020-02-26 17:21:36 +00:00
jesopo
7ebad30c2f convert & in sed to \g<0> so python handles full-match replacements 2020-02-26 13:26:06 +00:00
jesopo
d39babf0b5 only call internal.identified when an account tag is first seen
closes #249
2020-02-26 10:29:01 +00:00
jesopo
1ecbacefc2 send_modes takes list[tuple[s,s]], add !down, !deop yourself last 2020-02-25 14:27:56 +00:00
jesopo
a3ffc70bbc send KICK in max chunk of 4, MODE in max chunk of 6 2020-02-25 11:29:02 +00:00