Dev report of JTS3ServerMod version 6.1.3

Started by Stefan1200, April 20, 2016, 06:41:31 PM

Previous topic - Next topic

Stefan1200

Since the next version 6.1.3 needs some more days to get released, I want to write down the next JTS3ServerMod changes for my donators.

As you can see at the version number, it will be no big jump, but some of you might be very happy with version 6.1.3. Here is the current changelog:

Version 6.1.3 (??.04.2016)
! Plugin API build is now 2, check out the new plugin API documentation.
  API changes:
  HandleTS3Events: Renamed handleClientEvents to handleTS3Events
  JTS3ServerMod_Interface: Changed parameter type from getClientListEntry(String clientID) to getClientListEntry(int clientID)
  API add:
  JTS3ServerMod_Interface: removeClientListEntry(int clientID)
  JTS3ServerMod_Interface: setChannelName(int channelID , String newName)
  JTS3ServerMod_Interface: removeChannelListEntry(int channelID)
+ New JTS3ServerMod config value bot_timezone to set the timezone of a bot.
  By default, the default timezone of the operating system will be used (like older JTS3ServerMod versions).
+ Added a new chat command findrule for BadChannelNameCheck and BadNicknameCheck.
  This allows you to find all matching regex rules for a name, good for testing if a regex rule is working (or not :)).
+ JTS3ServerMod start argument -versioncheck has different exit codes now. Very useful for an JTS3ServerMod update check in shell scripts.
  Exit code list:
  -1 = Error while requesting version information from www.stefan1200.de
   0 = No update available
   1 = New stable version is available
   2 = New development version is available
- Bugfix at Bad Channel Name Check: If more than one regex rule is matching a channel name at the same time,
                                    multiple error messages will be written into the bot log (invalid channelID / invalid clientID). (thx to Alexander S.)
o Changed the output of the chat command !botversioncheck a little bit.


Web Interface 3.0 Build 3019 (??.04.2016)
+ Complete redesign of the web interface settings.
+ You can set the timezone of the web interface now. By default, the timezone of the PHP installation will be used (like in older versions).


Current ETA: Sunday evening (CEST) 30. April / 1. May

HighTechHosting

Super Sache, freue mich schon auf die 6.1.3  ;)

Henrik Mertens


rimfire


Stefan1200

Version 6.1.3 ist nun erschienen, aktuelle Changelogs bitte aus dem Download Thread entnehmen.