Releases: NicolasConstant/BirdsiteLive
Releases · NicolasConstant/BirdsiteLive
BirdsiteLive 0.23.0
Added
- IP Whitelisting
- Support IP redirection (reverse proxy support)
- Post auto-deletion after some period of time (default 20 days, min 1 day, max 90 days)
Changed
- ASP.NET 6 migration
BirdsiteLive 0.22.0
Added
- Federate migration process to other known instances (source: the-federation.info)
Fixed
- Reordering info in user profile to always show migrated status instead of protected status
BirdsiteLive 0.21.0
Added
- Twitter user migration process
- Twitter user deletion process
Changed
- Better disclaimer of BSL nature in profile view
Fixed
- Remove user if not followed anymore
BirdsiteLive 0.20.0
Added
- First iteration of ActivityPub
Delete
support - Auto-clean up failing Followers after a threshold
- Environment Variables to set auto-clean up's threshold
- Environment Variables to set Users cache's capacity
- Support for URL in the webfinger endpoint
Changed
- Prevent saturation of the User API by checking its state before the call
- Proper error handling and better status code response
- Proper error HTML page when the call is due to a saturated API
Fixed
- Removed debug tooling in release build
Unreleased
- ActivityPub
Delete
support isn't working as intended, fix will come in next release
BirdsiteLive 0.19.1
Fixed
- Initialize properly accounts added after an instance saturation, and mirror them properly after that
- Handle properly errors on not responding accounts on initialization
BirdsiteLive 0.19.0
Added
- Statistics: Count of errors when trying to retrieval a Twitter User
- Statistics: Count of errors when trying to publish data to a ActivityPub Follower
- Auto-clean-up of continuously failing Twitter Users (probable causes: account deleted/banned/made private), default setting will proceed after 700 errors (a bit more than 1 week of continuously failing)
FailingTwitterUserCleanUpThreshold
Setting to set the clean-up threshold
Changed
- Reduced Twitter TL call to 1000 per 15 mins to respect daily limit
BirdsiteLive 0.18.0
Added
SensitiveTwitterAccounts
settings to publish content under CW on some accounts, contribution of @nytpu
BirdsiteLive 0.17.0
Added
- BSLManager, an admin tool to handle the instance
- BSLManager documentation
BirdsiteLive 0.16.2
Changed
- Increased limit of users
Fixed
- Fix follow issue with some AP software (Hometown)
BirdsiteLive 0.16.1
Fixed
- Fixed mention parsing