summaryrefslogtreecommitdiffstats
path: root/server/src/apub/activities.rs
AgeCommit message (Expand)Author
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-07-01Federation async (#848)Riley
2020-06-25Switching back to isahc.Dessalines
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-17Changing another blacklisted to blocklisted.Dessalines
2020-06-01address review commentsFelix Ableitner
2020-05-16Merge branch 'yerba_rework-imports' into federationDessalines
2020-05-16Rework importsFelix
2020-05-15Federated mentions. Fixes #681 (#717)Dessalines
2020-05-14Use ActorType for sign/verify, instead of passing raw privatekey/actor_idFelix
2020-05-14remove outdated commentsFelix
2020-04-27Lots of additions to federation.Dessalines
2020-04-26Making a trait function for follow and accept.Dessalines
2020-04-24Some more cleanup.Dessalines
2020-04-24Some fed fixes.Dessalines
2020-04-19Verifyt http signaturesFelix
2020-04-19Simplify signing codeFelix
2020-04-18Add http signature to outgoing apub requestsFelix
2020-04-18Fix bug in whitelist implementationFelix
2020-04-17Implement instance whitelistFelix
2020-04-17Added documentation for most functionsFelix
2020-04-17Some code cleanup and better loggingFelix
2020-04-15Send activities to correct inbox, seperate community/user inboxesFelix
2020-04-14Implemented follow/acceptFelix
2020-04-13Get inbox working properlyFelix
2020-04-10Add to/cc (and a bunch of todo)Felix
2020-04-09Minor code cleanupFelix
2020-04-09Implement create activityFelix