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
/
__init__.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
exports.get_one() -> exports.get()
jesopo
2020-03-08
1
-1
/
+1
|
*
`cryptography` is in requirements.txt; we dont need to check for it
jesopo
2020-02-20
1
-3
/
+0
|
*
tolerate fedi servers that present Notes as application/ld+json
jesopo
2020-01-18
1
-1
/
+1
|
*
tolerate fediverse Notes without "cc"s
jesopo
2020-01-18
1
-1
/
+3
|
*
`note` should be jsonified
jesopo
2019-11-28
1
-1
/
+1
|
*
show username when a toot is CWed
jesopo
2019-11-27
1
-5
/
+4
|
*
default `first_item` to None or it doesn't exist when there's no toots
jesopo
2019-11-26
1
-1
/
+1
|
*
Show more fediverse errors to the end user
jesopo
2019-11-14
1
-4
/
+5
|
*
change !fedi "!" arg to still show CW but also show content of Note
jesopo
2019-10-18
1
-4
/
+7
|
*
add "!" arg to !fedi, to denote "dont show content warning"
jesopo
2019-10-18
1
-8
/
+17
|
*
show ,fedi latest-tweet also if it's a self-reply
jesopo
2019-10-15
1
-2
/
+2
|
*
show `first` toot if it's a boost, fix Note boost formatting
jesopo
2019-10-15
1
-1
/
+2
|
*
support !fedi with a URL to a Note
jesopo
2019-10-04
1
-15
/
+36
|
*
non-CWed pleroma posts have content as "", not null
jesopo
2019-09-25
1
-1
/
+1
|
*
pleroma outbox items don't have an inReplyTo when it's null
jesopo
2019-09-25
1
-1
/
+1
|
*
only fist first_item once
jesopo
2019-09-25
1
-0
/
+1
|
*
make fediverse module rely on REST API
jesopo
2019-09-25
1
-0
/
+2
|
|
|
|
|
|
I didn't want to do this unless we had to but Mastodon is introducing requirming signed requests soon, so even if a user doesn't use bitbot as an instance, we'll still need to be able to serve Actor (and key) over the REST API
*
only show non-replies with ,fedi
jesopo
2019-09-25
1
-2
/
+6
|
*
through error when fediverse server is configured but crypto is missing
jesopo
2019-09-18
1
-1
/
+4
|
*
Show error when actor.load() fails
jesopo
2019-09-17
1
-2
/
+3
|
*
pass `exports` to ap_server.py
jesopo
2019-09-16
1
-1
/
+2
|
*
push inbox POSTs on to a background thread
jesopo
2019-09-16
1
-0
/
+3
|
*
return content warning from ap_utils.format_note and show it
jesopo
2019-09-16
1
-2
/
+6
|
|
|
|
closes #118
*
refactor AP Note stringifying out to ap_utils.py
jesopo
2019-09-16
1
-34
/
+5
|
*
throw on_start() exceptions when tls key/certificate are not present
jesopo
2019-09-15
1
-0
/
+5
|
*
ap_server needs ap_utils import, pass bot instance to it too
jesopo
2019-09-15
1
-1
/
+1
|
*
move AP server event/exports to __init__.py
jesopo
2019-09-15
1
-1
/
+19
|
*
re-merge fediverse an fediverse_server, so they can share utils
jesopo
2019-09-15
1
-0
/
+87