2006-03-01 11:04:47 -07:00
|
|
|
PvPGN C++ conversion changelog
|
|
|
|
================================
|
|
|
|
|
|
|
|
What is this file all about?
|
|
|
|
----------------------------
|
|
|
|
As some of you might have noticed PvPGN is currently undergoing lots of changes
|
|
|
|
while the code is being converted from C to C++. This file is ment to keep
|
|
|
|
track of the changes made - and possible implications to users/admins.
|
|
|
|
|
|
|
|
Changes:
|
|
|
|
--------
|
|
|
|
|
2006-11-05 09:02:35 -07:00
|
|
|
bnetd/handle_irc*, bnetd_handle_wol*, bnetd/irc.*:
|
|
|
|
- merged WOL specific patch (better WOL support, cleaner code seperation)
|
|
|
|
|
2006-03-01 11:04:47 -07:00
|
|
|
bnetd/ladder*:
|
|
|
|
- no longer supports output of xml ladder files (at least so far)
|
|
|
|
|
2006-06-24 14:41:09 -06:00
|
|
|
bnetd/mail
|
|
|
|
|
2006-03-01 11:04:47 -07:00
|
|
|
bnetd/adbanner:
|
|
|
|
- requires changes in conf/ad.conf (unique id)
|
2006-04-02 14:22:12 -06:00
|
|
|
- requires changes in conf/ad.conf (language tag)
|
2006-03-01 11:04:47 -07:00
|
|
|
|
|
|
|
common/fdwatch*:
|
|
|
|
- no functional changes
|
2006-06-24 14:41:09 -06:00
|
|
|
|
|
|
|
compat/pdir
|
|
|
|
- converted to "Directory" class
|