Olaf Rempel
7f0b2fd78f
- games added: avp2, bfv, igi2, jk2, jk3, rtcw, ut2k3, ut2k4 - sendqueue removed (no need to do ratelimiting) - serverlist.c + scanner.c merged, removing one thread - daemonize & run-as-user support
18 lines
761 B
Plaintext
18 lines
761 B
Plaintext
* Thu 31 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.52
|
|
- games added: avp2, bfv, igi2, jk2, jk3, rtcw, ut2k3, ut2k4
|
|
- sendqueue removed (no need to do ratelimiting)
|
|
- serverlist.c + scanner.c merged, removing one thread
|
|
- daemonize & run-as-user support
|
|
|
|
* Sun 27 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.51
|
|
- added configfile parser, added configfile support to subsystems
|
|
- plugins: replaced con/destructor with dlsym() peeking
|
|
|
|
* Sat 26 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.50
|
|
- supported games: bf1942, cod, cod:uo, d3, ef, et, halo, q2, q3, ut
|
|
- added autoconf/automake/libtool support
|
|
- plugins: replaced _init() / _fini() with ((constructor)) / ((destructor))
|
|
|
|
* Mon 14 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.10
|
|
- initial version
|