Personal ActivityPub server intended for single-user instances.
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 a917c223e0
Fix memory leaks, add logic to remove reacts, rename files/folders in HTTP submodules, rework timeline filtering, move http common files to new submodules, have the react result field 'me' filled in correctly
2 years ago
assets Start test suite, implement base64_decode, validate http signatures 2 years ago
src Fix memory leaks, add logic to remove reacts, rename files/folders in HTTP submodules, rework timeline filtering, move http common files to new submodules, have the react result field 'me' filled in correctly 2 years ago
tools Start implementing inbox processing 2 years ago
.build.ignores Update readme, start model for owner 2 years ago
.builder.options.rb 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 2 years ago
.gitignore Split json layout from ap_activity, fill out more of the ap_activity structure 2 years ago
.gitmodules Fix memory leaks, add logic to remove reacts, rename files/folders in HTTP submodules, rework timeline filtering, move http common files to new submodules, have the react result field 'me' filled in correctly 2 years ago
LICENSE Initial commit 2 years ago
README.md Start crypto implementation, remove debug printfs, partial application of s/reverse_index/uri_index/, fix memory leak in rie_reader, start writing outbox processing 2 years ago
build.sh Start crypto implementation, remove debug printfs, partial application of s/reverse_index/uri_index/, fix memory leak in rie_reader, start writing outbox processing 2 years ago
clean.sh Start actual outbox processing 2 years ago

README.md

apoge

Personal ActivityPub server intended for single-user instances.

This software is intended to support exactly one user, and bot accounts owned by that user.

WARNING! This software is early in development and as such is missing most of the functionality one would expect from an ActivityPub server. Software is unstable.

USE AT YOUR OWN RISK.

Dependencies

libCURL

TODO

[ ] Autmatic verification of /inbox items [ ] Fetch signing keys [ ] Verify HTTP Signature [ ] Implement follow replies [X] Fetch remote account data [ ] Create outbox Accept activity [ ] Create notification [ ] Process /outbox [ ] Implement HTTP Signatures