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
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
5
-8
/
+10
*
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
*
only BeautifulSoup for finding encoding when it's a html-ish type
jesopo
2019-09-20
1
-1
/
+1
*
'path' is now 'args'
jesopo
2019-09-20
1
-4
/
+4
*
cache calculated "next expiration" time
jesopo
2019-09-20
1
-1
/
+12
*
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
2
-2
/
+3
*
add missing IRCLine import
jesopo
2019-09-19
1
-1
/
+1
*
'bitbot.dev/multiline' -> 'draft/multiline'
jesopo
2019-09-19
1
-4
/
+4
*
log call was replaced with Exception but [] on args remained
jesopo
2019-09-19
1
-1
/
+1
*
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
2
-12
/
+26
*
utils.http.request_() has no self, let alone self.log
jesopo
2019-09-19
1
-3
/
+4
*
should be using pair_start/pair_end throughout `for`
jesopo
2019-09-19
1
-2
/
+2
*
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
*
add example lighttpd rest_api config file
jesopo
2019-09-18
1
-0
/
+19
*
make nginx config specifically use ipv6 localhost loopback
jesopo
2019-09-18
1
-1
/
+1
*
add example apache2 config file for rest_api
jesopo
2019-09-18
1
-0
/
+20
*
also show "bad" data in HTTPParsingException when a message is provided
jesopo
2019-09-18
1
-1
/
+1
*
don't use JOIN/QUIT as !seen events (netsplits cause these)
jesopo
2019-09-18
1
-2
/
+0
*
show "bad" data in HTTPParsingException message
jesopo
2019-09-18
1
-2
/
+3
*
move q.close() to where it will be called even if deadline is hit
jesopo
2019-09-18
1
-1
/
+2
*
move _raise_deadline() out of except block to clean up printed stacktrace
jesopo
2019-09-18
1
-0
/
+4
*
through error when fediverse server is configured but crypto is missing
jesopo
2019-09-18
2
-5
/
+12
*
add :$port to nginx Host header
jesopo
2019-09-18
1
-1
/
+1
*
add proxy_pass Host and X-Forwarded-For headers to nginx example
jesopo
2019-09-18
1
-0
/
+2
*
`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
[next]