-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
101 lines (67 loc) · 3.28 KB
/
ChangeLog
File metadata and controls
101 lines (67 loc) · 3.28 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
2008-11-13 Al Riddoch <[email protected]>
* src/netmsg.cpp: Fix transposed parameters to memset(). Thankyou
recent gcc ninga warnings.
2008-11-13 Al Riddoch <[email protected]>
* src/wrapunix.cpp: Fix misuse of syslog, giving a format string
as required.
2008-11-13 Al Riddoch <[email protected]>
* src/metaserver.cpp: Clean up running a program when a server
de-registers and report failures more clearly.
2008-11-13 Al Riddoch <[email protected]>
* src/metaserver.cpp: Clean up running a program when a server
registers and report failures more clearly.
2008-11-13 Al Riddoch <[email protected]>
* src/metaserver.cpp: Report an error if changing cwd to / doesn't
work.
2008-11-13 Al Riddoch <[email protected]>
* TestClient/dgclibig.c: Use fputs() rather than fwrite() to
output a normal character string.
2008-11-13 Al Riddoch <[email protected]>
* TestClient/wrap.c, TestServer/wrap.c: Remove the messy daemon
oriented functionality. Neither test program can be a daemon.
2008-11-12 Al Riddoch <[email protected]>
* src/handshakemsg.cpp, src/listrequestmsg.cpp,
src/listresponsemsg.cpp, src/metaserver.cpp,
src/serverkeepalivemsg.cpp, src/servershakemsg.cpp,
src/terminatemsg.cpp: Add C includes required by more recent
compilers.
2007-12-12 Al Riddoch <[email protected]>
* src/sigalrmhandler.cpp, src/signalhandler.hh: Add a virtual
destructor for SignalHandler, so the warnings go away.
2007-12-12 Al Riddoch <[email protected]>
* listresponsemsg.cpp, sock_ntop.cc: Remove obsolete non-distributed
files.
2007-12-12 Al Riddoch <[email protected]>
* listresponsemsg.hh, mainloop.cc, mainloop.hh, metaserver_version.h,
protocol_instructions.h, src/mainloop.hh: Remove obsolete
non-distributed files.
2007-12-10 Al Riddoch <[email protected]>
* configure.ac: Replace obsolete configure script.
* TestClient/Makefile.am, TestServer/Makefile.am, src/Makefile.am:
Clean up the way includes are handled.
2006-05-11 Al Riddoch <[email protected]>
* TestServer/dgclibig.c: Correctly initialise the fromlen variable
to the size of the address buffer when calling recvfrom.
2006-05-11 Al Riddoch <[email protected]>
* TestClient/dgclibig.c: Correctly initialise the fromlen variable
to the size of the address buffer when calling recvfrom.
Generic Game Metaserver ChangeLog
Initial Release
v1.0 September 17, 2000
Polished and waxed with lots of English text and published.
v1.1 September 30, 2000
Added command-line parsing to metaserver. Added complementary code
in test client and server to allow the user to specify port.
Metaserver can now return version and help information, and bind to a
specified port and/or specified IP address.
v1.2 November 16, 2000
Merged autoconf/automake, BSD port, and hostname lookups by Demitar.
Added ability to self-daemonize and behave politely as a daemon.
Configure your syslog to show you daemon notices to see its production
messages, and add daemon debug to see debug messages.
To activate debug code in the daemon, run configure under (t)csh as:
env CPPFLAGS=-DDEBUG ./configure
or under Bourne as:
CPPFLAGS=-DDEBUG ./configure
v1.3 January 20, 2004
Added ability to execute an arbitrary command on server list or delist.