diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-07 19:34:54 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-07 19:34:54 +0000 |
commit | 37a7546e284e9f330b137178d6c4646842bde97f (patch) | |
tree | 80411355ed9c54266a8cd0c43d67ad8edda579f3 /Changelog-Trunk.txt | |
parent | 15d86669fb2fcedefa83d76cfe8b4bf3f110d481 (diff) | |
download | hercules-37a7546e284e9f330b137178d6c4646842bde97f.tar.gz hercules-37a7546e284e9f330b137178d6c4646842bde97f.tar.bz2 hercules-37a7546e284e9f330b137178d6c4646842bde97f.tar.xz hercules-37a7546e284e9f330b137178d6c4646842bde97f.zip |
Cleaning up of the socket code
- Shuffled includes around for files that were leeching off of socket.h
- Added code that enforces standard shutdown behavior for sockets
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9817 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9b645a7d5..0a4bc14b6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/02/07 + * Cleaning up of the socket code [ultramage] + - Shuffled includes around for files that were leeching off of socket.h + - Added code that enforces standard shutdown behavior for sockets * Removed old script bonuses bMatk, bMatk1, bMatk2. * Fixed char-server not sending online notification when a party member logs in. |