aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* exports.get_one() -> exports.get()Gravatar jesopo2020-03-081-1/+1
|
* `cryptography` is in requirements.txt; we dont need to check for itGravatar jesopo2020-02-201-3/+0
|
* tolerate fedi servers that present Notes as application/ld+jsonGravatar jesopo2020-01-181-1/+1
|
* tolerate fediverse Notes without "cc"sGravatar jesopo2020-01-181-1/+3
|
* `note` should be jsonifiedGravatar jesopo2019-11-281-1/+1
|
* show username when a toot is CWedGravatar jesopo2019-11-271-5/+4
|
* default `first_item` to None or it doesn't exist when there's no tootsGravatar jesopo2019-11-261-1/+1
|
* Show more fediverse errors to the end userGravatar jesopo2019-11-141-4/+5
|
* change !fedi "!" arg to still show CW but also show content of NoteGravatar jesopo2019-10-181-4/+7
|
* add "!" arg to !fedi, to denote "dont show content warning"Gravatar jesopo2019-10-181-8/+17
|
* show ,fedi latest-tweet also if it's a self-replyGravatar jesopo2019-10-151-2/+2
|
* show `first` toot if it's a boost, fix Note boost formattingGravatar jesopo2019-10-151-1/+2
|
* support !fedi with a URL to a NoteGravatar jesopo2019-10-041-15/+36
|
* non-CWed pleroma posts have content as "", not nullGravatar jesopo2019-09-251-1/+1
|
* pleroma outbox items don't have an inReplyTo when it's nullGravatar jesopo2019-09-251-1/+1
|
* only fist first_item onceGravatar jesopo2019-09-251-0/+1
|
* make fediverse module rely on REST APIGravatar jesopo2019-09-251-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 ,fediGravatar jesopo2019-09-251-2/+6
|
* through error when fediverse server is configured but crypto is missingGravatar jesopo2019-09-181-1/+4
|
* Show error when actor.load() failsGravatar jesopo2019-09-171-2/+3
|
* pass `exports` to ap_server.pyGravatar jesopo2019-09-161-1/+2
|
* push inbox POSTs on to a background threadGravatar jesopo2019-09-161-0/+3
|
* return content warning from ap_utils.format_note and show itGravatar jesopo2019-09-161-2/+6
| | | | closes #118
* refactor AP Note stringifying out to ap_utils.pyGravatar jesopo2019-09-161-34/+5
|
* throw on_start() exceptions when tls key/certificate are not presentGravatar jesopo2019-09-151-0/+5
|
* ap_server needs ap_utils import, pass bot instance to it tooGravatar jesopo2019-09-151-1/+1
|
* move AP server event/exports to __init__.pyGravatar jesopo2019-09-151-1/+19
|
* re-merge fediverse an fediverse_server, so they can share utilsGravatar jesopo2019-09-151-0/+87