[project @ 2002-09-24 02:10:40 by unknown_lamer]
[clinton/bobotpp.git] / ChangeLog
index 23d622f..b1595ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2002-09-23  Clinton Ebadi  <clinton@unknownlamer.org>
+
+       * source/Interp.C (scm_apply_wrapper): turned off locking of
+       Interp::mutex to see if this makes the bot work again...and it
+       does!
+
+2002-09-07  Clinton Ebadi  <clinton@unknownlamer.org>
+
+       * configure.ac: Removed arguments to AM_INIT_AUTOMAKE and updated
+       everything to use aclocal/automake 1.6
+
+2002-08-27  Clinton Ebadi  <clinton@unknownlamer.org>
+
+       * source/DCCPerson.H (class DCCPerson): Added
+       UserCommands::DCCList as a friend (friends are better than the old
+       DCC() function at least).
+
+       * source/DCCManager.H (class DCCManager): Added
+       UserCommands::DCCList as a friend
+
+       * source/Interp.H (class Interp): Made function scm_apply_wrapper
+       a friend so it can lock Interp::mutex
+
+       * source/Interp.C (scm_apply_wrapper): Lock Interp::mutex if
+       MULTITHREAD is defined (it is always defined when scripting is
+       enabled) so that Sockets can be made multithreaded using
+       CommonC++.
+
+       * source/DCCPerson.H: Removed DCC method and made Bot a friend
+       Made DCCManager a friend
+
+       * source/DCCManager.H (class DCCManager): Removed MAP() method
+       and made Bot a friend of DCCManager
+
 2002-08-18  Clinton Ebadi  <clinton@unknownlamer.org>
 
        * source/Interp.C (Startup): Renamed bot:DCC-chat-send to