X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=45903ae0b36b2b151b3dca75b15e4e61b0be7424;hb=0b8cc0cae8719a4a06ee34ec6bd99f911efc1d9c;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=1c0a2202fe58159dd4d4197c4ff8b21f9387685e;p=infobot.git diff --git a/ChangeLog b/ChangeLog index e69de29..45903ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,77 @@ +1.5.4 +===== +* Updates to DebianExtra.pl: +- use soap for bug_info +- totally replace do_id with the copy from DebianBugs.pl +- fix ||= typo +- fix url->uri typo +- fix -> typo +- add some more debugging code to the do_id code +- remove useless bug => +- disable debugging output of the soap object returned +- soap returns multiple bugs in a single shot +- use strftime on the date + +* check for and use of old blootbot.(users|chan) files + + +1.5.3 +===== + +* New maxVolunteerLength to govern max size of non addressed replies + +* Cleaned up some of the regex code for what the bot considers a question + +* Fixed an obscure and undocumented variable that was disabling "query?" +questions in non addressed mode + +* Fixed bug in babelfish module due to site/html changes + +* Added chanset and help for verstats to allow disabling of command to prevent abuse + +* Fixed verstats to warn the channel about who involked the command and bug that +was causing the output to go to random channels due to loss of variable scope + +* Added infobot client to verstats and cleaned up a few other client regex + +* Fixed talkok bug with 'how are you' statement + +1.5.2 +===== + +* Correction to factoid updates to treat appending as a modification + +* Code formatting cleanups + +* Removed unmaintained patches directory + +* Changed +chan to chanadd + +* Changed -chan to chandel + +* Changed +ban to banadd + +* Changed -ban to bandel + +* Changed +host to hostadd + +* Changed -host to hostdel + +* Changed adduser to useradd + +* Changed deluser to userdel + +1.5.1 +===== + +* Fixed bug in factoid modification code that prevented matching against +created_by properly + +* New +M flag to allow modifying factoids created by same nick + +1.5.0 +===== + +* Rebranding from blootbot + +# vim:ts=4:sw=4:expandtab:tw=80