[[project @ 2002-07-07 02:30:24 by unknown_lamer] unknown_lamer**20020707023024 Initial import into CVS ] hash: 0000334384-d0eb2d7b2115f09eb6fedf512fe0843c7869f304759cffe366cdd226c04b2adb [[project @ 2002-07-07 02:33:51 by unknown_lamer] unknown_lamer**20020707023351 Initial import into CVS ] hash: 0000347652-000df37f65aff2c9dc6612766e9659f5bcd23d6af6a9b050067d3cf2d90e0937 [[project @ 2002-07-07 02:41:19 by unknown_lamer] unknown_lamer**20020707024119 Initial import into CVS ] hash: 0000007139-4d9f5cd7848c85ecc0374d445a06ce489925bfe4b50b5ae051de00acc272df58 [[project @ 2002-07-08 21:11:15 by unknown_lamer] unknown_lamer**20020708211116 2002-07-08 Clinton Ebadi * source/Main.C (real_main): Default configuration is now read from /etc/bobotpp/default * source/bobot-scheme.scm.in: Added file. This defines the 'bot-load' procedure which will load a file from $HOME/.bobotpp/scripts/ or @datadir@/bobotpp/scripts/ if the script doesn't exist in the user script dir. ] hash: 0000046269-761231e755222162780be3f8eb26d42fe4caada01f2c7f8c2a9e3d658c53d8e3 [[project @ 2002-07-09 14:28:08 by unknown_lamer] unknown_lamer**20020709142808 - Removed bobot-scheme.scm.in and moved its single function into bobot-utils.scm. - The PREFIX preprocessor symbol is now defined as the install prefix - getopt_long is used instead of normal getopt, --help has been expanded to cover new options as well as give more detail. - The default action for bobotpp when encountering a bad argument is to display the short help (just lists the commands you may use). - Hooks list (BotInterp.C, RunHooks) is now read from end to beggining because we want to call the higher priority hooks before the lower priority hooks ] hash: 0000016044-a4b2d91d8295bc08d5519ae84ceb75d5699bc2ee75a5e07e63df1adb81fdb8ed [[project @ 2002-07-12 03:27:05 by unknown_lamer] unknown_lamer**20020712032705 2002-07-11 Clinton Ebadi * source/ServerQueue.C (sendUser): Changed . . in USER command to 0 * (which is the Right Way to because 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 * 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 * 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 ] hash: 0000051204-9865ccf5ce636391d69553cf7c1708c428ee9fe3af3e7a386c85bb980b8508a4 [[project @ 2002-07-15 21:01:51 by unknown_lamer] unknown_lamer**20020715210151 User functions are now all stored in a map and the userFunctionStruct data type is gone as part of the new unification. userFunction now protects it's scmFunc if it was passed so you can use lambda's in a bot:addcommand now. The docs are slightly (not really) better and I've started to add lower level message sending commands to the scripting interface. Looks like it's almost time for 2.1.0 to be released. ] hash: 0000099985-8dd71ddadd0725127344cc5680507da7bd7db05ffa4b01b2dbd9eecde42cb898 [[project @ 2002-07-24 03:05:06 by unknown_lamer] unknown_lamer**20020724030506 Lots of changes, look at the ChangeLog. Most notable is that the Hooks system actually works now. ] hash: 0000007341-0c965db58328a3fd494c344473b4a3e2004d039e590ca38725795daf1614aff8 [[project @ 2002-07-28 22:17:32 by unknown_lamer] unknown_lamer**20020728221732 A few things, there is now a bot:exit-hook that is a standard Guile hook that is run when the bot shuts down. 2.1.0 was released, so I bumped the version number in configure.ac to 2.1.1CVS. ] hash: 0000011991-13e9220b5481bec632a90194735e0d693ad2ef6ff72a76abdff8c7fb47bac0dd [[project @ 2002-08-02 04:31:30 by unknown_lamer] unknown_lamer**20020802043130 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. ] hash: 0000013292-b255cc9c5c99f3986662a4d2c75058d1c6bce779f813efc232fabeba2853cb94 [[project @ 2002-08-06 20:48:44 by unknown_lamer] unknown_lamer**20020806204844 DCC Chat now "works." It doesn't do anything useful, but you can /dcc chat the bot and talk at it. I will add hooks for DCC messages later. Probably some other bug fixes and stuff I forgot about, see the ChangeLog. ] hash: 0000018180-c3c9a242389e9944c7c18a6c7cbc15fc41fb83f7f21f7f0328491439b652f95a [[project @ 2002-08-06 20:51:03 by unknown_lamer] unknown_lamer**20020806205103 Oops! I forgot to commit BUGS and scripts/Makefile.am! Fixed. ] hash: 0000001337-caf73b23a00e00436f74c883dbe3d8bbd0d5c46754e6e2ee57ac4e6cde1788ab [[project @ 2002-08-08 15:21:08 by unknown_lamer] unknown_lamer**20020808152108 Fixed a bug in String, and added a new class, DCCManager, for managing DCC Connections (ugh, it seems a bit kludgey, but I am working on some big changes to how the bot works right now...). Probably some other changes I forgot about. ] hash: 0000018136-16eb7a344d300eee4d9fae3d19f7425bdee42847415a84b6d830d76098a3d6f1 [[project @ 2002-08-18 21:32:48 by unknown_lamer] unknown_lamer**20020818213249 You can now talk to the bot using bot:dcc-chat-send ] hash: 0000003807-ad37aafaa99f7000cab53312d2fdaea605a7229584fee9ccb420a0a57e8c1d72 [[project @ 2002-08-18 21:34:24 by unknown_lamer] unknown_lamer**20020818213424 Oops! I registered bot:DCC-chat-send when I meant bot:dcc-chat-send. 30 second fix. ] hash: 0000000406-16ea08d2289c179340a470fc9c1f09fcda83acc6d079e5b3753f038dc6979651 [[project @ 2002-09-24 02:10:40 by unknown_lamer] unknown_lamer**20020924021040 Fixed a stupid bug where I grabbed a mutex I shouldn't and it killed the bot. The bot works again now. ] hash: 0000068594-120f9ef0114863f2c379afd466a1503ed7851a1781423707ac2e01bd13576d79 [[project @ 2002-11-03 22:42:59 by unknown_lamer] unknown_lamer**20021103224259 Made Mask::match case insensitive ] hash: 0000000760-a9f301bbfab397198c22d0cfbb70fa323a667c8e0ea45bdd23885ca86fd60479 [[project @ 2002-11-03 22:59:05 by unknown_lamer] unknown_lamer**20021103225905 Added scripts/Makefile.in (I'll delete all of the autogenerated stuff eventually and add an build script like the one in the autotools book) ] hash: 0000006891-a8f49f7e67a23fb770c7078fb7643d5738d4d47b2938e8e198fd83f79165aa14 [[project @ 2002-11-04 03:50:19 by unknown_lamer] unknown_lamer**20021104035019 make distclean (cleaning up sources) ] hash: 0000001368-a64fa3e574d594b9185a2a9462584b0fcf938c18a9baf2694da87c0df44c8dbb [[project @ 2002-11-04 03:59:06 by unknown_lamer] unknown_lamer**20021104035906 Added README.CVS for bootstrapping the cvs tree ] hash: 0000000301-ccd28b25d2c72919b04bedd72eb16c50736267bfb77072a072177b7748d680e2 [[project @ 2002-11-04 04:03:32 by unknown_lamer] unknown_lamer**20021104040333 Removed automatically generated files ] hash: 0000000318-754ade2d5a95824e7eba9877df265ab8d5e49ba2f7636a04b74256ba05d93193 [[project @ 2002-11-04 04:15:46 by unknown_lamer] unknown_lamer**20021104041546 Added boostrap and fixed README.CVS. It turns out autoreconf doesn't work for some reason, so I'll just use a bootstrap script like the Autotools book suggests. ] hash: 0000000610-9e925b695828ffd15b3db264de8cbc0d34a77f6de6099e0281aab556a32669b7 [[project @ 2002-11-04 04:39:28 by unknown_lamer] unknown_lamer**20021104043928 Ok, last commit for the night. I fixed some configure.ac stuff and now autoheader can run, so now config.h.in is an empty file and the bot bootstraps. ] hash: 0000001528-36b747def3e22021f1747acff006e2a2dd3c5b32e649f4d271da56570c6decd7 [[project @ 2002-11-04 04:40:27 by unknown_lamer] unknown_lamer**20021104044027 !@#$ I deleted config.h.in. Fixed, now the bot should compile. ] hash: 0000002679-bf7bea44b1bf5bb8575afde5f4eadc4cffbd8a62b77e21b070216b01f5bbb355 [[project @ 2002-11-04 04:54:14 by unknown_lamer] unknown_lamer**20021104045414 Guh, so I suck. Now it builds. I mean it. No more commits tonight unless I'm a completel idiot (then again, I have four minutes left in today). ] hash: 0000000708-c5c9cd1a9517689f0d61545c0d43f49802b5ca44b9b4591673b732e65b065446 [[project @ 2002-11-04 23:42:01 by unknown_lamer] unknown_lamer**20021104234201 Removed scripts/bobot-utils.scm (since it is generated from bobot-utils.scm.in), added bot: prefix to match-to-me and match-not-channel ] hash: 0000001940-48ec15be24acafb7321f1a50334e936c1bbfa2219c150c5f165f91f5f87a2f48 [[project @ 2002-11-04 23:46:59 by unknown_lamer] unknown_lamer**20021104234659 Eeep, I forgot that bobot-utils.scm hasn't been generated from the .in file in a long time. Re-adding file. ] hash: 0000003975-f49067e36f5ee48f8b38347584311e6ad2b66ce90125c5bfd32408669bfcc31c [[project @ 2003-04-03 03:37:06 by unknown_lamer] unknown_lamer**20030403033706 2003-04-02 Clinton Ebadi * scripts/bobot-utils.scm: Make exported symbols from the-bot-module available in the guile-user module so that scripts loaded with Interp::Load function. 2003-03-30 Clinton Ebadi * scripts/bobot-utils.scm (bot:load-module): Loads a file from the %bot:loadpath into its own module and returns that (unnamed) module (bot:use-module): Calls bot:load-module and then adds the newly loaded module to the (current-module)'s use-list * source/Interp.C (interp_init_helper): New procedure to initialize the-bot-module (this is the old Interp::Startup verbatim) (interp_post_startup_helper): New procedure to export the-bot-module from bot_module (Startup): Now calls interp_init_helper and interp_post_startup_helper to initalize the bot module system * source/Interp.H: Added private variable bot_module to Interp ] hash: 0000014370-fd38cb970bad6d69a790434e2e20d6b93e39377719f819f69b2076cf55fa8691 [[project @ 2003-04-04 02:42:05 by unknown_lamer] unknown_lamer**20030404024205 Removed some files. ] hash: 0000001196-01565e58f38d91b73ce5ba9174bf028d30fd6f2c165317a3306c71bd3f27ad9f [[project @ 2003-04-04 02:43:18 by unknown_lamer] unknown_lamer**20030404024318 Replaced the old example bot with a new one that uses some of the new features of Bobot++ ] hash: 0000000491-d5bac4310891886a95019a8e5085343024871bc4f89c2300a9cda59175a41bdc [[project @ 2003-04-04 02:49:43 by unknown_lamer] unknown_lamer**20030404024943 Added a new script and updated the example configuration ] hash: 0000010950-a99f024c68a5dad3ca7f4b5e6e8f8bced676f1569f7eccd558adebfa4e8a0969 [[project @ 2003-04-04 02:50:56 by unknown_lamer] unknown_lamer**20030404025056 Updated NEWS. 2.1.2 is being released now (finally). ] hash: 0000000220-9e0766931c9c8da944c200c052cc23c315b7b94061dde8a3bbed4f0d61f5a1f5 [[project @ 2003-04-10 01:53:57 by unknown_lamer] unknown_lamer**20030410015357 Added support for overriding the flood rate ] hash: 0000006624-a056b83565053861e5b458f691c3eaecd738748bcbda74b1421ffd017459e6c3 [[project @ 2003-07-23 05:56:23 by unknown_lamer] unknown_lamer**20030723055623 * source/Parser.C (parseMessage): use the find method of std::map to find the command to call instead of [] and then extract the pointer to the userFunction from that if it exists. This appears to fix the crash when one uses an undefined command followed by any defined command. ] hash: 0000003510-73f27bb3d4027fca507116d1728596776cf2f021b133c097173a6f069c992e42 [[project @ 2004-04-28 03:33:52 by unknown_lamer] unknown_lamer**20040428033352 Huge Update, see the ChangeLog ] hash: 0000025966-3a3e0cf5dc8f9d8de85347c6fa3a42bc12ac9e749d93b86e3d1281d4b7fa085c [[project @ 2004-05-12 15:19:06 by unknown_lamer] unknown_lamer**20040512151907 2004-05-12 Clinton Ebadi * source/DCCConnection.C (DCCConnection): Intialized `nuh' in the constructor with `n' This should fix the segfaulting. ] hash: 0000006718-c4be895ed34449c252d80c6dbfcd25b776f8be7c2099837df56c789b0949d6e7 [[project @ 2004-06-13 02:03:43 by unknown_lamer] unknown_lamer**20040613020344 Wrote most of the configuration section of the manual and implemented bot:ctcp-quote in bobot-utils.scm ] hash: 0000014908-cf4584cb4742c0bc1c283e02e6255ce5ee2a97c555721fb86ff0cba9c18558be [[project @ 2004-06-13 02:04:44 by unknown_lamer] unknown_lamer**20040613020451 s/ctcp-quote/bot:ctcp-quote/ ] hash: 0000000313-6010563379c455254f8c49a9da147b24445f7b8bd3b8770a3ffe4fd2d7dd81fd [[project @ 2004-06-14 04:26:29 by unknown_lamer] unknown_lamer**20040614042629 Fixed a typo in README, disabled DCC CHAT for users below level 3 (FRIEND), and worked on the manual. ] hash: 0000015354-8598fa66fdb43e9eb7dbc3348ec54a658a88222687652ed1585cd25c29338795 [[project @ 2005-01-06 18:19:16 by unknown_lamer] unknown_lamer**20050106181916 Misc. bug fixes, documentation updates, and part of the new config system. It compiles at least; the rest of the config system will be added soonish. ] hash: 0000120638-e132ba5f6ee1263bc2246053cbaab9eeb93116595c081be06e7b334c7ece2dbb [[project @ 2005-01-07 18:19:38 by unknown_lamer] unknown_lamer**20050107181938 Call watchers from BotConfig::set_watcher_list (BotConfig is almost done) ] hash: 0000001379-5f31b3be0c387d6eb8a7cf6f5a4e89ae502f8a49df91b8676f2c18dcf0213b81 [[project @ 2005-01-08 06:24:08 by unknown_lamer] unknown_lamer**20050108062408 Updating README (easier to read), added configure.ac test for CommonC++2 (which will soon replace Socket and StringTokenizer) ] hash: 0000002689-8ccb70efb4783ef0b78c2c6933118a5542c72f5cad6d3341b323ce23862d2c93 [[project @ 2005-01-12 05:36:40 by unknown_lamer] unknown_lamer**20050112053640 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. ] hash: 0000061708-9e7c85dec7b465b0e41b6cbefc81400c5974dd306578283269826678f7f8a70c [[project @ 2005-01-12 06:01:01 by unknown_lamer] unknown_lamer**20050112060101 BotConfig fully implemented, set_config_value that takes one t_value instead of a t_value_list has been added for convinience ] hash: 0000001400-84218a7f2996e671d84e6286b811e9b574cbc2c6e751d3d6a99a6226e04f9bdc [[project @ 2005-01-12 22:40:22 by unknown_lamer] unknown_lamer**20050112224022 Fixed a segfault in BotConfig (call watchers was in the wrong place), fixed trim of last non-space char from a string in Utils::trim_str ] hash: 0000002773-17e72eb8035eb9c63f4d61f532f7162f58a3e6ca46bf8e7f26f69de572343d5f [[project @ 2005-01-12 22:44:37 by unknown_lamer] unknown_lamer**20050112224437 Removed debug messages from BotConfig ] hash: 0000000407-e4bf7cc77055a011c0d9142d313e13fe96c3fadc596dd7ac6b0821840f0d27b7 [[project @ 2005-01-13 20:07:01 by unknown_lamer] unknown_lamer**20050113200701 Utils is now a namespace instead of a class ] hash: 0000002808-3bb2cbd70a90e3d77da7b408b899066ad5cf0b1db5d9d9c9cf58246bd514ad1e [[project @ 2005-02-28 05:48:26 by unknown_lamer] unknown_lamer**20050228054826 2005-02-28 Clinton Ebadi * source/Utils.C (to_upper): Applied patch from Jos Hulzink (trim_str): Appled patch from Jos Hulzink (fixes counters and substr call) * source/StringTokenizer.C (next_token): Applied patch from Jos Hulzink (fixes substr call) (rest): Applied patch from Jos Hulzink (fixes substr call) 2005-02-27 Clinton Ebadi * source/Bot.H (COPYRIGHT_STRING): Remove Michael Wilson because he is a lazy bum and never submitted the String replacing patch ] hash: 0000127912-f0580c961c6b748603d672f4df0ce5606cadb94579fc5809b351b6bed1b229e1 [[project @ 2005-02-28 05:49:38 by unknown_lamer] unknown_lamer**20050228054938 Removed String.[CH] (they'll be back in a sec, I hit a bad cvs command and now it won't stop bitching) ] hash: 0000001445-23717f68914068b3c25076b762c422251763b60aefad5c1e16a6f49f45539fd3 [[project @ 2005-02-28 05:50:12 by unknown_lamer] unknown_lamer**20050228055012 Re-added String.C and String.H ] hash: 0000011346-06211ac0566033aeab350942061e864eddfb90eb70e57897ac5d4d3e402cd193 [[project @ 2005-02-28 23:43:20 by unknown_lamer] unknown_lamer**20050228234320 This should fix a few issues with String handling 2005-02-28 Clinton Ebadi * source/Socket.C (readLine): return String (buf.c_str ()) instead of String (buf) so that only the buffer up to the first null is returned (readLine): Added a comment explaining the usage of buf (readLine): Changed type of length (std::string::size_type instead of std::size_t) * source/String.C: Reimplemented String on top of std::string to fix a few bugs and potential memory leaks (toLower): use Utils::to_lower (toUpper): Use Utils::to_upper (trim): Use Utils::trim_str * source/String.H: removed srep, replaced it with a std::string (my_string) ] hash: 0000011109-9bb406c805242907a3c2e5e61517de2030f3ef3db1da5aeba4018ff70af68a69 [[project @ 2005-03-01 03:18:40 by unknown_lamer] unknown_lamer**20050301031840 Fixed a potential segfault in the Parser 2005-02-28 Clinton Ebadi * source/Parser.C (parseLine): use map<>::find and an iterator to find the IRC command instead of map<>::operator[] to avoid a potential segfault * source/Bot.C (waitForInput): Removed commented out code ] hash: 0000002086-ea83615edde70e9dfcaf249cd733c08256fce4d21c1b0ab495517ee1917a1881 [[project @ 2005-03-11 17:58:13 by unknown_lamer] unknown_lamer**20050311175813 Released 2.1.6, changed version to 2.1.7CVS ] hash: 0000000412-c042cf2d00f84d3f9398da8dbf45115c1c840f7293ace79fcb9d548efd2d0900 [[project @ 2005-05-31 05:59:57 by unknown_lamer] unknown_lamer**20050531055958 Fixed all warnings and a few rarely triggered bugs ] hash: 0000007690-714680e0465fb0ec0898af3614796246195efd584fa27552146540f40e2df6b7 [[project @ 2005-06-01 00:27:44 by unknown_lamer] unknown_lamer**20050601002744 Fixed bug in Parser that would put two entries for the bot into the userlist, fixed the formatting of a few files, and replaced some Strings with std::strings ] hash: 0000021074-ddd83502a19bddb77085ab6e1f75d461358f22367e7a741cfaf75dbb7aff9c50 [[project @ 2005-06-01 11:12:41 by unknown_lamer] unknown_lamer**20050601111241 Added bot:protection/[none|ban|kick|deop] and bot:aop/[yes|no] constants to the Scheme scripting interface ] hash: 0000001734-e84f08415d6c75c648e386bdca4a6552d87b37c38b56fc96209a7b3e9f5c49b1 [[project @ 2005-06-01 19:11:13 by unknown_lamer] unknown_lamer**20050601191113 Fixed texinfo file (make ps/pdf/dvi works now) ] hash: 0000000301-9769bf0cad38f87e62a1174abc3ccf8fde0fadc53175545cdc3c6d0c51142fc2 [[project @ 2005-06-07 12:52:52 by unknown_lamer] unknown_lamer**20050607125255 Fixed the scripts and texinfo file ] hash: 0000000993-c905f5502946568c4706895584db7a33c931e3dcaa28d48d2e56d19cd276680d [[project @ 2005-06-23 06:20:44 by unknown_lamer] unknown_lamer**20050623062044 Added dsmith's documentation patch. I'll hack on more documentation soon, I promise :-) ] hash: 0000190157-012d06415c00b8744a6b857be56db99c46528590f15ecac92bffed5e882a112f [[project @ 2005-06-23 06:43:12 by unknown_lamer] unknown_lamer**20050623064312 Call hooks/disconnect when disconnected from a server. ] hash: 0000193143-48c3942e1d7b0d9f72f392aed5b91d24b6bd2a213f8e32fd9987e3cd3384eb13 [[project @ 2005-06-23 06:56:20 by unknown_lamer] unknown_lamer**20050623065620 Minor documentation edits ] hash: 0000193998-10b016760b24ddc5b6e2bf611d60ae536ed2d995690c98c450c860884a0b200f [[project @ 2005-06-23 18:11:08 by unknown_lamer] unknown_lamer**20050623181108 hooks/timer argument is now zero padded instead of space padded ] hash: 0000000480-c210ffcf19640e4ba259f8a2a0b952487324f2216423643c78b3e02153052bf9 [[project @ 2005-06-23 18:49:38 by unknown_lamer] unknown_lamer**20050623184939 bot:notice has been implemented. Commands::Notice will now send a notice to a channel. bot:notice was documented. Message macros were moved around. ] hash: 0000199880-9d57a977b933031b0814492d845cc57b711e694992d49abdf1ea301de33bd20e [[project @ 2005-06-23 21:10:18 by unknown_lamer] unknown_lamer**20050623211018 Added scripts/bot.scm which exports the bobot++ interface to other modules ] hash: 0000001018-5cc08f2d1f162b41f950b20d4af16adaac114a464d878b3054dbd3476071cc3b [[project @ 2005-06-23 22:59:18 by unknown_lamer] unknown_lamer**20050623225918 Made (bobotpp bot) actually work ] hash: 0000000287-fbd4fc064f8effda56994cc620810a0e4cbc687852a6fad95c00a44dab7f6a36 [[project @ 2005-06-24 06:13:45 by unknown_lamer] unknown_lamer**20050624061345 bot:msg can now send messages to channels. bot:notice returns more detailed error codes (that still can't be used without knowledge of the C++, this will be fixed soon) ] hash: 0000195414-0bea95a95480d9feba7358551c0e66e522980d7fdd875271f96d233c58ce678b [[project @ 2005-06-24 18:59:07 by unknown_lamer] unknown_lamer**20050624185907 bot:msg and bot:say are the same thing now ] hash: 0000000748-6d68920b3c45c3fe3d6e6e507ab3672f614168300d65208ff963fde3e0ca5e50 [[project @ 2005-06-24 22:10:09 by unknown_lamer] unknown_lamer**20050624221009 Updated FSF street address ] hash: 0000015379-07b50ed79b2d45690a564eee0afb5c76702bb121c4b418d754bcebae0337d975 [[project @ 2005-06-25 18:11:10 by unknown_lamer] unknown_lamer**20050625181110 Guile's debugging evaluator is now enabled when --debug is used ] hash: 0000001540-707b03dcd5b13c2fe04f57ba9c8b7a1dde5425f292eb2901571fd5b4352fbc3d [[project @ 2005-06-28 03:16:45 by unknown_lamer] unknown_lamer**20050628031645 + NOTICEs and PRIVMSGs are now sent correctly if they contain an embedded newline + Max nick length is now configurable via 'maxnicklength' option in bot.conf (defaults to 9) + A few internal cleanups ] hash: 0000003498-8b195ff76c0c87031cba1995572eb569aae900a9f0e5784c6337f9b47bbb49c2 [[project @ 2005-06-28 09:54:46 by unknown_lamer] unknown_lamer**20050628095446 Implemented Commands::CTCP and Commands::CTCPReply (for sending CTCP messages), updated the Parser and ScriptCommands to use them. Added and documented bot:send-ctcp-reply. ] hash: 0000199923-ad50d5682190dd97cd78116e560631f4376815dbaad3c20061a3b64fc88a3dc5 [[project @ 2005-06-28 10:08:45 by unknown_lamer] unknown_lamer**20050628100845 Merged error handling patch from Dale Smith ] hash: 0000199325-5508d40cad770d4052506a674768bf1535ede023a1d3c9ac63e664af9968ba90 [[project @ 2005-06-28 10:57:28 by unknown_lamer] unknown_lamer**20050628105728 Pass from->getNick () instead of from->getAddress () to hooks/action ] hash: 0000001557-f85ad9ed48afd6629167f6d9363d34f8e2b8c6ce70579775c802ea303c4f1ec3 [[project @ 2005-06-28 11:23:50 by unknown_lamer] unknown_lamer**20050628112352 Added --debug-scripts command line option ] hash: 0000197933-bd3273bc59234e2579dc763422c33abf86115a7b399192cc9617950d7dce3495 [[project @ 2005-06-29 17:35:54 by unknown_lamer] unknown_lamer**20050629173554 Minor documentation edits ] hash: 0000002644-8bd9049763973bb155ef5ecfb70107bb2b15da202d48cc8cc38126726461c7ef [[project @ 2005-06-29 19:55:31 by unknown_lamer] unknown_lamer**20050629195531 More minor doc edits ] hash: 0000001401-c0d06854e7ecee3df5f5e615199fbe1a488b78793d1f36e7c0ea16f403ed2b4c [[project @ 2005-06-29 20:19:45 by unknown_lamer] unknown_lamer**20050629201945 Fixed --disable-scripting build and release 2.1.8 ] hash: 0000196043-e4106f69a2a9bbdcaec5693096416cbc84b2427933da57ee8969c1fd93d3e93d [[project @ 2005-06-29 20:20:59 by unknown_lamer] unknown_lamer**20050629202059 Update version to 2.1.9CVS ] hash: 0000000355-8f744ee22e61b6cbe1d450970076d45c79fee1d9f9c20022e552035f988d1e86 [[project @ 2005-06-30 02:51:27 by unknown_lamer] unknown_lamer**20050630025127 Tiny speedup in Socket code. ] hash: 0000004210-db20033fcd5216f3cea7e325941d96e34ee3f64d1eaf4e27d4ed8760fccde35b [[project @ 2005-07-04 01:48:38 by unknown_lamer] unknown_lamer**20050704014838 Big documentation enhancements. All hooks are now documented. Changed hooks/send/message to match dest and pass dest to send hook. Changed hooks/signoff to take a second argument (intentional flag). A few source cleanups (lazy catch handlers are now methods of the Interp class). ] hash: 0000233550-157c97a3be8ce21d54b1a3778e34813bf1e3aff6a2d5eda2f1892da69131a05f [[project @ 2005-07-04 08:15:08 by unknown_lamer] unknown_lamer**20050704081508 hooks/dcc/chat-end is now called when a chat is killed for being idle, and when a chat is closed by the user on the other end. It was also documented. ] hash: 0000226936-92835b43c27aa82156ec0a9e72433b1b2e31e1640b2c097dad725b47a0396122 [[project @ 2005-07-04 21:44:00 by unknown_lamer] unknown_lamer**20050704214401 More documentation work ] hash: 0000232148-2fd81e9dce04a458ff8f7f90afd8195a7972fd620d4d37fae4cd301aa43f4a0b [[project @ 2005-07-05 07:24:59 by unknown_lamer] unknown_lamer**20050705072459 Documentation updates, a small update to bobot-utils ] hash: 0000000861-f3485e3ca797f2b6702857d9b48827a8552c7b824e4c32645feef05871cc4d45 [[project @ 2005-07-05 18:48:49 by unknown_lamer] unknown_lamer**20050705184850 Renamed bot:send-ctcp and bot:send-ctcp-reply to bot:ctcp and bot:ctcp-reply ] hash: 0000232878-05d6743535e26bfac43cad32f2b4d12d285a84c89bf69abb63bab8c769d87114 [[project @ 2005-07-06 19:32:18 by unknown_lamer] unknown_lamer**20050706193219 Added bot:who and bot:whois functions ] hash: 0000234538-b72ed83966692d89c5bb9361bfa9822fc1cf36f8e47c8775b9c9247257c85248 [[project @ 2005-07-07 21:19:26 by unknown_lamer] unknown_lamer**20050707211926 Added bot:shit/ constants to Scheme, more documentation updates. ] hash: 0000250929-7a281ed2f5810d7299d45563510415e09e43d2afb9cb77f9dfe71f32cb8666ca [[project @ 2005-07-07 22:38:16 by unknown_lamer] unknown_lamer**20050707223817 More documentation updates ] hash: 0000247783-935d828c6c010cb4d289a1b7934c8b0df4e753a93ce45d8ef2e743a72fc6dced [[project @ 2005-07-07 23:24:24 by unknown_lamer] unknown_lamer**20050707232424 Merged doc patch ] hash: 0000245908-e63c3c3130434b9862b73a1566d4088d7f648347f9da5b0180e63f59c2d19178 [[project @ 2005-07-07 23:51:52 by unknown_lamer] unknown_lamer**20050707235152 Doc updates ] hash: 0000255517-676af405796b3cf2024f4e599a99de5c5f51c5e93114b594da97e1a33cd4caa4 [[project @ 2005-07-21 21:13:28 by unknown_lamer] unknown_lamer**20050721211329 texinfo reformatting ] hash: 0000257152-b751bc4799db5e712cc25476e169efcb1576055db13e7be12459fb0b71266bc1 [[project @ 2005-09-12 21:46:06 by unknown_lamer] unknown_lamer**20050912214607 Documentation updates ] hash: 0000252443-b1f132924bf8e6593715268a6a13f076592ade91b0e31a009ee41aec7fa1edfc [[project @ 2006-02-03 22:06:08 by unknown_lamer] unknown_lamer**20060203220608 Initialize Interp after creating the bot to avoid a segfault when accessing the bot in a startup script. ] hash: 0000250812-11a18f0b71e487ff7ed869a72bbc43368a32552d1cd97f74b551639d9cb5c301 [[project @ 2006-02-03 22:08:15 by unknown_lamer] unknown_lamer**20060203220815 Moved Interp::Startup call to after the Bot is created ] hash: 0000000267-728e144b570bc3050d7e3c727c12c985eb7f538e0e87ce191cca8f1c41412734 [[project @ 2006-02-03 22:26:38 by unknown_lamer] unknown_lamer**20060203222638 Undo the last commit ] hash: 0000000231-0e7fa29ad94405f75d9eb0ae471b10cb0ae8d50876cc464d0f07c06630dd0203 [[project @ 2006-02-03 22:36:01 by unknown_lamer] unknown_lamer**20060203223601 Actually fix issue with loading bobot-util.scm ] hash: 0000000573-634f422834f4b4754c662a298cdfbd80d1a4a7f6fc96a0059e25ae700cf0783d [[project @ 2006-05-30 17:22:56 by unknown_lamer] unknown_lamer**20060530172256 Released 2.2.0 ] hash: 0000001026-619a5be437214bac07387c2e0509eb3289aa5f165ec5a8294d57c8210d610563 [[project @ 2006-06-28 19:24:36 by unknown_lamer] unknown_lamer**20060628192436 - If the log directory does not exist the bot creates it - If there are lines with only whitespace on them in the config file and error message is no longer printed to the log - Released 2.2.1 ] hash: 0000001423-36be4cd455511530fb65d597b5a417998b287028b29d8e83e0e3ca3d90ec80dd [[project @ 2006-06-29 00:17:49 by unknown_lamer] unknown_lamer**20060629001749 - No longer segfaults when loading bobot-utils.scm - bot:match-to-me produces a valid regexp again ] hash: 0000002273-dba5fa3f7b6892d5d0415bb4b5ff66d9ac4df98ee5f8dc429c10949a3c17408e [[project @ 2006-06-29 02:01:20 by unknown_lamer] unknown_lamer**20060629020120 scripts/uname: redelim -> rdelim ] hash: 0000001128-a5039de4511a213f45508936eabd9f401d74d4c76bdaadb984b1118acdbdb500 [[project @ 2008-11-11 08:47:34 by unknown_lamer] unknown_lamer**20081111084734 2008-11-11 Clinton Ebadi * source/Parser.C: GCC 4.x compilation fixes * source/ShitList.C: GCC 4.x compilation fixes * source/String.C: GCC 4.x compilation fixes * source/UserCommands.C: GCC 4.x compilation fixes * source/Channel.C: GCC 4.x compilation fixes 2007-11-08 Clinton Ebadi * configure.ac (LDFLAGS): Append GUILE_LDFLAGS to fix non-standard location builds (CXXFLAGS): Append GUILE_CFLAGS to fix non-standard location builds * guile.m4: Import guile.m4 (included in source tree since it doesn't change often and this will allow building on machines lacking a guile installation) * acinclude.m4: Fix underquoted AC_CPP macros Include guile.m4 rather than copying here 2007-10-05 Clinton Ebadi * source/Main.C (real_main): scm_eval_string debug initialization instead of setting the flags directly as they are no longer public in Guile 1.9.x ] hash: 0000077668-dff409306e707e2ddd1fff906a04ad522de2a4879d57c83a0fe2513c6e537640 [Properly include guile.m4 clinton@unknownlamer.org**20081111092043 Now works when guile.m4 is in a nonstandard location passed to aclocal via -I ] hash: 0000000217-c3ee163c343fbc0cb74bd6d7d67fc0a5179258f301feea09e3dcc8ecadc32c86 [Remove autogenerated files clinton@unknownlamer.org**20081111092257] hash: 0000000131-9647447bb37bf803a307e1ef677136a9e0f73cd7d8b64cb25a8688f80009d11b [Remove tailor import cruft clinton@unknownlamer.org**20081111092305] hash: 0000000096-4e19afafc68d99ed0be0f54164f178914fcfe3420690faeb83bb0cff696921b8 [Remove obsolete documentation clinton@unknownlamer.org**20081111092312] hash: 0000000091-4d5fad5cf28e0e9f29f3ba5772d9dcb452979d3707c0a286b8cd0812bdbe55c0 [Remove SCRIPTING from EXTRA_DIST clinton@unknownlamer.org**20081111092540] hash: 0000000176-9ee4aa65349d5435b02ce791255a59612d4a570e49880af88a68feb2d36ad5d5 [Bump version to 2.2.3 and update copyright notice clinton@unknownlamer.org**20081111200723] hash: 0000000570-2f604d2d2099bba86769a89ea5c0a6c89aa4018010d6773549ab69538425a16c [Update all deprecated/discouraged Guile calls clinton@unknownlamer.org**20081111203422 * No longer use GH (removed entirely in Guile 1.9) * Update to more modern API (breaks Guile 1.6) ] hash: 0000020301-74d0d06ee6109f793cc21c75fb0f2035d8f1ff62db07948872c05dec0df567c4 [Remove last GH header reference clinton@unknownlamer.org**20081111232411] hash: 0000000222-486da07a6262adfd1b88a9c3e42cd3d08ac6ecca32fb3aa9ae2dbd83a9da17e1 [Build system cleanups clinton@unknownlamer.org**20081112203714 * Renamed doc to documentation and moved infotex manual there * Moved contents of acinclude.m4 to m4/bobot.m4 * Imported guile.m4 so as to not rely on Guile being installed to build * Removed acinclude.m4 as it is no longer needed with proper ACLOCAL_AMFLAGS ] hash: 0000013200-af2bb275a07683970fd8184d653e82a043e5cbddd5a03cb355fae3be6667e8d0 [Remove cruft from configure.ac clinton@unknownlamer.org**20081112211607] hash: 0000000818-b52ca6ead7466eeab6f1cf96907969ff3507187a996360a353435105c478f388 [Fixed --disable-scripting build clinton@unknownlamer.org**20081112211907 * Fixed some unprefixed cstdlib calls (hidden by libguile.h including stdlib.h) * Fixed unincluded sys/types.h (also hidden by libguile.h including this) * make install attempted to create /bobotpp directory when @GUILE_SITE@ was unset; now script installation is conditional on scripting being enabled as it ought to be ] hash: 0000001285-b406ae903fa32e1c01270712000d1ec3cf9a291dffdb6d5904921309f7a866d9 [Cleaned up examples and scripts clinton@unknownlamer.org**20081113004349 * Config example is in examples/config now * Example scripts are in examples/scripts instead of interspersed with the installed bobot++ modules * Removed broken and crappy example ] hash: 0000008965-3e5bc756e07f1c63a814e8d97208cad56c7463da19b570dbf1f5217c99fc7909 [Update ancillary documentation for release clinton@unknownlamer.org**20081113004416] hash: 0000003537-78c0eea78e01a825cafbed60ae91674983df63c97607b923c8e4654e4a074ca2