aboutsummaryrefslogtreecommitdiff
path: root/activitypub/activity.go
AgeCommit message (Collapse)Author
2022-06-19set retry on fail POST req. might be pointless thoughFChannel
since other parts require requests that cannont be delayed
2022-06-19send to correct actors incase not following directlyFChannel
2022-06-19first pass on federation workingFChannel
2022-06-19following pass throughFChannel
2022-06-19more cleanup, logging and error logging everywhereFChannel
things are mostly in place can work on "features" and polish
2022-06-19added error func and general cleanup/organizationFChannel
2022-06-19more organizing structs to have object functionsFChannel
need to fully test to be sure nothing broke with changes
2022-06-19converting functions to activitypub object functionsFChannel
2022-06-19creating new post and replying to post workingFChannel
2022-06-19restructured code base to prevent circular dependiciesFChannel