aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* expose url-for logic on Exports tooGravatar jesopo2019-09-161-20/+23
* pass `exports` to ap_server.pyGravatar jesopo2019-09-162-2/+4
* 'theading' -> 'threading'Gravatar jesopo2019-09-161-1/+1
* push inbox POSTs on to a background threadGravatar jesopo2019-09-162-8/+33
* 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
* add !crate in rust.pyGravatar jesopo2019-09-161-0/+20
* eval_rust.py -> rust.pyGravatar jesopo2019-09-161-1/+0
* return content warning from ap_utils.format_note and show it•••closes #118 Gravatar jesopo2019-09-162-6/+11
* use `json_body=True` for ActivityPub requestsGravatar jesopo2019-09-161-1/+2
* add `json_body` arg to Request to json-encode body, only return from `body` if•••not null Gravatar jesopo2019-09-161-4/+8
* PKCS1v15 is a functionGravatar jesopo2019-09-161-1/+1
* refactor AP Note stringifying out to ap_utils.pyGravatar jesopo2019-09-162-34/+27
* [:1] -> [:-1]Gravatar jesopo2019-09-151-1/+1
* '[1:]' -> '[:1]'Gravatar jesopo2019-09-151-1/+1
* strip ":" from "nick: ++"Gravatar jesopo2019-09-151-1/+1
* parse "nick: ++" as "nick++"Gravatar jesopo2019-09-151-1/+3
* support "0" kickrejoin delay without creating a timerGravatar jesopo2019-09-151-3/+9
* support '0' as an IntSetting valueGravatar jesopo2019-09-151-3/+6
* event["channel"] -> event["target"]Gravatar jesopo2019-09-151-1/+1
* 'hooked_repos_lowers' -> 'hooked_repos_lower'Gravatar jesopo2019-09-151-1/+1
* throw on_start() exceptions when tls key/certificate are not presentGravatar jesopo2019-09-151-0/+5
* use PKCS1v15 for HTTP signaturesGravatar jesopo2019-09-151-3/+1
* `data` -> `post_data`Gravatar jesopo2019-09-151-1/+1
* dict()ify inbox headersGravatar jesopo2019-09-151-1/+1
* actually pass signature and related headers to activity_request()Gravatar jesopo2019-09-152-3/+5
* readd accidentally lost ")"Gravatar jesopo2019-09-151-1/+1
* actually use `method` arg on activity_request()Gravatar jesopo2019-09-151-1/+1
* change follow accept/followback logic to involve our own actorGravatar jesopo2019-09-151-3/+5
* don't pass actor to Inbox ctor but pass sending actor to .sendGravatar jesopo2019-09-151-5/+4
* add missing uuid import to ap_server.pyGravatar jesopo2019-09-151-1/+1
* pass Actor to InboxGravatar jesopo2019-09-151-3/+4
* 'ap_utils.request' -> 'ap_utils.activity_request'. dont pass privkeyGravatar jesopo2019-09-151-2/+2
* pass whole PrivateKey object to ap_security, not just the keyGravatar jesopo2019-09-151-1/+1
* 'security' -> 'ap_security'Gravatar jesopo2019-09-151-2/+2
* key_id -> key.id, missing urllib importGravatar jesopo2019-09-152-2/+2
* Inbox.send should have a `self` paramGravatar jesopo2019-09-151-1/+1
* load user inbox before trying to access itGravatar jesopo2019-09-151-0/+1
* Revert "Revert "open private key as a bytestring""•••This reverts commit 97afbc1e40a005d66321fcadf971e2adcd955733. Gravatar jesopo2019-09-151-1/+1
* load tls-key, not tls-certificateGravatar jesopo2019-09-151-1/+1
* Revert "open private key as a bytestring"•••This reverts commit 07e73a534e848514423b21dbff1612c1e6d327f6. Gravatar jesopo2019-09-151-1/+1
* open private key as a bytestringGravatar 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
* allow configuring REST API Host, have default public and local portsGravatar jesopo2019-09-151-6/+17
* _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-152-3/+4
* temp remove commands from ap_server.pyGravatar jesopo2019-09-151-13/+0