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 (
Expand
)
Author
Age
Files
Lines
*
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
•••
useful for "!markov <word>" so that "<word>" can be mid-chain
jesopo
2019-09-23
1
-3
/
+13
*
'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
•••
for database actions
jesopo
2019-09-23
1
-4
/
+17
*
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
*
getting frequency on-insert should be execute_fetchone
jesopo
2019-09-20
1
-2
/
+2
*
remove debug print
jesopo
2019-09-20
1
-2
/
+0
*
add a command to generate markov chains (!markov)
jesopo
2019-09-20
1
-1
/
+12
*
'_on_load' -> 'on_load'
jesopo
2019-09-20
1
-1
/
+1
*
database.execute() doesn't fetch data
jesopo
2019-09-20
1
-11
/
+9
*
generate() takes a channel id, not a channel
jesopo
2019-09-20
1
-1
/
+1
*
add missing ")" in CREATE query
jesopo
2019-09-20
1
-1
/
+1
*
'self.database' -> 'self.bot.database'
jesopo
2019-09-20
1
-8
/
+8
*
first draft of markov.py
jesopo
2019-09-20
1
-0
/
+75
*
only show auto-title when response code is 200
jesopo
2019-09-20
1
-9
/
+9
*
'to' -> 'so', typo in !cfilter comment
jesopo
2019-09-20
1
-1
/
+1
*
remove redundant old docstring kwargs from !silence
jesopo
2019-09-20
1
-5
/
+0
*
refactor all checks for channel_type to server.is_channel()
jesopo
2019-09-20
3
-5
/
+4
*
improve !ud usage string (wrt #number)
jesopo
2019-09-20
1
-1
/
+1
*
change !ud index syntax and put it in help text
jesopo
2019-09-20
1
-8
/
+9
*
move where optional for_str is inserted
jesopo
2019-09-20
1
-1
/
+1
*
'path' is now 'args'
jesopo
2019-09-20
1
-4
/
+4
*
bitbot is a Service (bot), not a Person
jesopo
2019-09-20
1
-1
/
+1
*
make a better "random ID url" function
jesopo
2019-09-20
1
-5
/
+4
*
make Accept ID (and Follow ID) our own domain
jesopo
2019-09-20
1
-3
/
+7
[next]