v0.50 -- Jul 2004, 5
- added Steam support (warning: slight change in configs, using 'authid'
instead of 'wonid')
- updated MySQL client library to v4.0.20 (note: Windows users must copy
libmySQL.dll to their HLDS folder)
v0.42 -- Nov 2002, 3
- nickname protection system now supports p2_active cvar
- fixed a bug displaying a random string in user welcome message in case
of a mysql error
- added log verbosity for nickname protection system
v0.41 -- Oct 2002, 31
- fixed mysql error 'commands out of sync' for webmod interface
v0.40 -- Oct 2002, 31
- fixed p2 sometimes bad counting players (sv_timeout workaround for
connections refused by other metamod plugins)
- fixed multiple mysql connections when changing maps
- added p2_type 4 : refuse unknown players if there are at least (cvar)p2_min
known players
- added cvar p2_forcenames, to ensure known players use their known name,
and protect them (anti-fake)
- added webmod 0.43 interfacing functions
v0.32 -- Sep 2002, 28
- added some logging verbosity
- attempted to fix p2 reporting more registered players than actually
connected
v0.31 -- Sep 2002, 23
- fixed mysql error 'commands out of sync' when unregistered players tried
to connect after registered ones
v0.30 -- Sep 2002, 23
- added abilty to (de)activate p2 (p2_active cvar)
- added several working modes, set by p2_type cvar :
0 : server will only accept known players
1 : server will accept all players -- if a known player connects when the
server is full, the highest ping unknown player (if any) will be kicked
2 : server will only accept unknown players when there are at least (cvar)p2_min
known players
3 : combination of types 1 & 2
*warning* one slot will be reserved for types 1 & 3 ; maximum number of
players will be (cvar)maxplayers-1
- added ability to lock configuration after automatic load at map start
(server rentals : write-protect config files, then prevent your customers
from changing anything)
v0.20 -- Sep 2002, 15
- added file support instead of mysql database
- added ip recognition instead of wonid
- added users table preloading (in order to save from lags when players
connect if MySQL and HL servers are not on the same LAN)
- added ability to append anything to mysql query
v0.10 -- Sep 2002, 6