So there's been quite a few changes here. First, login and register commands are no longer logged, to prevent passwords from getting leaked via the console.
Also, there's now a configurable max password length, which will be used as the max VARCHAR length for the
password column in SQL databases. The default value is 128.
As a side note, the max length of existing password columns (SQL) will be automatically updated.
Also, 2 new restrictions were added for attacking and receiving damage.
Anyways, here's the full changelog.
Changelog:
- Added a configurable max password length, which will be used when defining the data type for the password column in SQL databases.
- Added 2 new restrictions for attacking and receiving damage.
- Added log filtering to prevent login and register commands from being logged.
- Fixed various bugs.
- Changed the chart ID of a bStats graph.