X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/980ce0f46cad6ac689456d3e4e3635b7c04c0c9c..5c73c60a95f257c87432f6b7fe9fb8ffa6cbfdef:/ChangeLog diff --git a/ChangeLog b/ChangeLog index aa9172a..e3cfd5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2005-06-24 Clinton Ebadi + + * source/ScriptCommands.C (sendNotice): Returns error code instead + of just #t or #f + + * source/Commands.C (Say): Check to make sure target is a channel + (Msg): Extended to send messages to channels + +2005-06-23 Clinton Ebadi + + * scripts/bot.scm: Added file ((bobotpp bot) module for other + modules to gain access to bobot++ interface) + + * source/Commands.C (Notice): Commented out check/abort if target + is a channel (there doesn't seem to be a reason for this to not work) + + * source/Interp.C (interp_init_helper): Register bot:notice with scheme + + * bobot++.texinfo (High Level Message Functions): Document bot:notice + + * source/Message.H: Added operator== to Message (tests for error + code equality) + + * source/Commands.C: Removed message type macros + + * source/Message.H: Moved message type macros to Message.H + + * source/ScriptCommands.C (sendNotice): Implemented sendNotice + + * source/ScriptCommands.H: Uncomment sendNotice + + * source/Bot.C (waitForInput): Use %02d when formatting + Hooks::TIMER argument instead of %2d, and switch to snprintf to + enforce max length + + * bobot++.texinfo (Hooks): Clarified intro text about hooks (order + of processing). + + * source/Bot.C (run): Added call to Hooks::DISCONNECT + (hooks/disconnect) when the bot is disconnected from the server + + * bobot++.texinfo: Applied documentation patch from Dale P. Smith + (Hook Types): Added hooks/disconnect argument + +2005-06-06 Clinton Ebadi + + * bobot++.texinfo: Change @vskip 0 to @vskip 0pt to make this work + again (thanks dsmith) + +2005-06-01 Clinton Ebadi + + * source/Interp.C (interp_init_helper): Added + bot:protection/[none|ban|kick|deop] constants to Scheme + (interp_init_helper): Added bot:aop/[yes|no] constants + +2005-05-31 Clinton Ebadi + + * configure.ac: Release Bobot++ 2.1.7 + Changed version to 2.18.CVS + + * source/UserList.C (save): Remove workaround for BUG #2 + + * source/Parser.C (parse001): make realNick lowercase when doing + the comparison to bot->nickName to prevent pushing a second copy + of the bot onto the userlist (closes BUG #2) + + * source/Bot.C (Bot): cleaned up constructor + (waitForInput): replaced gh_list with scm_list_n + + * source/UserList.C: Cleaned up some formatting + + * source/Main.C: Formatted code more cleanly + (real_main): changed a few Strings to std::strings + + * source/String.C (operator): Made index signed again, it's not + worth fixing this warning + + * source/Bot.C: Add casts to make this compile with unsigned int + as operator[] in String + + * source/String.C (operator): Made index unsigned + + * source/Utils.C: Made a few things unsigned to kill warnings + + * source/Socket.C (readLine): Made pos unsigned + + * source/Bot.C (Bot): Fixed initializer list order to kill warnings + + * source/BotInterp.C (RunTimers): Removed unused variable (Timer *t) + + * source/StringTokenizer.C (count_tokens): Changed return type to + unsigned int + (more_tokens_p): Made counter unsigned + + * source/StringTokenizer.H (class StringTokenizer): Made pos + std::string::size_type instead of int + + * source/Commands.C (TBan): Returns Ok is the ban is done instead + of falling off the end (oops) + + * source/BotInterp.H: Add general catch case (false) + 2005-03-11 Clinton Ebadi * configure.ac: Release 2.1.6