X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/ae97d6ecf49738b9e0e253a07db0b07a28fee05e..2427f0c95b0efe7818eeffa2d1a8ce30ff1a9da2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8af66ea..5626433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2005-07-04 Clinton Ebadi + + * scripts/bobot-utils.scm (_deprecated-fun): Set + current-error-port to bot:logport while calling + issue-deprecation-warning + + * bobot++.texinfo: Grammar fixes on the title page + (Configuration): Added more info on config files. + (bot.conf): Added xrefs for server syntax and channel syntax + (server syntax): Added more detail and moved a paragraph + (channel syntax): Added more details, revised the examples, and + moved some text around + (User Levels): Clarified + (Protection): Cleaned up + (Automatic Op): Improved substantially + + * source/DCCManager.C (checkInput): Call hooks/dcc/chat-end if the + DCC CHAT has died + + * scripts/bobot-utils.scm (bot:log): Updated to use bot:logport + instead of bot-logport + + * source/Interp.C (interp_init_helper): Add hooks/dcc/chat-end + constant to Scheme + + * bobot++.texinfo (DCC CHAT Hooks): Document hooks/dcc/chat-end + + * source/BotInterp.H: Add DCC_CHAT_END to enum + + * source/DCCManager.C (checkStale): Run hooks/dcc/chat-end when + deleting a stale connection. + 2005-07-03 Clinton Ebadi * bobot++.texinfo (Hook Types): Documented all hooks