aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2017-08-22 11:00:13 +0200
committerDarkelarious <darkelarious@333networks.com>2017-08-22 11:00:13 +0200
commitc06322da38b4cb76b2036af1a5448083adb8ff20 (patch)
tree189c9f0fec3325be927f763aba23cf18aa68cfe4 /CHANGELOG
parente0d727670cbeda0db0812c5c9efc503d75f8d0a4 (diff)
downloadMasterServer-Perl-2.4.0.tar.gz
MasterServer-Perl-2.4.0.zip
new server checking mechanism, complete recode of major functionsv2.4.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 92fec0c..500eb12 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,28 @@ AUTHOR
darkelarious@333networks.com
CHANGELOG
+2.4.0 - 22 Aug 2017
+ * fundamental changes in behaviour
+ * no longer authenticate on the uplink port, but query port
+ * request status information from servers instead of info and/or basic
+ * merge similar functions to reduce the amount of duplicate code
+ * parse datagrams with split, which allows undefined values
+ * new servers must always authenticate on the first beacon
+ * particular games can be allowed to have incorrect authentication responses
+ * games that do not support secure/validate authentication may be skipped
+ * redundant option "require_secure_beacons" removed from config
+ * mandatory fields for contact information must always exist
+ * minimal feedback on failure to authenticate (clients)
+ * new database tables (clean install required)
+ * adding multiple indexes to speed up database queries
+ * split up calculating game statistics in separate queries
+ * no longer check servers after being unresponsive for more than 1 hour
+ * pending servers are cleaned out after 1 hour if not responsive
+ * pending servers have no information stored other than ip, port
+ * servers that were offline too long are now updated through pending
+ * renamed feedback/log messages to reduce the amount of types
+ * colors in terminal output ^_^
+ * new utility: UDP browser host (for Postal 2 COop)
2.3.1 - 6 Jul 2017
* support for status query ()