James Mortemore

Results 33 issues of 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...

type: enhancement
type: service

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 -...

enhancement

Currently the expiry date time format is hard coded with space separators. Add a new message key under `time` to define the separator.

enhancement

Currently the AsyncPlayerChatEvent is set on start up. /bmreload should unregister and register it again with the new priority

enhancement

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`. ![](https://cdn.discordapp.com/attachments/664808009834299393/808117956436295690/unknown.png) Either the...

bug

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...

bug

Support importing data from MaxBanPlus

enhancement