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_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
`USERAGENT` no longer exists
jesopo
2019-11-25
1
-1
/
+1
*
give bitbot a unique User-Agent
•••
closes #206
jesopo
2019-11-20
1
-2
/
+1
*
Show more fediverse errors to the end user
jesopo
2019-11-14
1
-9
/
+23
*
show when a fediverse Note is nothing but an attachment
jesopo
2019-11-04
1
-3
/
+26
*
only .decompose() when it's an empty and unknown tag
jesopo
2019-11-04
1
-3
/
+4
*
better line normalisation for fediverse Activities
jesopo
2019-11-04
1
-17
/
+19
*
'element.contents' -> 'element.children' for consistency
jesopo
2019-10-31
1
-1
/
+1
*
use lxml for parsing fedi Notes. html.parse is bad and unpredictable
jesopo
2019-10-31
1
-1
/
+1
*
fallback ActivityPub data encoding to utf8
jesopo
2019-10-26
1
-1
/
+1
*
support AP Notes with content outside of HTML tags (e.g. pleroma)
jesopo
2019-10-15
1
-9
/
+12
*
show `first` toot if it's a boost, fix Note boost formatting
jesopo
2019-10-15
1
-1
/
+2
*
actually explicitly strip "unknown" html tags from fedi notes
jesopo
2019-10-14
1
-5
/
+8
*
format multi-line toots on a single line using things like double space
jesopo
2019-10-09
1
-2
/
+24
*
prefer `url` over `id` as it's usually a more user-friendly url
jesopo
2019-10-08
1
-1
/
+2
*
support !fedi with a URL to a Note
jesopo
2019-10-04
1
-7
/
+7
*
add missing "import urllib.parse" to ap_utils.py
jesopo
2019-09-23
1
-0
/
+1
*
pass full Response from ap_utils.activity_request, use it for Actor 404
jesopo
2019-09-17
1
-3
/
+2
*
return content warning from ap_utils.format_note and show it
•••
closes #118
jesopo
2019-09-16
1
-4
/
+5
*
use `json_body=True` for ActivityPub requests
jesopo
2019-09-16
1
-1
/
+2
*
refactor AP Note stringifying out to ap_utils.py
jesopo
2019-09-16
1
-0
/
+22
*
`data` -> `post_data`
jesopo
2019-09-15
1
-1
/
+1
*
actually pass signature and related headers to activity_request()
jesopo
2019-09-15
1
-2
/
+2
*
actually use `method` arg on activity_request()
jesopo
2019-09-15
1
-1
/
+1
*
re-merge fediverse an fediverse_server, so they can share utils
jesopo
2019-09-15
1
-0
/
+56