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 !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
*
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
*
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
*
change follow accept/followback logic to involve our own actor
jesopo
2019-09-15
1
-3
/
+5
*
don't pass actor to Inbox ctor but pass sending actor to .send
jesopo
2019-09-15
1
-5
/
+4
*
add missing uuid import to ap_server.py
jesopo
2019-09-15
1
-1
/
+1
*
pass Actor to Inbox
jesopo
2019-09-15
1
-3
/
+4
*
'ap_utils.request' -> 'ap_utils.activity_request'. dont pass privkey
jesopo
2019-09-15
1
-2
/
+2
*
pass whole PrivateKey object to ap_security, not just the key
jesopo
2019-09-15
1
-1
/
+1
*
'security' -> 'ap_security'
jesopo
2019-09-15
1
-2
/
+2
*
key_id -> key.id, missing urllib import
jesopo
2019-09-15
2
-2
/
+2
*
Inbox.send should have a `self` param
jesopo
2019-09-15
1
-1
/
+1
*
load user inbox before trying to access it
jesopo
2019-09-15
1
-0
/
+1
*
Revert "Revert "open private key as a bytestring""
•••
This reverts commit 97afbc1e40a005d66321fcadf971e2adcd955733.
jesopo
2019-09-15
1
-1
/
+1
*
load tls-key, not tls-certificate
jesopo
2019-09-15
1
-1
/
+1
*
Revert "open private key as a bytestring"
•••
This reverts commit 07e73a534e848514423b21dbff1612c1e6d327f6.
jesopo
2019-09-15
1
-1
/
+1
*
open private key as a bytestring
jesopo
2019-09-15
1
-1
/
+1
*
why would we be getting the *filename* from security.private_key()?
jesopo
2019-09-15
1
-1
/
+1
*
url_for does not exist in _private_key()
jesopo
2019-09-15
1
-3
/
+4
*
missing json import
jesopo
2019-09-15
1
-1
/
+1
*
allow configuring REST API Host, have default public and local ports
jesopo
2019-09-15
1
-6
/
+17
*
_ap_self_url no longer takes a username param
jesopo
2019-09-15
1
-1
/
+1
*
'consts' -> 'ap_utils'
jesopo
2019-09-15
1
-4
/
+4
*
ap_server needs ap_utils import, pass bot instance to it too
jesopo
2019-09-15
2
-3
/
+4
*
temp remove commands from ap_server.py
jesopo
2019-09-15
1
-13
/
+0
*
move AP server event/exports to __init__.py
jesopo
2019-09-15
3
-66
/
+48
*
activities.py -> ap_activities.py
jesopo
2019-09-15
1
-0
/
+0
*
send_mode() args should be an array
jesopo
2019-09-15
1
-2
/
+2
*
re-merge fediverse an fediverse_server, so they can share utils
jesopo
2019-09-15
7
-185
/
+293
*
default REST API port to 5001, not 5000
jesopo
2019-09-13
1
-1
/
+1
*
move fediverse_server to a directory module, add rough outline of toot
•••
federation
jesopo
2019-09-13
2
-9
/
+81
*
remove TLS code from rest_api.py and force it to listen on localhost.
•••
this is to force people to put something like nginx proxy_pass between the wider internet and bitbot's rest api as the python stdlib http.server is not production-secure.
jesopo
2019-09-13
1
-8
/
+1
*
_parse_flags() should always return 2 objects
jesopo
2019-09-12
1
-1
/
+1
[next]