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)
- Enable using
- 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": 1instead
Bug Fixes, Performance and Maintenance
- Database is no longer locked while fetching
actorduring 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 ofSQLITE_BUSYerrors later