X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/d15caa3b28cc1a6d456b1aad93d3bb8253173676..1ddb41489c1d934efaccfe37639a7ca083bfefba:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a8bb3b6..689ef72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2008-11-11 Clinton Ebadi + + * source/Parser.C: GCC 4.x compilation fixes + + * source/ShitList.C: GCC 4.x compilation fixes + + * source/String.C: GCC 4.x compilation fixes + + * source/UserCommands.C: GCC 4.x compilation fixes + + * source/Channel.C: GCC 4.x compilation fixes + +2007-11-08 Clinton Ebadi + + * configure.ac (LDFLAGS): Append GUILE_LDFLAGS to fix non-standard + location builds + (CXXFLAGS): Append GUILE_CFLAGS to fix non-standard location + builds + + * guile.m4: Import guile.m4 (included in source tree since it + doesn't change often and this will allow building on machines + lacking a guile installation) + + * acinclude.m4: Fix underquoted AC_CPP macros + Include guile.m4 rather than copying here + +2007-10-05 Clinton Ebadi + + * source/Main.C (real_main): scm_eval_string debug initialization + instead of setting the flags directly as they are no longer public + in Guile 1.9.x + +2006-06-28 Clinton Ebadi + + * Release: 2.2.2 + + * scripts/bobot-utils.scm (bot:load): Fixed loop logic so that + directories other than the first entry in the load path are + actually searched + + * scripts/uname: redelim -> rdelim + + * AUTHORS: Added Stelz to the Help by section + + * source/Bot.C (readConfig): If a logfile starting in / is found + the logdir should be set to all but the last part of the filename, + and the logfile set to the last part to avoid breaking script + logging + + * scripts/bobot-utils.scm (bot:match-not-channel): Removed space + in regex so it works on freenode again + + * scripts/bobot-utils.scm (bot:sent-to-me?): Rewritten to call + bot:match-to-me when called and not when defined + + * source/Bot.C (Bot): Added argument to Interp::Startup2 + + * source/Interp.C (Startup2): Made to take a Bot as argument to avoid + a segfault + + * source/Bot.C (Bot): Create BotInterp before running + Interp::Startup2 () + + * Release: 2.2.1 + + * source/Bot.C (set_log_dir): Create directory if it doesn't exist + (readConfig): Catch case of a line consisting of whitespace and + don't print an error message + +2006-02-03 Clinton Ebadi + + * source/Interp.C (Startup): Removed loading of bobot-utils.scm + (Startup2): Load bobot-utils.scm here + + * source/Interp.H: Added Startup2 method + + * source/Bot.C (Bot): Call Interp::Startup2 + + * source/Main.C (main): Moved Interp::Startup call to after the + Bot is created + (main): Moved Interp::Startup back + +2005-09-12 Clinton Ebadi + + * bobot++.texinfo (High Level Message Functions): Removed + duplicate bot:say entry + (Channel Control): Converted section to new format, and documented + more commands + +2005-08-07 Clinton Ebadi + + * bobot++.texinfo (Bot Control Commands): Convert to @deffn and + documented commands + (Built-In Commands): Clarified when the channel argument must be + provided + +2005-07-21 Clinton Ebadi + + * bobot++.texinfo: Removed all multitables and replaced them with + lists + 2005-07-07 Clinton Ebadi * bobot++.texinfo (Shit Levels): Added section @@ -1103,6 +1204,6 @@ * source/Queue.C: Didn't notice iostream.h here! Fixed -Copyright 2002,2003,2004,2005 Clinton Ebadi +Copyright 2002,2003,2004,2005,2006,2007 Clinton Ebadi Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.