[project @ 2002-07-12 03:27:05 by unknown_lamer]
authorunknown_lamer <unknown>
Fri, 12 Jul 2002 03:27:05 +0000 (03:27 +0000)
committerunknown_lamer <unknown>
Fri, 12 Jul 2002 03:27:05 +0000 (03:27 +0000)
commit439869bf80bc560dbecfd16ce058da0932e26030
tree4db2d6307f3dd647c25159fd1e070128df8cc2f3
parentad529fde5d15d47c3fb7d2a24def27ae98088197
[project @ 2002-07-12 03:27:05 by unknown_lamer]

2002-07-11  Clinton Ebadi  <clinton@unknownlamer.org>

* source/ServerQueue.C (sendUser): Changed . . in USER command to
0 * (which is the Right Way to because <mode> must be a number...)

* source/Parser.C (init): New method of Parse. This initalizes the
functions map. functions replaces the old functions array, and
should yield better performance (since the functions array had to
be scanned for every incoming message)

* source/Parser.H: New member, functions (private)

2002-07-10  Clinton Ebadi  <clinton@unknownlamer.org>

* source/Interp.C (Startup): New symbols: bot:user-*
[none|user|trusted|friend|master] are defined in Scheme as the
different levels of the users.
(Startup): All bot-* variables are now bot:*

2002-07-09  Clinton Ebadi  <clinton@unknownlamer.org>

* source/Bot.H: Made some variables private because they shouldn't
be changed at runtime

* source/Parser.C (parseCTCP): Reneabled DCC CHAT (I want to test
this out to see if it works and make it work)

* source/Bot.C (Bot::Bot): New var: logs_dir. Set to the log file
dir.

* scripts/bobot-utils.scm: Fixed a typo (I forgot the / after
scripts in the user scripts dir) that made bobot++ not able to
load scripts from the user scripts dir
27 files changed:
ChangeLog
NEWS
TODO
bobot++.info
bobot++.texinfo
configure
configure.ac
scripts/bobot-utils.scm
scripts/boulet
scripts/country
scripts/eval
scripts/hello
scripts/scheme_add_user
scripts/stupid_stuff/stupid_stuff
scripts/tamere
scripts/uname
scripts/uptime
source/Bot.C
source/Bot.H
source/Interp.C
source/Main.C
source/Parser.C
source/Parser.H
source/ScriptCommands.C
source/ServerQueue.C
source/Socket.C
source/Socket.H