[project @ 2002-08-02 04:31:30 by unknown_lamer]
authorunknown_lamer <unknown>
Fri, 2 Aug 2002 04:31:30 +0000 (04:31 +0000)
committerunknown_lamer <unknown>
Fri, 2 Aug 2002 04:31:30 +0000 (04:31 +0000)
commitfd7440f158a05a4b85227f9828b78ce4282d68bc
treefd4de8b6e8ca00b218abe9cddfccdfe04b712edf
parent91dddabdc921689e3da24b73497f9613bb03a1de
[project @ 2002-08-02 04:31:30 by unknown_lamer]

A few things this time. Hooks can be named (really cool), a few bug
fixes (logs work again now), the docs were worked on a little,
Socket::readLine now automatically expands the buffer when the length
gets over 512 (it uses a static std::string that will _not_ have to be
expanded for most uses, but _might_ need to be expanded when I get DCC
to work), the bot now runs hooks on its own text so you have to
protect against your hooks triggering other hooks by their output;
this can be done using the new (not-from-me) syntax (see the manual
for how it works). I think that is it.
17 files changed:
ChangeLog
NEWS
TODO
bobot++.info
bobot++.texinfo
scripts/bobot-utils.scm
source/Bot.C
source/Bot.H
source/BotInterp.C
source/BotInterp.H
source/Commands.C
source/Interp.C
source/Parser.C
source/ScriptCommands.C
source/ScriptCommands.H
source/ServerQueue.C
source/Socket.C