X-Git-Url: http://git.shatow.net/gitweb/wraith.git/blobdiff_plain/v1.2.14..v1.2.15:/doc/UPDATES diff --git a/doc/UPDATES b/doc/UPDATES index aaf532d..bc848af 100755 --- a/doc/UPDATES +++ b/doc/UPDATES @@ -1,3 +1,37 @@ +1.2.15 - http://wraith.botpack.net/milestone/1.2.15 +* Fix a possible segfault when binaries compiled wrong +* Fix a segfault in op cookies during a desync +* Remove cmd_netmsg and restrict cmd_msg so it cannot be used from botcmd. +* Fixed '+user' so that hostmasks are sanity checked. Ie, (test@test.com is added as *!test@test.com) +* Add links to FAQ/new site in cmd_help/cmd_about +* Cleanup some ctcp responses +* Add more ctcp version responses (mirc scripts), and some others, such as irssi/xchat/snak/cgi::irc +* Add more 'responses' (ie, kicks reasons) +* Added new chanset flag '+knock' which will make +y bots auto invite USERS. (No flag restrictions currently) +* Bots now check their own hostmask before opping or requesting assistance to join a channel +* Fix bans not being removed from channels when removed from bot. (fixes #352) +* Dont show portmin/portmax/pscloak/autouname/datadir/autocron in binary config unless they are not set to the default +* Fix possible situation where an error while saving userfile is not reported (fixes #287) +* Fix a bug where some nets did not save userfile correctly +* Fix a case where 'botcmd ?' would loop forever when a hub had a 1 character handle +* Change default realname to mimic bitchx +* Make the 'detect login' use less shell resources +* Fix bot hosts/users being cached internally as wrong, even when a new host is added +* Fix segfault in cmd_mmode (fixes #399) +* Fix segfault from receiving from non-recursive dns servers. (fixes #401) +* Fix some cases where the bot would pointlessly do WHO on users instead of on the channel to resolve a desync. +* Fix the bot not starting up when it is not allowed to run ptrace() (FreeBSD: security.bsd.unprivileged_proc_debug=0) +* Misc help cleanups +* Show kline reasons on connect to servers. (fixes #400) +* Fix case where binpath/datadir were not updated correctly when homedir changed. (fixes #169) +* For security purposes the following commands are now hub-only: botnick, botserver, botversion, botmsg, netnick, netserver, netversion +* Added cmd_nick to display leaf's current nick +* Change default ip/host/ip6 to a * in the binary config +* Silently fix user mistake of giving hostname in ip field in binary config +* Fix datadir being expanded to full path (fixes #405) +* Bots can now be started as ./binary bot.conf instead of ./binary bot. (Disable autocron and manually crontab it to start like this) +* Fix a very rare segfault when closing the identd socket (fixes #410) + 1.2.14 - http://wraith.botpack.net/milestone/1.2.14 * Fix another bug in shell functions. (fixes #321) * Fix some bugs with bot flags. (fixes #334 and #337 and #344) @@ -68,6 +102,7 @@ * Bots no longer die when receiving a corrupt userfile under some conditions * Delay for auto-op/voice (+O, +v) and +voice can now be set with 'chanset auto-delay' (default 5 seconds) * Update system now uses revisions instead of build timestamp +* Linux 2.2, Linux 2.4, and FreeBSD 4 are no longer supported. 1.2.13 - http://wraith.botpack.net/milestone/1.2.13 * Fix cmd_chanset accepting invalid flags