You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teknomunk 0a95a70461
Rework inbox processing, add stubs for account add/remove follower, create notice when processing follow, rework outbox (use envelope with single destination), add handlers for paths referenced in actor, add test to validate locally-created HTTP signature
1 year ago
..
ap Rework inbox processing, add stubs for account add/remove follower, create notice when processing follow, rework outbox (use envelope with single destination), add handlers for paths referenced in actor, add test to validate locally-created HTTP signature 1 year ago
crypto Rework inbox processing, add stubs for account add/remove follower, create notice when processing follow, rework outbox (use envelope with single destination), add handlers for paths referenced in actor, add test to validate locally-created HTTP signature 1 year ago
account.c Rework inbox processing, add stubs for account add/remove follower, create notice when processing follow, rework outbox (use envelope with single destination), add handlers for paths referenced in actor, add test to validate locally-created HTTP signature 1 year ago
account.h Move base64 code to separate file, work on implementing HTTP Signature validation 1 year ago
account.json.template Implement post submission, start using new json object layout parser 1 year ago
client_app.c Get Soapbox frontend attached, fix several bugs in the login sequence 1 year ago
client_app.h Get husky Oauth2 authentication working 1 year ago
notification.c Rework inbox processing, add stubs for account add/remove follower, create notice when processing follow, rework outbox (use envelope with single destination), add handlers for paths referenced in actor, add test to validate locally-created HTTP signature 1 year ago
notification.h Correctly apply limits and since_id arguments to /api/v1/notifications, generate Accept action for Follow response (not yet signed), expand ap/activity model and add ap_activity_create_accept, add notification_new, don't include a 'status' in notifications if not set 1 year ago
notification.json.template Correctly apply limits and since_id arguments to /api/v1/notifications, generate Accept action for Follow response (not yet signed), expand ap/activity model and add ap_activity_create_accept, add notification_new, don't include a 'status' in notifications if not set 1 year ago
owner.c Get Soapbox frontend attached, fix several bugs in the login sequence 1 year ago
owner.h Start implemeting owner model, update client app model, get first stage of Oauth2 working (issuing authorization code) 1 year ago
server.c Basic nodeinfo/2.1 implementation 1 year ago
server.h Basic nodeinfo/2.1 implementation 1 year ago
status.c Convert account over json layout loader, start implementing account reverse index (needed for account uri to account id lookup), more work on ap_activity, convert owner over to json layout loader 1 year ago
status.h Implement timelines, make media and reactions data driven (reactions still need count/react pulled from data) 1 year ago
timeline.c Add timeline filter handling, correctly write json strings in api response, more memory fixes 1 year ago
timeline.h Implement timelines, make media and reactions data driven (reactions still need count/react pulled from data) 1 year ago