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
*
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
*
'path' -> 'args' on REST API events
jesopo
2019-09-20
1
-1
/
+1
*
update _ap_*_url() functions to use path-args
jesopo
2019-09-20
1
-6
/
+6
*
add missing ")"
jesopo
2019-09-20
1
-1
/
+1
*
use path-arg variables for AP urls, not get params
jesopo
2019-09-20
1
-2
/
+6
*
support path-arg variables in url_for
jesopo
2019-09-20
1
-4
/
+10
*
use source Hostmask from multiline batch
jesopo
2019-09-19
1
-1
/
+2
*
Allow passing source Hostmask to IRCBatch
jesopo
2019-09-19
1
-1
/
+1
*
add missing IRCLine import
jesopo
2019-09-19
1
-1
/
+1
*
'bitbot.dev/multiline' -> 'draft/multiline'
jesopo
2019-09-19
1
-4
/
+4
*
fedi http headers should be PascalCase
jesopo
2019-09-19
2
-4
/
+4
*
actually pass Request objects to utils.http.request_many() from rss.py
jesopo
2019-09-19
1
-2
/
+5
*
give Requests, use them in utils.http.request_many()
jesopo
2019-09-19
1
-0
/
+1
*
append "CVE-" to CVE ids without it
jesopo
2019-09-18
1
-1
/
+5
*
move check_urls.py to bitbot-modules
jesopo
2019-09-18
1
-37
/
+0
*
move botsnack to bitbot-modules
jesopo
2019-09-18
1
-19
/
+0
*
move timer.py to bitbot-modules
jesopo
2019-09-18
1
-31
/
+0
*
move slowvoice.py to bitbot-modules
jesopo
2019-09-18
1
-44
/
+0
*
don't use JOIN/QUIT as !seen events (netsplits cause these)
jesopo
2019-09-18
1
-2
/
+0
*
through error when fediverse server is configured but crypto is missing
jesopo
2019-09-18
2
-5
/
+12
*
`first` is now a Response object, not a dict
jesopo
2019-09-17
1
-1
/
+1
*
'responsedata' -> 'response.data'
jesopo
2019-09-17
1
-1
/
+1
[next]