github dimkr/tootik v0.20.0

latest releases: v0.22.0, v0.21.2, v0.21.1...
5 months ago

Added

  • Support for invite-only registration
    • Enable using "RequireInvitation": true
    • Users are allowed up to MaxInvitationsPerUser (defaults to 5) open invitations
    • Unused invitations expire after InvitationTimeout (defaults to two weeks)
  • Support for profiling using net/http/pprof
    • Disabled in release builds
    • With a randomized 32 letters prefix

Removed

  • Gopher support
  • Finger support
  • Guppy support
  • -closed: use "RequireInvitation": true, "MaxInvitationsPerUser": 0, "InvitationTimeout": 1 instead

Bug Fixes, Performance and Maintenance

  • Database is no longer locked while fetching actor during processing of an activity: this can take a long time and fail other database operations
  • By default, transactions are started using BEGIN IMMEDIATE, to reduce the likelihood of SQLITE_BUSY errors later

Don't miss a new tootik release

NewReleases is sending notifications on new releases.