Release Notes: Several functions has been stripped from addserver to be standalone functions. You can edit several settings also after adding the server (password, maxusers, and servername). You can add users to the server. getglobalinfo() is a new function for information about the main server. If a server was already stopped it wasn't deleted; this has been fixed. Non-visible characters are trimmed in some functions. str_replace is used instead of preg_replace. PHP was trying to allocate a huge amount of memory with preg_replace with some large lists. Several typos in the documentation have been fixed.


Release Notes: Several functions has been stripped from addserver to be standalone functions. You can edit several settings also after adding the server (password, maxusers, and servername). You can add users to the server. getglobalinfo() is a new function for information about the main server. If a server was already stopped it wasn't deleted; this has been fixed. Non-visible characters are trimmed in some functions. str_replace is used instead of preg_replace. PHP was trying to allocate a huge amount of memory with preg_replace with some large lists. Several typos in the documentation have been fixed.