aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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