aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 'ref' doesn't always come in "a/b/c" format for GiteaGravatar jesopo2019-09-241-1/+1
|
* utf8-decode translation dataGravatar jesopo2019-09-241-2/+2
|
* don't favourite starting words when first_word is providedGravatar jesopo2019-09-241-8/+10
|
* support first-word argument to !markovforGravatar jesopo2019-09-241-2/+4
|
* support first_word with no found second_wordGravatar jesopo2019-09-231-3/+13
| | | | useful for "!markov <word>" so that "<word>" can be mid-chain
* 'start' -> 'first_word'Gravatar jesopo2019-09-231-1/+1
|
* allow an arg to !markov to chose the first wordGravatar jesopo2019-09-231-10/+15
|
* add missing "import urllib.parse" to ap_utils.pyGravatar jesopo2019-09-231-0/+1
|
* add default value of self._load_threadGravatar jesopo2019-09-231-0/+2
|
* push markov loading half on to a background thread that takes the main threadGravatar jesopo2019-09-231-4/+17
| | | | for database actions
* add success message, decode http get responseGravatar jesopo2019-09-231-2/+3
|
* add command for loading logs in to markov (via http)Gravatar jesopo2019-09-231-18/+43
|
* we only need 1 level of "end" markov chainsGravatar jesopo2019-09-201-1/+0
|
* copypaste fail, duplicate "markov" command hookGravatar jesopo2019-09-201-1/+1
|
* add !markovforGravatar jesopo2019-09-201-7/+24
|
* .lower() markov wordsGravatar jesopo2019-09-201-1/+1
|