Commit graph

4192 commits

Author SHA1 Message Date
jesopo
b4e65b6a73 update bot.find_settings_prefix() call in start.py 2019-10-07 12:52:57 +01:00
jesopo
257042ac2c combine find_user_settings() and find_user_settings_prefix() 2019-10-07 12:51:44 +01:00
jesopo
50d1eb6b8c combine find_setting() and find_setting_prefix() on user/channel/server/bot 2019-10-07 12:46:52 +01:00
jesopo
9ab817ca58 parse out content_type in Response ctor 2019-10-05 22:56:56 +01:00
jesopo
cac8cb7b7e better help/usage for quote.py commands
closes #92
2019-10-04 15:25:53 +01:00
jesopo
3d7f6c9924 only allow !to against users bitbot has seen before
closes #111
2019-10-04 15:20:38 +01:00
jesopo
70aceab622 exclude lines with URLs in them from creating markov chains
closes #156
2019-10-04 15:14:43 +01:00
jesopo
b2473a4ac4 parse content-type out in utils.http.request, put it on Response object 2019-10-04 13:07:09 +01:00
jesopo
472b5ba9f0 support !fedi with a URL to a Note 2019-10-04 13:06:29 +01:00
jesopo
8938e119b4 expand apikey command to list, add, remove and info
closes #123
2019-10-04 12:39:36 +01:00
jesopo
843440ac97 preprocess.command returns now need action, message returns 2019-10-04 12:05:28 +01:00
jesopo
432fd39441 also stop markov chain if we chose None 2019-10-04 11:57:11 +01:00
jesopo
8e4c0f4963 ignore one-char "words" in <title> if they're not a "letter" 2019-10-04 11:20:35 +01:00
jesopo
8f927afdc9 don't auto-title when a URL contains most of it's <title> 2019-10-04 10:52:07 +01:00
jesopo
3466a3c43e Allow utils.Setting_ parse functions to throw detailed errors 2019-10-04 10:25:48 +01:00
jesopo
7e51165a23 check that third_words isn't empty 2019-10-04 10:12:52 +01:00
jesopo
95f098b6d6 pass whether a command.regex trigger was an ACTION or not 2019-10-03 16:42:11 +01:00
jesopo
15f28dad1e only look at PRIVMSG and NOTICE for !seen 2019-10-03 16:02:23 +01:00
jesopo
cee29ba1a5 split words/parens karma in to 2 regexes, only accept non-parens when ^$
closes #169
2019-10-03 13:20:35 +01:00
jesopo
db4bb7db56 add !ghcommit and @commit auto-github syntax 2019-10-03 12:09:18 +01:00
jesopo
ec628f4f70 alias doesnt exist either 2019-10-03 05:19:16 +01:00
jesopo
54e4cd4e74 dont try to !connect to a variable that doesnt exist 2019-10-03 05:15:30 +01:00
jesopo
4a7bc17528
Merge pull request #168 from 0xpr03/patch-1
Fix typo
2019-10-02 10:16:02 +01:00
Aron Heinecke
028c7758c9
Fix typo 2019-10-02 00:37:59 +02:00
jesopo
afb07f6531 only check arg number at all when not "$-" 2019-09-30 16:33:21 +01:00
jesopo
a9021813e5 first_word.lower() -> first_words[0].lower() 2019-09-30 16:31:13 +01:00
jesopo
f49f34a98f first_word -> first_words, better if statement 2019-09-30 16:28:57 +01:00
jesopo
3c60de8164 support multiple first_words 2019-09-30 16:27:29 +01:00
jesopo
a75802129f allow whitespace between karma target and ++/-- 2019-09-30 15:36:13 +01:00
jesopo
f306213cb8 'is_localhost()' -> 'host_permitted()' 2019-09-30 15:15:20 +01:00
jesopo
b9c64b7cf1 use ipaddress is_loopback etc to do better forbidden ranges
closes #87
2019-09-30 15:12:01 +01:00
jesopo
8480309db2 only _kill() when there's no servers *and* the event queue is empty
this is so that bitbot doesn't exit when you !reconnect but only have 1 server
2019-09-30 11:52:07 +01:00
jesopo
1d34363db4 default sasl-hard-fail to false but add a bot-wide setting for it 2019-09-30 10:41:57 +01:00
jesopo
7d3521395e add github-token to bot.conf.example, use in github.py when available 2019-09-30 10:35:36 +01:00
jesopo
0a1a3551a2 support "$-" for alias arg, meaning "0 or more args" 2019-09-30 10:15:12 +01:00
jesopo
9e66390c35 'restat' -> 'restart' 2019-09-27 17:52:27 +01:00
jesopo
83c14cf4d6 add "as root" after service x restart lines 2019-09-27 17:51:47 +01:00
jesopo
b8404b9033 add per-httpd rest_api info 2019-09-27 17:51:02 +01:00
jesopo
407dcacedf lightthpd: add proxy.forwarded for Host, add /dev/null docroot 2019-09-27 17:49:45 +01:00
jesopo
a42a196720 only return IRCUser.hostmask() when all needed pieces are available 2019-09-27 16:21:59 +01:00
jesopo
bc63111984 add !msg 2019-09-27 16:18:49 +01:00
jesopo
69bf622d2d remove external_modules/ and replace with bot.conf and cli arg 2019-09-27 16:18:12 +01:00
jesopo
514b0126f2 Revert "add !msg"
This reverts commit ddaf8a3890.
2019-09-27 16:16:50 +01:00
jesopo
ddaf8a3890 add !msg 2019-09-27 16:14:39 +01:00
jesopo
82173a7d94 add external_modules directory 2019-09-27 16:03:06 +01:00
jesopo
16ba52f5dc forgot to commit kwargs for get_user() 2019-09-27 15:52:25 +01:00
jesopo
2493cfa487
Merge pull request #164 from chiefnoah/master
Improves sentence processing for karma
2019-09-27 14:32:59 +01:00
Noah Pederson
c3f95130a3 Some minor cleanup 2019-09-27 07:32:09 -06:00
jesopo
c04ed5875d pass username/hostname to get_user() so new.user events have that information 2019-09-27 12:54:20 +01:00
jesopo
54d874ddee take an option server alias arg for !reconnect
closes #166
2019-09-27 12:35:28 +01:00