| Commit message (Expand) | Author | Age | Files | Lines |
| * | only show youtu.be url when one was not provided•••closes #171
| jesopo | 2019-10-08 | 1 | -2/+10 |
| * | commit FunctionSetting changes i forgot to commit yesterday | jesopo | 2019-10-08 | 1 | -2/+7 |
| * | make 'sasl' setting 'sensitive' | jesopo | 2019-10-07 | 1 | -1/+1 |
| * | Setting.format() should effect when you change a setting, mostly for•••SensitiveSetting
| jesopo | 2019-10-07 | 1 | -2/+4 |
| * | update bot.find_settings_prefix() call in start.py | jesopo | 2019-10-07 | 1 | -1/+1 |
| * | combine find_user_settings() and find_user_settings_prefix() | jesopo | 2019-10-07 | 1 | -8/+11 |
| * | combine find_setting() and find_setting_prefix() on user/channel/server/bot | jesopo | 2019-10-07 | 8 | -36/+47 |
| * | parse out content_type in Response ctor | jesopo | 2019-10-05 | 1 | -5/+3 |
| * | better help/usage for quote.py commands•••closes #92
| jesopo | 2019-10-04 | 1 | -12/+8 |
| * | only allow !to against users bitbot has seen before•••closes #111
| jesopo | 2019-10-04 | 1 | -0/+4 |
| * | exclude lines with URLs in them from creating markov chains•••closes #156
| jesopo | 2019-10-04 | 1 | -0/+3 |
| * | parse content-type out in utils.http.request, put it on Response object | jesopo | 2019-10-04 | 1 | -9/+13 |
| * | support !fedi with a URL to a Note | jesopo | 2019-10-04 | 2 | -22/+43 |
| * | expand `apikey` command to list, add, remove and info•••closes #123
| jesopo | 2019-10-04 | 1 | -16/+67 |
| * | preprocess.command returns now need `action, message` returns | jesopo | 2019-10-04 | 1 | -3/+3 |
| * | also stop markov chain if we chose `None` | jesopo | 2019-10-04 | 1 | -0/+2 |
| * | ignore one-char "words" in <title> if they're not a "letter" | jesopo | 2019-10-04 | 1 | -2/+7 |
| * | don't auto-title when a URL contains most of it's <title> | jesopo | 2019-10-04 | 1 | -0/+21 |
| * | Allow utils.Setting_ parse functions to throw detailed errors | jesopo | 2019-10-04 | 3 | -4/+22 |
| * | check that `third_words` isn't empty | jesopo | 2019-10-04 | 1 | -2/+2 |
| * | pass whether a command.regex trigger was an ACTION or not | jesopo | 2019-10-03 | 1 | -1/+2 |
| * | only look at PRIVMSG and NOTICE for !seen | jesopo | 2019-10-03 | 1 | -2/+0 |
| * | split words/parens karma in to 2 regexes, only accept non-parens when ^$•••closes #169
| jesopo | 2019-10-03 | 1 | -17/+9 |
| * | add !ghcommit and @commit auto-github syntax | jesopo | 2019-10-03 | 1 | -11/+55 |
| * | `alias` doesnt exist either | jesopo | 2019-10-03 | 1 | -1/+2 |
| * | dont try to !connect to a variable that doesnt exist | jesopo | 2019-10-03 | 1 | -6/+8 |
| * | Merge pull request #168 from 0xpr03/patch-1•••Fix typo | jesopo | 2019-10-02 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo | Aron Heinecke | 2019-10-02 | 1 | -1/+1 |
| |/ |
|
| * | only check arg number at all when not "$-" | jesopo | 2019-09-30 | 1 | -5/+4 |
| * | first_word.lower() -> first_words[0].lower() | jesopo | 2019-09-30 | 1 | -1/+1 |
| * | first_word -> first_words, better if statement | jesopo | 2019-09-30 | 1 | -15/+14 |
| * | support multiple `first_words` | jesopo | 2019-09-30 | 1 | -15/+18 |
| * | allow whitespace between karma target and ++/-- | jesopo | 2019-09-30 | 1 | -1/+1 |
| * | 'is_localhost()' -> 'host_permitted()' | jesopo | 2019-09-30 | 2 | -6/+6 |
| * | use ipaddress is_loopback etc to do better forbidden ranges•••closes #87
| jesopo | 2019-09-30 | 1 | -0/+9 |
| * | 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
| jesopo | 2019-09-30 | 1 | -1/+1 |
| * | default sasl-hard-fail to false but add a bot-wide setting for it | jesopo | 2019-09-30 | 1 | -3/+7 |
| * | add github-token to bot.conf.example, use in github.py when available | jesopo | 2019-09-30 | 2 | -6/+13 |
| * | support "$-" for alias arg, meaning "0 or more args" | jesopo | 2019-09-30 | 1 | -4/+8 |
| * | 'restat' -> 'restart' | jesopo | 2019-09-27 | 1 | -1/+1 |
| * | add "as root" after `service x restart` lines | jesopo | 2019-09-27 | 1 | -3/+3 |
| * | add per-httpd rest_api info | jesopo | 2019-09-27 | 1 | -1/+14 |
| * | lightthpd: add proxy.forwarded for Host, add /dev/null docroot | jesopo | 2019-09-27 | 1 | -5/+2 |
| * | only return IRCUser.hostmask() when all needed pieces are available | jesopo | 2019-09-27 | 1 | -1/+3 |
| * | add !msg | jesopo | 2019-09-27 | 1 | -0/+9 |
| * | remove external_modules/ and replace with bot.conf and cli arg | jesopo | 2019-09-27 | 3 | -2/+10 |
| * | Revert "add !msg"•••This reverts commit ddaf8a38905bfba2e076f9d5c564e5a1e2e2e90f.
| jesopo | 2019-09-27 | 3 | -16/+2 |
| * | add !msg | jesopo | 2019-09-27 | 3 | -2/+16 |
| * | add external_modules directory | jesopo | 2019-09-27 | 3 | -18/+32 |
| * | forgot to commit kwargs for get_user() | jesopo | 2019-09-27 | 1 | -5/+15 |