[project @ 2005-01-12 05:36:40 by unknown_lamer]
authorunknown_lamer <unknown>
Wed, 12 Jan 2005 05:36:40 +0000 (05:36 +0000)
committerunknown_lamer <unknown>
Wed, 12 Jan 2005 05:36:40 +0000 (05:36 +0000)
commita63393232f9a19067d58d12065255a10a053f723
tree85f4932ce31cbb079b28a0cf23d377b1ac32304f
parenta0982f52ffe4e39d13b721af95de17b2a78ac7a8
[project @ 2005-01-12 05:36:40 by unknown_lamer]

String removal phase 1: added trim, toLower, toUpper, and long2str to
Utils. Converted StringTokenizer to use std::string internally. Did
the same to Utils. Converted both to use _'s between tokens instead of
CamelCase (because we all know that CamelCase is
unreadable...). BotConfig is 99% done (just have to fix
read_config). Fixed a potential but extremely unlikely buffer
overflow.
24 files changed:
ChangeLog
NEWS
source/Bot.C
source/BotConfig.C
source/BotConfig.H
source/BotInterp.C
source/Channel.C
source/Commands.C
source/DCCChatConnection.C
source/DCCParser.C
source/Parser.C
source/Person.C
source/ScriptCommands.C
source/ServerQueue.C
source/ServerQueueItem.C
source/ShitList.C
source/String.C
source/String.H
source/StringTokenizer.C
source/StringTokenizer.H
source/UserCommands.C
source/UserList.C
source/Utils.C
source/Utils.H