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
/
markov.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
ignore invalid utf8 in markov log imports
jesopo
2019-10-10
1
-1
/
+1
*
a chain has failed to generate if the result is the same as the input
jesopo
2019-10-09
1
-0
/
+3
*
allow !markovfor outside a channel when you share the channel with bitbot
jesopo
2019-10-08
1
-1
/
+3
*
exclude lines with URLs in them from creating markov chains
•••
closes #156
jesopo
2019-10-04
1
-0
/
+3
*
also stop markov chain if we chose `None`
jesopo
2019-10-04
1
-0
/
+2
*
check that `third_words` isn't empty
jesopo
2019-10-04
1
-2
/
+2
*
first_word.lower() -> first_words[0].lower()
jesopo
2019-09-30
1
-1
/
+1
*
first_word -> first_words, better if statement
jesopo
2019-09-30
1
-15
/
+14
*
support multiple `first_words`
jesopo
2019-09-30
1
-15
/
+18
*
push markov lines down command.regex so ignored users are missed
jesopo
2019-09-25
1
-8
/
+11
*
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 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