James Mortemore
James Mortemore
Exporting a database which has tables using binary columns results in the following: ``` INSERT INTO `table` VALUES ('f43f8ec9','Development','\�\��;\�C����:\�\�'... ``` Adding `--hex-blob` flag to mysqldump produces a correct export. Please...
Interesting project. Are there any plans to support other database drivers such as [mysql2](https://github.com/sidorares/node-mysql2)?
# Plugin Changes - Migrate Geoip functions into a separate addon - BanManager-GeoIp - Not used very much according to stats, and would significantly reduce the overall JAR size -...
Currently the expiry date time format is hard coded with space separators. Add a new message key under `time` to define the separator.
Currently the AsyncPlayerChatEvent is set on start up. /bmreload should unregister and register it again with the new priority
When importing H2 data into MySQL/MariaDB, the state_id's for the default report states are wrong. This is an issue as by reports default to state id `1`.  Either the...
Current rollback behaviour is inconsistent depending on when a user was banned/unbanned and potentially rebanned. Instead of looping through all bans, and then unbans etc serially, build a view of...