With MSync 1.4.0 we are implementing various bugfixes and changes.
With this update we solved issue #75 where some of the database queries were incompatible to MySQL 8.0. The new SQL syntax is cross compatible between MariaDB and MySQL 8.
We also changed the ban behaviour of MBSync, now when editing a ban, the ban time of the edit always updates the ban length. This means when I edit a 2 hour ban 1 hour after creating it, the ban will be edited to be 3 hours long to last 2 hours since the edit.
Some minor fixes include:
- Fix indexing nil value when removing a rank ( MRSync )
- Update code style according to GLuaLint