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
*
Response.__init__() needs `encoding` now
jesopo
2019-09-17
1
-1
/
+1
*
restore 5 second (instead of default 10) deadline for http.request
jesopo
2019-09-17
1
-1
/
+1
*
use utils.deadline_process() in utils.http._request() so background threads can
•••
call _request()
jesopo
2019-09-17
1
-30
/
+37
*
add .get() to CaseInsensitiveDict
jesopo
2019-09-17
1
-0
/
+2
*
use Queue.get() with timeout, not Process.join() for timeout
•••
this was because the threads spawned by multiprocessing.Queue seemed to be making Process.join() believe the subprocess had not exited.
jesopo
2019-09-17
1
-7
/
+7
*
'srt' -> 'str'
•••
closes #152
jesopo
2019-09-17
1
-1
/
+1
*
first draft of multiprocess.Process deadline system
jesopo
2019-09-17
1
-0
/
+23
*
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
*
add missing IRCLine import to IRCChannel
jesopo
2019-09-17
1
-2
/
+2
*
'seperate_hostmask()' -> 'parse_hostmask()'
jesopo
2019-09-16
4
-6
/
+6
*
update channel.topic_setter-related code
jesopo
2019-09-16
3
-3
/
+3
*
topic_setter should be stored as a Hostmask
jesopo
2019-09-16
2
-10
/
+4
*
add !channels
•••
closes #147
jesopo
2019-09-16
1
-0
/
+7
*
move getting private_key/our_actor to __init__ (for main thread)
jesopo
2019-09-16
1
-6
/
+8
*
EventRoot._hook's `kwarg` should be a list of tuples
jesopo
2019-09-16
1
-1
/
+2
*
add strip_otr.py
•••
closes #148
jesopo
2019-09-16
1
-0
/
+15
*
url_for was moved to _module._url_for
jesopo
2019-09-16
1
-1
/
+1
*
expose url-for logic on Exports too
jesopo
2019-09-16
1
-20
/
+23
*
pass `exports` to ap_server.py
jesopo
2019-09-16
2
-2
/
+4
*
'theading' -> 'threading'
jesopo
2019-09-16
1
-1
/
+1
*
push inbox POSTs on to a background thread
jesopo
2019-09-16
2
-8
/
+33
*
Revert "push inbox PUSHes on to background thread"
•••
This reverts commit 18613311f988136603b303d018b8e84ff3cb1291.
jesopo
2019-09-16
1
-25
/
+6
*
push inbox PUSHes on to background thread
jesopo
2019-09-16
1
-6
/
+25
*
add !crate in rust.py
jesopo
2019-09-16
1
-0
/
+20
*
eval_rust.py -> rust.py
jesopo
2019-09-16
1
-1
/
+0
*
return content warning from ap_utils.format_note and show it
•••
closes #118
jesopo
2019-09-16
2
-6
/
+11
*
use `json_body=True` for ActivityPub requests
jesopo
2019-09-16
1
-1
/
+2
*
add `json_body` arg to Request to json-encode body, only return from `body` if
•••
not null
jesopo
2019-09-16
1
-4
/
+8
*
PKCS1v15 is a function
jesopo
2019-09-16
1
-1
/
+1
*
refactor AP Note stringifying out to ap_utils.py
jesopo
2019-09-16
2
-34
/
+27
*
[:1] -> [:-1]
jesopo
2019-09-15
1
-1
/
+1
*
'[1:]' -> '[:1]'
jesopo
2019-09-15
1
-1
/
+1
*
strip ":" from "nick: ++"
jesopo
2019-09-15
1
-1
/
+1
*
parse "nick: ++" as "nick++"
jesopo
2019-09-15
1
-1
/
+3
*
support "0" kickrejoin delay without creating a timer
jesopo
2019-09-15
1
-3
/
+9
*
support '0' as an IntSetting value
jesopo
2019-09-15
1
-3
/
+6
*
event["channel"] -> event["target"]
jesopo
2019-09-15
1
-1
/
+1
*
'hooked_repos_lowers' -> 'hooked_repos_lower'
jesopo
2019-09-15
1
-1
/
+1
*
throw on_start() exceptions when tls key/certificate are not present
jesopo
2019-09-15
1
-0
/
+5
*
use PKCS1v15 for HTTP signatures
jesopo
2019-09-15
1
-3
/
+1
*
`data` -> `post_data`
jesopo
2019-09-15
1
-1
/
+1
*
dict()ify inbox headers
jesopo
2019-09-15
1
-1
/
+1
*
actually pass signature and related headers to activity_request()
jesopo
2019-09-15
2
-3
/
+5
*
readd accidentally lost ")"
jesopo
2019-09-15
1
-1
/
+1
*
actually use `method` arg on activity_request()
jesopo
2019-09-15
1
-1
/
+1
[next]