aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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 API•••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 Gravatar jesopo2019-09-251-0/+2
* 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 it•••closes #118 Gravatar jesopo2019-09-161-2/+6
* 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