aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse/ap_server.py
Commit message (Expand)AuthorAgeFilesLines
* exports.get_one() -> exports.get()Gravatar jesopo2020-03-081-2/+2
* split utils.datetime out in to .parse and .formatGravatar jesopo2020-01-301-1/+1
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-151-1/+1
* combine find_setting() and find_setting_prefix() on user/channel/server/botGravatar jesopo2019-10-071-2/+2
* serve pub key, not certGravatar jesopo2019-09-251-3/+2
* don't .strip() tls certGravatar jesopo2019-09-251-1/+1
* _ap_url already array-ifiesGravatar jesopo2019-09-251-1/+1
* bitbot is a Service (bot), not a PersonGravatar jesopo2019-09-201-1/+1
* make a better "random ID url" functionGravatar jesopo2019-09-201-5/+4
* make Accept ID (and Follow ID) our own domainGravatar jesopo2019-09-201-3/+7
* update _ap_*_url() functions to use path-argsGravatar jesopo2019-09-201-6/+6
* use path-arg variables for AP urls, not get paramsGravatar jesopo2019-09-201-2/+6
* move getting private_key/our_actor to __init__ (for main thread)Gravatar jesopo2019-09-161-6/+8
* pass `exports` to ap_server.pyGravatar jesopo2019-09-161-1/+2
* 'theading' -> 'threading'Gravatar jesopo2019-09-161-1/+1
* push inbox POSTs on to a background threadGravatar jesopo2019-09-161-8/+30
* Revert "push inbox PUSHes on to background thread"•••This reverts commit 18613311f988136603b303d018b8e84ff3cb1291. Gravatar jesopo2019-09-161-25/+6
* push inbox PUSHes on to background threadGravatar jesopo2019-09-161-6/+25
* readd accidentally lost ")"Gravatar jesopo2019-09-151-1/+1
* change follow accept/followback logic to involve our own actorGravatar jesopo2019-09-151-3/+5
* add missing uuid import to ap_server.pyGravatar jesopo2019-09-151-1/+1
* load user inbox before trying to access itGravatar jesopo2019-09-151-0/+1
* load tls-key, not tls-certificateGravatar jesopo2019-09-151-1/+1
* why would we be getting the *filename* from security.private_key()?Gravatar jesopo2019-09-151-1/+1
* url_for does not exist in _private_key()Gravatar jesopo2019-09-151-3/+4
* missing json importGravatar jesopo2019-09-151-1/+1
* _ap_self_url no longer takes a username paramGravatar jesopo2019-09-151-1/+1
* 'consts' -> 'ap_utils'Gravatar jesopo2019-09-151-4/+4
* ap_server needs ap_utils import, pass bot instance to it tooGravatar jesopo2019-09-151-2/+3
* temp remove commands from ap_server.pyGravatar jesopo2019-09-151-13/+0
* move AP server event/exports to __init__.pyGravatar jesopo2019-09-151-0/+210