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 0733bc7664
Suppress error message when clean.sh is run twice in a row, more preparations for submodule split of ap/
1 year ago
..
account Suppress error message when clean.sh is run twice in a row, more preparations for submodule split of ap/ 1 year ago
crypto Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
status Fix memory leaks, change Activity context writer to support extra schemas, language schema and add lite-pub schema by default, change hyperlink end detection 1 year ago
account.c Suppress error message when clean.sh is run twice in a row, more preparations for submodule split of ap/ 1 year ago
account.h Split apart application-specific AcitivytPub code and generic ap_object code, rename ap_object type enumeration values, start work to ingest external Activities 1 year ago
activity.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
activity.h Split apart application-specific AcitivytPub code and generic ap_object code, rename ap_object type enumeration values, start work to ingest external Activities 1 year ago
client_app.c Fix up JSON layout data, allow attributedTo instead of actor in post 1 year ago
client_app.h Get husky Oauth2 authentication working 1 year ago
emoji.c Remove hard-coded domain name, make app_args loaded from data/server.json, s/g_server_name/g_server->domain/, update http and json submodules 1 year ago
emoji.h Implement emoji for local posts 1 year ago
gc.c Get mark-and-sweep status garbage collection working, remove mark from status and use in-memory array (performace enhancement) 1 year ago
gc.h Start implementation of garbage collection of older posts, fix to,cc,bcc parse error when a single value is present, fix Accept header value, add status removal functions 1 year ago
inbox_envelope.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
inbox_envelope.h Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
media.c Remove hard-coded domain name, make app_args loaded from data/server.json, s/g_server_name/g_server->domain/, update http and json submodules 1 year ago
media.h Implement federated media posts 1 year ago
notification.c Convert all api responses from text templates to JSON layouts, fix memory leaks, discard more unsupported Activities, server owner banner 1 year ago
notification.h Convert all api responses from text templates to JSON layouts, fix memory leaks, discard more unsupported Activities, server owner banner 1 year ago
outbox_envelope.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
outbox_envelope.h Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
owner.c Fix up JSON layout data, allow attributedTo instead of actor in post 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 Remove hard-coded domain name, update http 1 year ago
server.h Remove hard-coded domain name, make app_args loaded from data/server.json, s/g_server_name/g_server->domain/, update http and json submodules 1 year ago
status.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
status.h Get mark-and-sweep status garbage collection working, remove mark from status and use in-memory array (performace enhancement) 1 year ago
time.c Add route for unfollow, handle Update activities, add self mentions to statuses during Create handling, replace purely linear outbox handling with one that can skip failed deliveries 1 year ago
time.h Add route for unfollow, handle Update activities, add self mentions to statuses during Create handling, replace purely linear outbox handling with one that can skip failed deliveries 1 year ago
timeline.c Start implementation of garbage collection of older posts, fix to,cc,bcc parse error when a single value is present, fix Accept header value, add status removal functions 1 year ago
timeline.h Start implementation of garbage collection of older posts, fix to,cc,bcc parse error when a single value is present, fix Accept header value, add status removal functions 1 year ago
webfinger.c Start making account stubs for remote accounts that refuse to load (to reduce remote server load) 1 year ago