go-fed / apcore

Golang ActivityPub Server Framework
GNU Affero General Public License v3.0
104 stars 10 forks source link

support Server Actor #32

Closed cjslep closed 3 years ago

cjslep commented 3 years ago

Add a single special actor supporting server-level behavior.

Investigate how other software supports this actor and conform to their conventions, if possible.

cjslep commented 3 years ago

abb5ab6a6fd51690b9d183a1a4e181b9962536f9 is the first part to support this

cjslep commented 3 years ago

3e03e8b49a0c4537fa959952f08ffdffdf2ef429 completes the initializing of the singleton and serving of the actor.