X-Git-Url: http://git.shatow.net/gitweb/wraith.git/blobdiff_plain/v1.2.15.1..v1.2.16:/doc/UPDATES diff --git a/doc/UPDATES b/doc/UPDATES index 86b75ec..68552e3 100755 --- a/doc/UPDATES +++ b/doc/UPDATES @@ -1,3 +1,38 @@ +1.2.16 - http://wraith.botpack.net/milestone/1.2.16 +* Add 'set altchars' so that alternative characters used for nicks can be changed. (fixes #418) +* Fix channels added by cmd_slowjoin not having the user who added them associated with the channel. +* Removed BDHASH as it wasn't even used. +* SHELLHASH now supports SHA1 hashes. +* Fix segfault from receiving truncated DNS replies. +* Remove 'set mean-kicks' and change to 'chanset +meankicks' (default on, does not upgrade from old .set, must unset after upgrade if wanted) +* Don't check last/promisc unless linked. +* Speed up botnet parsing / set lookups /cmd_help a bit +* Fix some various issues with initial setups and new PackConfig format +* Greatly sped up binary startup - lower resource usage for cron checks, etc. +* checkchannels now displays server. (fixes #420) +* Added 'jupenick'. Jupenick is preferred over 'nick' but only 'nick' will be rotated with altchars. Ie, nick_, nick-, etc. (fixes #421) +* Added 'link_cleartext' which allows disabling of cleartext bot linking (needed for upgrades) +* Fixed bug where salts were not written to binary when first generating them +* Fixed countless buffer overflows. (fixes #226) +* Fixed a rare segfault on userfile transfer timeouts +* Fixed bots getting confused about their hub/uplink after userfile transfer fails (fixes #61) +* Fixed cmd_handle not properly bounds checking max handlen. (fixes #305) +* Bans are now only retrieved from server after being opped. (addresses #406) +* Update efnet server list and add new alias 'bs' for botset. (To get new defaults: 'set -YES servers -' and 'set -YES alias -') +* Fix /ctcp FINGER leaking shell username when using oidentd +* Fix ISON not working on some ircds. +* Fix a socket leak from timed out userfile transfers. +* Fixed bot dying off when it can't create a temporary file. (fixes #412) +* Show connection time in cmd_(net|bot)server now. +* Fix a segfault in the settings handling code. (Could create very random looking segfaults) +* Disable bot +f as all it did was cause a segfault. The flood code is unfinished. (fixes #429) +* Fix cmd_slowjoin not counting bots correctly. (fixes #431) +* Added telnet 'tcl expect' script in scripts/telnet.exp. Can be used for easier hub management over telnet from shell. +* Fix 'cmd_rehash' problems on hubs. +* Fix 'HQ' user getting wiped in -t mode resulting in a crash. (fixes #298) +* Fix bots linking to the wrong hub not giving a good reason why they failed in the log. (fixes #369) +* Fix segfault on some ircds after restart due to them not giving 005 information on VERSION. (fixes #378) + 1.2.15.1 * Fix leaf bots not updating behind other hubs (fixes #419)