-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTODO
More file actions
32 lines (26 loc) · 1.23 KB
/
TODO
File metadata and controls
32 lines (26 loc) · 1.23 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
Generic Game Metaserver TODO List
At the moment, this code fulfills only the most basic function of a
traditional metaserver. That is, client/server matching works, and nothing
else. Further enhancements will be:
- Integrate the dotconf library so the server can read a configuration file
- Take advantage of the dotconf library's ability to handle modules to
modularize the entire server
- Create configurable client version checker and patch server module
- Create user chat module
- Create metaserver link module to enable a network of metaservers
- Extend server information gathered to include server type, server version,
number of players connected, and server uptime
- Port to other UN*Xs besides Linux
- Solaris(x86): need to come up with a solution for missing getopts_long()
- Wide character support for server type and other descriptive strings
These items won't necessarily be completed in the order listed. In fact, it's
unlikely. They'll be completed as time allows and demand requires.
DM
Completed 09/30/00 by DM
- Add commandline options, including help and version
Completed 001108 by Demitar
- Port to FreeBSD
- Support GNU autoconf and automake
- Lookup hostnames
Completed 11/16/00 by DM
- Add ability to self-daemonize