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_actor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix empty display names
MineRobber___T
2020-01-16
1
-3
/
+1
*
Fix empty names
•••
Specifically, botsin.space (for sure) returns a display name of `""`. Since that's not meaningful, I just added a check to replace the display name with the username if the display name is empty.
MineRobber___T
2020-01-16
1
-0
/
+2
*
use fediverse display names when available
jesopo
2019-12-10
1
-0
/
+2
*
add `cookies` and `.json()` to utils.http.Response objects
jesopo
2019-11-25
1
-12
/
+13
*
show ,fedi latest-tweet also if it's a self-reply
jesopo
2019-10-15
1
-0
/
+2
*
fedi http headers should be PascalCase
jesopo
2019-09-19
1
-2
/
+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
*
pass full Response from ap_utils.activity_request, use it for Actor 404
jesopo
2019-09-17
1
-10
/
+13
*
dict()ify inbox headers
jesopo
2019-09-15
1
-1
/
+1
*
actually pass signature and related headers to activity_request()
jesopo
2019-09-15
1
-1
/
+3
*
don't pass actor to Inbox ctor but pass sending actor to .send
jesopo
2019-09-15
1
-5
/
+4
*
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
1
-1
/
+1
*
Inbox.send should have a `self` param
jesopo
2019-09-15
1
-1
/
+1
*
re-merge fediverse an fediverse_server, so they can share utils
jesopo
2019-09-15
1
-0
/
+55