X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/ff7d02f3a70d1531db8e22d5ea382d4dd774316a..e3ede4a7b12fd781e2ea8f7a97adb7806629d59f:/gameserv/Changes?ds=sidebyside diff --git a/gameserv/Changes b/gameserv/Changes index 84a225f..4d85fb5 100644 --- a/gameserv/Changes +++ b/gameserv/Changes @@ -1,4 +1,27 @@ +Version 1.2.2 +* Fixed the bug not allowing different config files to be used - kain +* Added an optional config file directive BOPER which makes + gameserv become an oper on the network - kain +* Added an optional config file directive USEPRIVMSG which makes + gameserv use /msg instead of /notice - kain +* Made the ignoreservers config file option work for bahamut - kain +* Fixed an error in do_register that was not adding the client to the + players list correctly, causing newly registered players to be + locked out of identifying until the next gameserv restart - kain +* Fixed an error that crashed GameServ if you tried to fight a player + lower than the configured level - kain +* Reduced the effect of potions since the price is down - kain +* Reduced the price of potions significantly - kain +* Added a few timeout events if you're not in a fight - kain + Version 1.2.1 +* Included a crontab script in all new distros now - kain +* Added a new flag that tells wether a person is playing instead of + relying solely on pointers - kain +* Added a mechanism to ignore on a nick to nick basis, and implemented + code to auto-ignore nicks on certain servers - kain +* Changed the HASH command to iHASH (case insensitive) and sHASH (case + sensitive) - kain * Gameserv no longer opers - kain * New config file directive: listenonc_forest... see gameserv.example.conf - kain