Version 4.0.3.4 released

The changelog is a little bit incomplete, there are missing a lot of little fixes, I really recommend to use 4.0.3.4 instead of 4.0.3.2/4.0.3.3
Changelog
Core:
- Plugin system: removed the plugin sql connection check from version 4.0.3.3, since some plugins could use SQL just optional
- Plugin system: changed default value for "nservcon" to TRUE
- Plugin system: the update() method of core::status was called for every plugin that had nservcon = TRUE
- update_4032.php: fixed a SQL-query bug that happend on some mysql servers
- Status class: added GetHideServer / hidestatus
- Removed non server specific settings from /xml/settings/<settingset>/settings.xml
- Added new setting file with all non server specific settings /xml/settings/settings.xml
Plugins:
- All plugins: removed all nservcon TRUE defintions
- Database plugin: fixed SQL Query issue at searching/sorting the challengelist
- Install plugin: added missing SQL file support, installer will dump all available plugin sql files into the configured database
Live - core:
- Settings / live.xml: changed default value for usesu setting to false
- players class: added new ignorelist fetching, this allows to get the ignored status right at the player join process
Live - plugins:
- All plugins: removed all nservcon TRUE defintions
- New plugin: Clock, former 3rd-party plugin added to the release pack
- Admin plugin: fixed SQL Error when opening admins list
- Challenges plugin: "Reset Sort"-Button toggled the sorting direction on multiple calls
- Challenges plugin: fixed invalid jukeboxdata handling, bug was shuffling the jukebox sometimes
- Ladder plugin: fully new method to gather the ladder data
- Music plugin: added new setting option "autoopen", allows to open the music panel for every new joined player
- Music plugin: added new setting option "autochangetrack", allows to change the current track after mapchange
- Music plugin: added new setting option "forcemusic", disables the music panel and uses forceMusic method to play the musictracks
- Records plugin: fixed a SQL-query bug that happend on some mysql servers
- Servers plugin: fixed invalid Date field bug
- Servers plugin: added more view (thx to |Black|Co2ntra)