Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.

AGPL-3.0 License

Stars
269
Committers
7

Bot releases are hidden (Show)

Activity-Relay - v1.1.2rc1

Published by yukimochi almost 2 years ago

Other Changes

  • Update go-fed/httpsig
  • Add Conpatibility for Misskey < 12.111.0
Activity-Relay - v1.1.1

Published by yukimochi almost 2 years ago

Other changes

  • Update dependencies.
Activity-Relay - v1.1.0

Published by yukimochi about 3 years ago

New feature

  • Use logrus (change loglevel support)

Other Changes

  • Update dependencies.
  • Fix typos.
Activity-Relay - v1.1.0rc1

Published by yukimochi about 3 years ago

New feature

  • Use logrus (change loglevel support)

Other Changes

  • Update dependencies.
  • Fix typos.
Activity-Relay - v1.0.0

Published by yukimochi over 3 years ago

New feature

  • All feature are united in one-binary.
  • Official support for Linux services
  • Variable config location.
  • New command system.

Other changes

  • Fix typos in code.
  • Document is renewal! See here

Migration notice

  • Do Export config for backup before upgrading. (ex. ar-cli config export)
  • Redis schema is not changed
  • config.yml has new required parameter JOB_CONCURRENCY
  • docker-compose.yml is changed. Please check and compare differences.
  • entry command is changed.
    • server -> relay server
    • worker -> relay worker
    • ar-cli -> relay control
Activity-Relay - v1.0.0rc2

Published by yukimochi over 3 years ago

Other changes

  • Fix typos in code.
Activity-Relay - v1.0.0rc1

Published by yukimochi over 3 years ago

New feature

  • All feature are united in one-binary.
  • Variable config location.
  • New command system.

NOTE: This version has many breaking changes included.

Activity-Relay - v0.2.9

Published by yukimochi over 3 years ago

New feature

  • Customizable job concurrency by config file.

Bug fix

  • ar-cli command results ware not affect in running servers.
  • improve tests

Other changes

  • Support Go 1.16
Activity-Relay - v0.2.9rc1

Published by yukimochi over 3 years ago

New feature

  • Customizable job concurrency by config file.

Bug fix

  • ar-cli command results ware not affect in running servers.
  • improve tests
Activity-Relay - v0.2.8

Published by yukimochi about 4 years ago

Bug fix

  • Prevent redundant retry in registor job. #39
    • Mitigation for unfollowing unreachable server make a lot errors #35.
Activity-Relay - v0.2.7

Published by yukimochi over 4 years ago

New feature

  • Support nodeinfo 2.1 🎉 (#31 )

Bug fix

  • Fix Retrieve Actor. (#37 )

known Issue

  • Unreachable server unfollowing make fuge errors. (#35 )
Activity-Relay - v0.2.7rc1

Published by yukimochi over 4 years ago

New feature

Activity-Relay - v0.2.6

Published by yukimochi over 4 years ago

Bug fix

  • Fix not closed http.client in worker.
Activity-Relay - v0.2.4

Published by yukimochi about 5 years ago

Minor changes

  • Reduce intense redis access.
  • User-Agent contains git-commit hash.
Activity-Relay - v0.2.3

Published by yukimochi over 5 years ago

New feature

  • Configuration by file (config.yml).
  • Configurable Actor Name, Summary, Icon image, Header image.
  • Activity-Relay CLI new commands domain unfollow, follow update.

Migrate notice

  • Configuration REDIS_URL format changed. (ex. 127.0.0.1:6379 -> redis://127.0.0.1:6379)

Other changes

  • Omit empty in JSON.
  • Remove missing Content-Type. (Improve Pleroma compatibility.)
Activity-Relay - v0.2.2

Published by yukimochi over 5 years ago

New feature

  • Use null logger in worker. Now huge noisy logs are far away 🎉.

Other changes

  • Update dependency (Go 1.12 and so on...)
Activity-Relay - v0.2.1

Published by yukimochi over 5 years ago

New feature

  • Send block request. To force unfollow relay from instance.

Other changes

  • Fix bug in CLI (show invalid domain given error if collect input.)
Activity-Relay - v0.2.0

Published by yukimochi almost 6 years ago

New feature

  • All information of relay exporting, importing feature (via json).
  • RemoteActor Caching feature.

Migrate notice

  • Activity-Relay CLI commands changed.

Other changes

  • Use Cobra as a CLI Framework.
  • Use Viper as a Configration manager.
  • Fix some bugs.
  • Refactoring many code.
Activity-Relay - v0.2.0rc2

Published by yukimochi almost 6 years ago

New feature

  • RemoteActor Caching feature.

Other changes

  • Update dependency
  • Fix some bugs.