Releases: osuTitanic/anchor
Releases · osuTitanic/anchor
1.4.4
1.4.3
What's Changed
- Remove usage of unused
BanchoPacket
- Fix
NotActivated
login error on modern clients - Fix rank #0 being sent on old clients
- Move match finish logic to
Match
object - Remove score queue in favor of thead-safe score updates
- Bypass multiaccounting checks for bots
- Implement beatmap topic ids
- Gracefully handle
NoneType
slots to not crash the whole server - Remove osu-error logging in admin channel
- Remove http bancho threading
- Dependency Updates
- Submodule Updates
- Add benchmark object and repository
- Add beatmap modding table object
- Disable automatic sqlalchemy migrations
- Increase pool timeout
- Refactor full-text search inside
beatmapsets
repo - Implement some amount of fuzzy searching
- Implement resource mirror ratelimit checks
- Prevent titanic from calling bancho mirrors with local maps
- Add function to wait for database connection before startup
- Truncate webhook error contents if too large
Full Changelog: 1.4.2...1.4.3
1.4.2
What's Changed
- Fix stats updates after score submission
- Fix pings once again
- Disallow any packet actions when not logged in
- Refactor packet threading logic
- Use
reactor.callFromThread
to improve stability - Add
is_bot
touser_properties
for amplitude tracking - Add packet threading to http client
- Refactor http error handling
- Refactor tcp error handling
- Use
callFromThread
for transport in tcp disconnect - Submodule updates (osuTitanic/common@20b90f2...d9ea31d)
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- Updated dependencies
- Fix nonetype silence_end in !silence
- Fix
getErrorMessage
call onException
type - Add staff members to verified group by default
- Add configuration for multiaccounting checks
- Add login & packet threading
- Disable client timeouts under high server load
- Allow for bots to bypass message spamming checks
- Fix rank #0 display
- Submodule updates (osuTitanic/common@07543c3...20b90f2)
Full Changelog: 1.3.0...1.4.1
1.3.0
What's Changed
- Add total score cap to prevent clients from crashing & fix #0 ranks after unban by @Lekuruu in #335
- Fix multiple releases with same version column by @Lekuruu in #336
- ermmm akshually by @how-to-do-frontend in #337
- Add command threading, peppy message handler & code cleanup by @Lekuruu in #341
New Contributors
- @how-to-do-frontend made their first contribution in #337
Full Changelog: 1.2.10...1.3.0