diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-22 10:19:44 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-22 10:19:44 +0000 |
commit | 4283f7b042db854c4371107918bb64f94498953e (patch) | |
tree | da064ff323d753455596dddb14587893882fbe03 /Changelog-Trunk.txt | |
parent | da17b9b18b29c9dda20ddcd52cc9d6f1c79ae72f (diff) | |
download | hercules-4283f7b042db854c4371107918bb64f94498953e.tar.gz hercules-4283f7b042db854c4371107918bb64f94498953e.tar.bz2 hercules-4283f7b042db854c4371107918bb64f94498953e.tar.xz hercules-4283f7b042db854c4371107918bb64f94498953e.zip |
Added 'ipban_cleanup_interval' option which determines how often expired IP bans are cleaned from the database. (bugreport:3734)
Modified ipban_check() to only include ipbans that haven't already expired. (bugreport:3734)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14161 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 a88ecfed6..f5e262954 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2009/11/22 + * Added 'ipban_cleanup_interval' option which determines how often expired IP bans are cleaned from the database. (bugreport:3734) [Paradox924X] + * Modified ipban_check() to only include ipbans that haven't already expired. (bugreport:3734) [Paradox924X] 2009/11/20 * Cleaned up mapreg dirty-marking code to only mark the mapreg as dirty when it actually is. (bugreport:3735) [Paradox924X] 2009/11/19 |