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