pvpgn-server/conversion-changelog

30 lines
805 B
Text
Raw Normal View History

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:
--------
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)
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
compat/pdir
- converted to "Directory" class