Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-26 | Added highlight (when our nick is written in a channel/private window), ↵ | uid67137 | |
added "col_chat_highlight" configuration option | |||
2003-12-26 | Perl scripts auto-load, if no path given, look in ~/.weechat/perl when ↵ | uid67137 | |
loading Perl script, auto create plugin directories at startup (~/.weechat/perl, /perl/autoload, /python, /python/autoload, /ruby, /ruby/autoload) | |||
2003-11-30 | - added IRC::get_info function for Perl scripts | Sebastien Helleu | |
- cleanup code in main() function of weechat.c - fixed bug when unloading all Perl scripts (now end and restart Perl interpreter) | |||
2003-11-30 | Added "Perl scripts unloaded" message when unloading all Perl scripts | Sebastien Helleu | |
2003-11-29 | Added plugin prefix ("=P=") in front of scripts messages | Sebastien Helleu | |
2003-11-28 | SIGINT signal (Ctrl-C) intercepted, handler does nothing | Sebastien Helleu | |
2003-11-23 | - Perl unloading is now ok (unload all scripts), | Sebastien Helleu | |
- /perl prints all Perl scripts, - error if registering 2 Perl scripts with same (internal) name. | |||
2003-11-22 | Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" function | Sebastien Helleu | |
2003-11-22 | Added Perl command handlers | Sebastien Helleu | |
2003-11-16 | Added Perl handlers | Sebastien Helleu | |
2003-11-16 | Perl plugin support | Sebastien Helleu | |
2003-11-09 | DEBUG macro moved to config.h | Sebastien Helleu | |
2003-11-03 | Fixed display bug in --help and --license options | Sebastien Helleu | |
2003-11-01 | Fixed crash with /set command | Sebastien Helleu | |
2003-11-01 | Added #ifdef ENABLE_NLS (do not translate if ./configure --disable-nls) | Sebastien Helleu | |
2003-11-01 | Fixed bug for locale directory | Sebastien Helleu | |
2003-10-26 | Renamed to weeconfig.c and weeconfig.h | Sebastien Helleu | |
2003-10-26 | Added #include "config.h" with #ifdef HAVE_CONFIG_H | Sebastien Helleu | |
2003-10-25 | Added ./configure script to build WeeChat | Sebastien Helleu | |