Releases: modernuo/ModernUO
Releases · modernuo/ModernUO
0.7.0.1
Replacing Networking (#271) - [X] Removing Kestrel & Libuv - [X] Cleaning up NetState - [X] Removing System.IO.Pipelines - [X] Cleaning up packet reading - [X] Adds a maximum of 5000 sockets (configurable) to prevent OOM - [X] Replaces the AsyncState with a thread-safe wrapped boolean called NetworkState - [X] Removes Parallel.ForEach (no perf gain) - [X] Removes custom houses compression on another thread - [X] Test high load scenarios Bumps release version
0.6.3.43
Updates mobile lift requests (#273) Bumps release version
0.6.3.37
Fixes chat (#265) - [X] Fixes crash from chat and newer clients - [X] Fixes issue with fake names being used - [X] Fixes potential issue with RawName being null - [X] Adds chat to modernuo.json settings - [X] Removes old chat - [X] Removes chat event sink since it probably isn't needed. Bumps release version
0.6.3.36
Fix switch-expression related error message (#264) Bumps release version
0.6.3.35
Fixes JSON WorldConverter (#263) - [X] Adds Map index support for JSON MapConverter - [X] Files JSON WorldConverter - [X] Removes LINQ for Map.Parse Bumps release version
0.6.3.32
Fixes dupe exception (#258) - [X] Cleans up ActivatorUtil - [X] Fixes dupe exception - [X] Fixes a bug in BasePotion - [X] Fixes a few possible memory leaks Bumps release version
0.6.3.30
Reverts a weird change that should never have happened (#255) - [X] Reverts CheckHouse to fix an NPE in CouldFit Bumps release
0.6.3.28
Bumps native versions to fix MT (#253) - [X] Updates zlib to 1.3.0 - [X] Updates argon2 to 1.7.0 Bumps release version
0.6.3.14
Fixes exiting/crash handling/ctrl+c (#237) - [X] Fixes handling of CTRL+C - [X] Fixes crash guard (but should really be rewritten - [X] Fixes exiting/restarting Bumps release version
0.6.3.13
Fixes account creation with terminals that use redirection (git bash)…