| Commit message (Expand) | Author | Age | Files | Lines |
| * | add !msg | jesopo | 2019-09-27 | 1 | -0/+9 |
| * | Revert "add !msg"•••This reverts commit ddaf8a38905bfba2e076f9d5c564e5a1e2e2e90f.
| jesopo | 2019-09-27 | 1 | -9/+0 |
| * | add !msg | jesopo | 2019-09-27 | 1 | -0/+9 |
| * | Merge pull request #164 from chiefnoah/master•••Improves sentence processing for karma | jesopo | 2019-09-27 | 1 | -13/+13 |
| |\ |
|
| | * | Some minor cleanup | Noah Pederson | 2019-09-27 | 1 | -3/+3 |
| | * | Improves sentence processing for karma•••Changes the matching regex to grab arbitrary text between ()
for giving (or taking away) karma. Still supports single words
followed by ++/--, including usernames, and strips "," or ":"
characters from the end if a single-word match.
ex. (some sentence to give karma to)++ -> "[Karma] some sentence to give
karma to now has 1 karma"
ex. ngp:++ -> "[Karma] ngp now has 200 karma"
| Noah Pederson | 2019-09-26 | 1 | -14/+14 |
| * | | pass username/hostname to get_user() so new.user events have that information | jesopo | 2019-09-27 | 2 | -9/+8 |
| * | | take an option server alias arg for !reconnect•••closes #166
| jesopo | 2019-09-27 | 1 | -18/+26 |
| * | | !changenickname -> !nickname | jesopo | 2019-09-27 | 1 | -1/+1 |
| |/ |
|
| * | add require_access flags to !silence/!unsilence | jesopo | 2019-09-26 | 1 | -1/+4 |
| * | update username/hostname of Users when they send PRIVMSG/NOTICE/TAGMSG | jesopo | 2019-09-26 | 1 | -0/+2 |
| * | add check_certificate.py, to warn about expiring or not valid client certs | jesopo | 2019-09-26 | 1 | -0/+33 |
| * | capitalisation and comma for "!stats <alias>" | jesopo | 2019-09-26 | 1 | -1/+1 |
| * | default !roll to 1d6 | jesopo | 2019-09-26 | 1 | -2/+8 |
| * | make dice count optional (default 1) | jesopo | 2019-09-26 | 1 | -2/+2 |
| * | Show dice format error when regex doesn't match | jesopo | 2019-09-26 | 1 | -0/+2 |
| * | only permit 3-digit modifiers | jesopo | 2019-09-26 | 1 | -1/+1 |
| * | also show "total" when there's modifiers | jesopo | 2019-09-26 | 1 | -2/+2 |
| * | fine. support up to d100 | jesopo | 2019-09-26 | 1 | -7/+9 |
| * | allow up to d30, not just d20 | jesopo | 2019-09-26 | 1 | -3/+3 |
| * | add !dice as an alias of !roll | jesopo | 2019-09-26 | 1 | -0/+1 |
| * | !k should be alias_of !kick | jesopo | 2019-09-26 | 1 | -1/+1 |
| * | support +/- modifiers on dice !roll | jesopo | 2019-09-26 | 1 | -14/+27 |
| * | allow !grab for 1 to 3 most recent lines (default is 1) | jesopo | 2019-09-26 | 1 | -8/+20 |
| * | add !action to echo.py | jesopo | 2019-09-26 | 1 | -0/+6 |
| * | `returned` is now a tuple; we want `message` | jesopo | 2019-09-26 | 1 | -1/+1 |
| * | 'require-mode'/'require-access' -> 'require_mode'/'require_access'•••closes #161
| jesopo | 2019-09-26 | 1 | -2/+2 |
| * | allow all preprocess.command and check.command failures to have a message | jesopo | 2019-09-26 | 6 | -26/+40 |
| * | !echo should have a min_args kwarg | jesopo | 2019-09-26 | 1 | -0/+1 |
| * | make !silence effect min_args and unknown-command•••closes #160
| jesopo | 2019-09-26 | 2 | -49/+51 |
| * | push markov lines down command.regex so ignored users are missed | jesopo | 2019-09-25 | 1 | -8/+11 |
| * | non-CWed pleroma posts have content as "", not null | jesopo | 2019-09-25 | 1 | -1/+1 |
| * | pleroma outbox items don't have an inReplyTo when it's null | jesopo | 2019-09-25 | 1 | -1/+1 |
| * | only fist first_item once | jesopo | 2019-09-25 | 1 | -0/+1 |
| * | make fediverse module rely on REST API•••I didn't want to do this unless we had to but Mastodon is introducing requirming
signed requests soon, so even if a user doesn't use bitbot as an instance, we'll
still need to be able to serve Actor (and key) over the REST API
| jesopo | 2019-09-25 | 1 | -0/+2 |
| * | only show non-replies with ,fedi | jesopo | 2019-09-25 | 1 | -2/+6 |
| * | allow channels to specify quotes should be per-channel | jesopo | 2019-09-25 | 1 | -4/+22 |
| * | request tweet stream as tweet_mode="extended" | jesopo | 2019-09-25 | 1 | -1/+2 |
| * | show alias of disconnected server when it's a cancelled timer | jesopo | 2019-09-25 | 1 | -1/+4 |
| * | serve pub key, not cert | jesopo | 2019-09-25 | 2 | -3/+14 |
| * | don't .strip() tls cert | jesopo | 2019-09-25 | 1 | -1/+1 |
| * | _ap_url already array-ifies | jesopo | 2019-09-25 | 1 | -1/+1 |
| * | reference mask_split, not s | jesopo | 2019-09-24 | 1 | -1/+1 |
| * | don't throw when account name is null | jesopo | 2019-09-24 | 1 | -1/+1 |
| * | switch ban-format-account from a serverset to channelset | jesopo | 2019-09-24 | 1 | -1/+1 |
| * | support having a separate ban format for users with accounts | jesopo | 2019-09-24 | 1 | -3/+9 |
| * | use ban-format for mute masks | jesopo | 2019-09-24 | 1 | -3/+4 |
| * | support "$$" as "$" in ban-format | jesopo | 2019-09-24 | 1 | -4/+7 |
| * | support $a (account) in ban-mask setting | jesopo | 2019-09-24 | 1 | -3/+5 |
| * | .lstrip("-") from unset setting name | jesopo | 2019-09-24 | 1 | -1/+1 |