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 ")" 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
*
allow "!config #channel" for channels other than the current one
jesopo
2019-09-17
1
-15
/
+22
*
Show error when actor.load() fails
jesopo
2019-09-17
1
-2
/
+3
*
pass full Response from ap_utils.activity_request, use it for Actor 404
jesopo
2019-09-17
2
-13
/
+15
*
be explicit when a command has no help available
jesopo
2019-09-17
1
-1
/
+5
*
add !myaccount
jesopo
2019-09-17
1
-0
/
+5
*
if a word is known as a nickname but the user has no location, treat as location
jesopo
2019-09-17
1
-2
/
+1
*
don't die when channel.topic_setter is null
jesopo
2019-09-17
1
-1
/
+4
*
'srt' -> 'str'
•••
closes #152
jesopo
2019-09-17
1
-1
/
+1
*
allow per-server default mumble servers
•••
closes #151
jesopo
2019-09-17
1
-8
/
+8
*
hide hidden channels from "!channels" when not pm and not current channel
•••
closes #150
jesopo
2019-09-17
1
-1
/
+11
*
add per-channel default mumble server
•••
closes #151
jesopo
2019-09-17
1
-5
/
+28
*
suggest "!config <nickname> <setting> <value>" when settings are missing
jesopo
2019-09-17
1
-1
/
+8
*
treat config target "*" as current channel or current user in PM
jesopo
2019-09-17
1
-0
/
+7
*
permit '!config #channel <setting>' and '!config own_nick <setting>'
jesopo
2019-09-17
1
-1
/
+6
*
'seperate_hostmask()' -> 'parse_hostmask()'
jesopo
2019-09-16
3
-4
/
+4
[next]