Skip to content

MultiAdmin 3.2.2

Compare
Choose a tag to compare
@ButterscotchV ButterscotchV released this 21 Sep 23:26
eced3a1

Config Changes

  • Added double and decimal configs
  • Made memory checking use longs for byte data and use decimals for megabyte data to have lossless megabyte to byte conversion
    • All memory related configs now use a decimal value
  • Added safe shutdown check delay and timeout configs
    • safe_shutdown_check_delay, the time in milliseconds between checks for if a server is still running
    • safe_shutdown_timeout, the time in milliseconds before MultiAdmin gives up safely shutting down a server and just closes
  • Added StringMatches to default debug blacklist
  • Added config restart_every_num_rounds_counting
  • Added config for max read attempt count output_read_attempts

Misc Changes

  • Optimized the new input system
  • Added unit testing
  • Changed StringMatches to use proper debug logging
  • Changed attempt delay, increasing it slightly to hopefully account for slower read/write speeds
  • Added new version number for tester builds (ex. why it's 3.2.2.2 rather than 3.2.2), this should help make testing easier

Bug Fixes

  • Fixed InheritableConfigRegister being used instead of ConfigRegister
  • Fixed the Mono version checker incorrectly reporting versions as out of date
  • Fixed file name matching not matching the first part of a pattern correctly, or not matching if the pattern is too short
  • Fixed potential integer overflow with round end counting