blob: 92fec0c5ea8b9006e4c0eb7e9917fab909330365 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
AUTHOR
Darkelarious
http://333networks.com
darkelarious@333networks.com
CHANGELOG
2.3.1 - 6 Jul 2017
* support for status query ()
* support for about query DEPRECATED!
* rewriting some functions with less code and/or variables
* abstracted selecting game properties with db function
* small bug fixes (lowercase gamenames)
2.3.0 - 13 May 2017
* maintaining a changelog
* added/changed configuration options
- db_dump (database dump interval)
- hex_format (removed, deprecated)
- master_applet (syntax changed, more arguments)
* revised uplinking method between 333networks-based masterservers
* load applet configuration into the database on startup
* load synchronization servers into the database on startup
* automatic masterserver selection for synchronization
* sharing of synchronization servers
* applet updating/deleting based on success rate
* scheduled database dumping/backup
* configurable time-outs for slow connections
* added experts tools in the repository for debugging
* reduce sync time with smarter database queries
* wide variety of bugfixes and code improvements
2.2.5 - 19 Nov 2016
* Reference point for changelog
* improved error logging
* hotfix for missing gamenames
* restored SQLite3 support
|