- added receive-queue - changed plugin_helper api from void* to uint offsets - gamespy1 multi-packet response support - q3engine plugin rewrite - added halflife plugin
- 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
- added configfile parser, added configfile support to subsystems - plugins: replaced con/destructor with dlsym() peeking
- added autoconf/automake/libtool support - plugins: replaced _init() / _fini() with ((constructor)) / ((destructor))