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
/
fediverse
/
ap_server.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
combine find_setting() and find_setting_prefix() on user/channel/server/bot
jesopo
2019-10-07
1
-2
/
+2
*
serve pub key, not cert
jesopo
2019-09-25
1
-3
/
+2
*
don't .strip() tls cert
jesopo
2019-09-25
1
-1
/
+1
*
_ap_url already array-ifies
jesopo
2019-09-25
1
-1
/
+1
*
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
*
update _ap_*_url() functions to use path-args
jesopo
2019-09-20
1
-6
/
+6
*
use path-arg variables for AP urls, not get params
jesopo
2019-09-20
1
-2
/
+6
*
move getting private_key/our_actor to __init__ (for main thread)
jesopo
2019-09-16
1
-6
/
+8
*
pass `exports` to ap_server.py
jesopo
2019-09-16
1
-1
/
+2
*
'theading' -> 'threading'
jesopo
2019-09-16
1
-1
/
+1
*
push inbox POSTs on to a background thread
jesopo
2019-09-16
1
-8
/
+30
*
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
*
readd accidentally lost ")"
jesopo
2019-09-15
1
-1
/
+1
*
change follow accept/followback logic to involve our own actor
jesopo
2019-09-15
1
-3
/
+5
*
add missing uuid import to ap_server.py
jesopo
2019-09-15
1
-1
/
+1
*
load user inbox before trying to access it
jesopo
2019-09-15
1
-0
/
+1
*
load tls-key, not tls-certificate
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
*
_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
1
-2
/
+3
*
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
1
-0
/
+210