Commit graph

56 commits

Author SHA1 Message Date
7538041b67 Add basic info page 2020-03-19 23:06:16 -05:00
c9bb5632b8 Add subscription information 2020-03-19 22:46:13 -05:00
4cce0f950d Add note about environment variables 2020-03-19 22:33:04 -05:00
41faad4bac Spelling 2020-03-19 22:31:38 -05:00
27110b7301 Mark fields as bash 2020-03-19 22:26:40 -05:00
d6e2c47d3f Fix spelling 2020-03-19 22:26:11 -05:00
ec06eff385 Rename binary, fix repo url 2020-03-19 22:24:39 -05:00
722a00f9dc Fix VERIFY_SIGNATURES config, add README 2020-03-19 22:23:10 -05:00
e8744b23c5 Update debug levels 2020-03-19 20:11:50 -05:00
eefff20941 Add commandline blocking and whitelisting 2020-03-19 19:55:11 -05:00
3c5154d449 Use single connection pool 2020-03-19 17:19:05 -05:00
790d0965fb Add nodeinfo support 2020-03-19 14:05:16 -05:00
19e23fbfa5 Add security context to actor 2020-03-19 12:09:33 -05:00
ae00d965e1 Update activitystreams 2020-03-18 21:17:52 -05:00
f7e733c500 Oops on the Extension 2020-03-18 20:57:39 -05:00
39cfcf1373 Use crates.io activitystreams 2020-03-18 19:22:39 -05:00
2b36909d2f Update to activitypub with extensions 2020-03-18 17:49:56 -05:00
f48d404a15 Add logging for unhydrated values 2020-03-18 17:37:22 -05:00
4fba2f317d Save listeners in db 2020-03-18 13:56:13 -05:00
4c373e562b Perform db action inline 2020-03-18 13:25:43 -05:00
cdef00f844 Add custom response status for not subscribed 2020-03-18 12:47:08 -05:00
19a6a6e61c Use actor's inbox for listener check 2020-03-18 12:42:48 -05:00
cb4d99cdc5 Generic 'prepare_activity' 2020-03-18 12:06:08 -05:00
e8ed464e62 Properly forward Announce and Create 2020-03-18 00:43:31 -05:00
26b4129261 Log on wrong actor follow 2020-03-18 00:07:52 -05:00
877fa1418e Accepted from inbox 2020-03-18 00:01:14 -05:00
27a9030be1 Handle errors a bit better 2020-03-17 23:58:13 -05:00
6d34077010 Big Cleanup 2020-03-17 23:35:20 -05:00
a4ec70d6ec Bring whitelist/block checks to outermost level, fix deliveries 2020-03-17 21:16:09 -05:00
e849df2ef4 Don't use created field when sending requests, masto is poopoo 2020-03-17 19:02:33 -05:00
d6b609e640 Print request error resposnses if present 2020-03-17 16:53:31 -05:00
2dc86b89cd Generate proper key id, sign actor request 2020-03-17 16:36:53 -05:00
b10a8f4b71 Don't print signing string, too much info 2020-03-17 15:54:44 -05:00
489a5ff023 Require publicKey, check actor's public key for agreement 2020-03-17 15:52:26 -05:00
a7b4a81197 Update http sigs to not blow up 2020-03-17 15:15:18 -05:00
9642e357e5 Enforce sig is from correct actor 2020-03-17 14:52:33 -05:00
86a760a8e4 Update http-sigs for digest fixes 2020-03-17 14:31:31 -05:00
496cf571b2 Correctly encode/decode base64, add more verifier logging 2020-03-17 13:29:55 -05:00
9fc507210a Move requests to requests module, respond with 200 2020-03-17 12:15:16 -05:00
179a12d01e Update webfinger 2020-03-17 11:28:29 -05:00
d5abcaef57 Update activitystreams 2020-03-17 09:06:52 -05:00
10cf26918c Add outbox url 2020-03-17 08:55:55 -05:00
ea64843a59 Update rsa-pem, properly use RSA crate 2020-03-16 20:41:00 -05:00
979b2a14f8 Expose to outside world 2020-03-16 18:17:27 -05:00
7f45021afb Use rustls 2020-03-16 13:27:42 -05:00
b7bf001287 Update cache from postgres notifications
- Add actor that listens to the notification stream
- Move queries into db module
2020-03-16 13:00:16 -05:00
8d157ccbc6 remove unused feature 2020-03-16 09:34:52 -05:00
b0352018bc Update activitystreams 2020-03-15 23:44:46 -05:00
954e8968db Only protect inbox with digest&sig verification 2020-03-15 23:26:31 -05:00
9fdd3bec18 Add http signature verification 2020-03-15 23:15:50 -05:00