[project @ 2005-07-07 21:19:26 by unknown_lamer]
[clinton/bobotpp.git] / ChangeLog
index 7d0c40f..f62cad7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,44 @@
+2005-07-07  Clinton Ebadi  <clinton@unknownlamer.org>
+
+       * bobot++.texinfo (Shit Levels): Added section
+       (Scheme User Levels): Removed Section
+       (Adding New Commands): Updated ref to Scheme User Levels to refer
+       to the User Levels section, and changed a @code{} into a @{var}
+       (Sending Messages): Rewrote section
+       (High Level Message Functions): Merged bot:say and bot:msg
+       sections
+       (bot.users): Expanded section
+       (bot.shit): Added section
+
+       * source/Interp.C (interp_init_helper): Added bot:shit/none
+       /no-ban, /no-kick, and /no-deop constants to Scheme
+
+       * scripts/bobot-utils.scm (bot:sent-to-me?): Redefined as a
+       closure (this should create the regexp once instead of each time
+       the function is called)
+
+       * examples/bot.autoexec: Updated sample bot.autoexec
+
+       * examples/bot.users: Updated sample bot.users
+
+       * examples/bot.conf: Updated sample config
+
 2005-07-06  Clinton Ebadi  <clinton@unknownlamer.org>
 
+       * bobot++.texinfo (Sent Message Hooks): Documented hooks/send/who
+       and hooks/send/whois
+
+       * source/ServerQueue.C (sendWho): Call hooks/send/who
+       (sendWhois): Call hooks/send/whois
+
+       * source/Interp.C (interp_init_helper): Added hooks/send/who and
+       hooks/send/whois constants to Scheme
+
+       * source/BotInterp.H: Added SEND_WHO and SEND_WHOIS hook constants
+
        * bobot++.texinfo (Misc Scripting Stuff): Documented bot:who and
        bot:whois
+       (bot.conf): Document MAXNICKLENGTH
 
        * source/Interp.C (interp_init_helper): Add bot:who and bot:whois
        bindings to Scheme
        (toUpper): Use Utils::to_upper
        (trim): Use Utils::trim_str
 
-       * source/String.H: removed srep, replaced it with a std::string (my_string)
+       * source/String.H: removed srep, replaced it with a std::string
+       (my_string)
 
        * source/Utils.C (to_upper): Applied patch from Jos Hulzink
        <josh@stack.nl>