[project @ 2002-07-07 02:30:24 by unknown_lamer]
[clinton/bobotpp.git] / ChangeLog
1 2002-07-01 Clinton Ebadi <clinton@unknownlamer.org>
2
3 * bobot++.texinfo: Started docs (just a skeleton right now)
4
5 * source/ScriptCommands.C (AddHook): Now takes pri and fall opt
6 args to set a hooks priority and whether or not it will
7 fallthrough. These args are optional.
8
9 * source/Interp.C (Startup): addhook now takes 3 req and 2 opt args
10
11 * source/BotInterp.C (AddHook): Now uses priority and fallthrough
12 (RunHooks): exec fallthrough hooks first.
13
14 * source/BotInterp.H: Changed Hooks to have priority
15 Added fhooksMap to BotInterp (fallthrough)
16
17 * source/UserCommands.C (AddShit): Converted to use Commands
18
19 2002-06-21 Clinton Ebadi <clinton@unknownlamer.org>
20
21 * source/Commands.C (AddUser): Fixed a one-off (function call was
22 before a brace instead of after one) that caused a segfault when
23 the user mask was a wildcard
24
25 2002-06-20 Clinton Ebadi <clinton@unknownlamer.org>
26
27 * all files: Updated address of the FSF
28
29 * source/UserCommands.C (AddUser): Uses Commands now instead of
30 manipulating the bot directly
31
32 2002-06-18 Clinton Ebadi <clinton@unknownlamer.org>
33
34 * source/ScriptCommands.C (AddShit): Filled in function.
35
36 * source/Interp.C (Startup): Bind bot-adduser to
37 ScriptCommands::AddUser instead of Action
38 (Startup): Bind bot-addshit to ScriptCommands::AddShit
39
40 * source/ScriptCommands.C (AddUser): Filled in function
41
42 * source/ServerList.C (delServer): Changed (n - 1) to n...n-1
43 would have caused problems if you used more than one server
44
45 * source/Parser.H: Changed const char* to String in userFunctionStruct
46
47 * source/String.H: Added std::string compatibility members
48
49 * configure.ac: You can now disable Crypt and scripting
50
51 * source/*: Added #include "config.h" where needed
52
53 * configure.ac: Added AM_CONFIG_HEADER
54
55 * config.h.in: added file
56
57 * source/Queue.C: Didn't notice iostream.h here! Fixed
58
59
60 Copyright 2002 Clinton Ebadi
61 Copying and distribution of this file, with or without modification, are
62 permitted provided the copyright notice and this notice are preserved.