index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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'
jesopo
2019-09-26
1
-2
/
+2
|
|
|
|
closes #161
*
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
jesopo
2019-09-26
2
-49
/
+51
|
|
|
|
closes #160
*
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
jesopo
2019-09-25
1
-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 ,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
|
*
'ref' doesn't always come in "a/b/c" format for Gitea
jesopo
2019-09-24
1
-1
/
+1
|
*
utf8-decode translation data
jesopo
2019-09-24
1
-2
/
+2
|
*
don't favourite starting words when first_word is provided
jesopo
2019-09-24
1
-8
/
+10
|
*
support first-word argument to !markovfor
jesopo
2019-09-24
1
-2
/
+4
|
*
support first_word with no found second_word
jesopo
2019-09-23
1
-3
/
+13
|
|
|
|
useful for "!markov <word>" so that "<word>" can be mid-chain
*
'start' -> 'first_word'
jesopo
2019-09-23
1
-1
/
+1
|
*
allow an arg to !markov to chose the first word
jesopo
2019-09-23
1
-10
/
+15
|
*
add missing "import urllib.parse" to ap_utils.py
jesopo
2019-09-23
1
-0
/
+1
|
*
add default value of self._load_thread
jesopo
2019-09-23
1
-0
/
+2
|
*
push markov loading half on to a background thread that takes the main thread
jesopo
2019-09-23
1
-4
/
+17
|
|
|
|
for database actions
*
add success message, decode http get response
jesopo
2019-09-23
1
-2
/
+3
|
*
add command for loading logs in to markov (via http)
jesopo
2019-09-23
1
-18
/
+43
|
*
we only need 1 level of "end" markov chains
jesopo
2019-09-20
1
-1
/
+0
|
*
copypaste fail, duplicate "markov" command hook
jesopo
2019-09-20
1
-1
/
+1
|
*
add !markovfor
jesopo
2019-09-20
1
-7
/
+24
|
*
.lower() markov words
jesopo
2019-09-20
1
-1
/
+1
|
[prev]
[next]