Skip to content

MSync v1.4.0 - SQL Update

Latest
Compare
Choose a tag to compare
@ApertureDevelopment ApertureDevelopment released this 06 Mar 13:57
66c9f5a

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