aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* add !msgGravatar jesopo2019-09-271-0/+9
|
* Revert "add !msg"Gravatar jesopo2019-09-271-9/+0
| | | | This reverts commit ddaf8a38905bfba2e076f9d5c564e5a1e2e2e90f.
* add !msgGravatar jesopo2019-09-271-0/+9
|
* Merge pull request #164 from chiefnoah/masterGravatar jesopo2019-09-271-13/+13
|\ | | | | Improves sentence processing for karma
| * Some minor cleanupGravatar Noah Pederson2019-09-271-3/+3
| |
| * Improves sentence processing for karmaGravatar Noah Pederson2019-09-261-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | 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"
* | pass username/hostname to get_user() so new.user events have that informationGravatar jesopo2019-09-272-9/+8
| |
* | take an option server alias arg for !reconnectGravatar jesopo2019-09-271-18/+26
| | | | | | | | closes #166
* | !changenickname -> !nicknameGravatar jesopo2019-09-271-1/+1
|/
* add require_access flags to !silence/!unsilenceGravatar jesopo2019-09-261-1/+4
|
* update username/hostname of Users when they send PRIVMSG/NOTICE/TAGMSGGravatar jesopo2019-09-261-0/+2
|
* add check_certificate.py, to warn about expiring or not valid client certsGravatar jesopo2019-09-261-0/+33
|
* capitalisation and comma for "!stats <alias>"Gravatar jesopo2019-09-261-1/+1
|
* default !roll to 1d6Gravatar jesopo2019-09-261-2/+8
|
* make dice count optional (default 1)Gravatar jesopo2019-09-261-2/+2
|
* Show dice format error when regex doesn't matchGravatar jesopo2019-09-261-0/+2
|
* only permit 3-digit modifiersGravatar jesopo2019-09-261-1/+1
|
* also show "total" when there's modifiersGravatar jesopo2019-09-261-2/+2
|
* fine. support up to d100Gravatar jesopo2019-09-261-7/+9
|
* allow up to d30, not just d20Gravatar jesopo2019-09-261-3/+3
|
* add !dice as an alias of !rollGravatar jesopo2019-09-261-0/+1
|
* !k should be alias_of !kickGravatar jesopo2019-09-261-1/+1
|
* support +/- modifiers on dice !rollGravatar jesopo2019-09-261-14/+27
|
* allow !grab for 1 to 3 most recent lines (default is 1)Gravatar jesopo2019-09-261-8/+20
|
* add !action to echo.pyGravatar jesopo2019-09-261-0/+6
|
* `returned` is now a tuple; we want `message`Gravatar jesopo2019-09-261-1/+1
|
* 'require-mode'/'require-access' -> 'require_mode'/'require_access'Gravatar jesopo2019-09-261-2/+2
| | | | closes #161
* allow all preprocess.command and check.command failures to have a messageGravatar jesopo2019-09-266-26/+40
|
* !echo should have a min_args kwargGravatar jesopo2019-09-261-0/+1
|
* make !silence effect min_args and unknown-commandGravatar jesopo2019-09-262-49/+51
| | | | closes #160
* push markov lines down command.regex so ignored users are missedGravatar jesopo2019-09-251-8/+11
|
* non-CWed pleroma posts have content as "", not nullGravatar jesopo2019-09-251-1/+1
|
* pleroma outbox items don't have an inReplyTo when it's nullGravatar jesopo2019-09-251-1/+1
|
* only fist first_item onceGravatar jesopo2019-09-251-0/+1
|
* make fediverse module rely on REST APIGravatar jesopo2019-09-251-0/+2
| | | | | | 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
* only show non-replies with ,fediGravatar jesopo2019-09-251-2/+6
|
* allow channels to specify quotes should be per-channelGravatar jesopo2019-09-251-4/+22
|
* request tweet stream as tweet_mode="extended"Gravatar jesopo2019-09-251-1/+2
|
* show alias of disconnected server when it's a cancelled timerGravatar jesopo2019-09-251-1/+4
|
* serve pub key, not certGravatar jesopo2019-09-252-3/+14
|
* don't .strip() tls certGravatar jesopo2019-09-251-1/+1
|
* _ap_url already array-ifiesGravatar jesopo2019-09-251-1/+1
|
* reference mask_split, not sGravatar jesopo2019-09-241-1/+1
|
* don't throw when account name is nullGravatar jesopo2019-09-241-1/+1
|
* switch ban-format-account from a serverset to channelsetGravatar jesopo2019-09-241-1/+1
|
* support having a separate ban format for users with accountsGravatar jesopo2019-09-241-3/+9
|
* use ban-format for mute masksGravatar jesopo2019-09-241-3/+4
|
* support "$$" as "$" in ban-formatGravatar jesopo2019-09-241-4/+7
|
* support $a (account) in ban-mask settingGravatar jesopo2019-09-241-3/+5
|
* .lstrip("-") from unset setting nameGravatar jesopo2019-09-241-1/+1
|