summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-19Removed unused variablesSebastien Helleu
2004-01-19Fixed minor typoSebastien Helleu
2004-01-18Servers allowed on command line (irc://nick:passwd@irc.example.org:port)Sebastien Helleu
2004-01-18Changed default color for info barSebastien Helleu
2004-01-18Added info barSebastien Helleu
2004-01-18Fixed crash with /oper commandSebastien Helleu
2004-01-17Updated ChangeLogSebastien Helleu
2004-01-17Fixed bug when un*x realname (in /etc/passwd) is not setSebastien Helleu
2004-01-17Added check of sys/types.h pwd.h and errno.hSebastien Helleu
2004-01-17Updated french translationsSebastien Helleu
2004-01-17Nick for default config file is now based on un*x userSebastien Helleu
2004-01-15Updated ChangelogSebastien Helleu
2004-01-15Fixed crash when config file can not be createdSebastien Helleu
2004-01-15Create plugin directories only if plugin is built when WeeChat is compiledSebastien Helleu
2004-01-15Added LOCALEDIR defineSebastien Helleu
2004-01-11Added default values for --config optionSebastien Helleu
2004-01-11Added config file optionsSebastien Helleu
2004-01-11Added -c (--config) command line parameter to see config file optionsSebastien Helleu
2004-01-11Added -c (--config) command line parameter to see config file optionsSebastien Helleu
2004-01-03Updated doc for v0.0.4Sebastien Helleu
2004-01-01Highlight action messagesSebastien Helleu
2004-01-01Version 0.0.5-pre1Sebastien Helleu
2004-01-01Added --enable-perl for ./configure and Perl dependency for Debian package ↵Sebastien Helleu
(for building v0.0.4 RPM & Debian packages)
2004-01-01Modified revision dateSebastien Helleu
2004-01-01Version 0.0.4Sebastien Helleu
2004-01-01Removed Qt sources (not used today)Sebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31Updated FAQ.Sebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not ↵Sebastien Helleu
switch to this window
2003-12-26Added highlight (when our nick is written in a channel/private window), ↵uid67137
added "col_chat_highlight" configuration option
2003-12-26Perl 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-12-24Added problem with WeeChat and KDE Konsoleuid67137
2003-12-23Updated Portuguese doc.uid67137
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
- cleanup code in main() function of weechat.c - fixed bug when unloading all Perl scripts (now end and restart Perl interpreter)
2003-11-30Added "Perl scripts unloaded" message when unloading all Perl scriptsSebastien Helleu
2003-11-29Added "print_with_channel" function (for Perl scripts)Sebastien Helleu
2003-11-29Added plugin prefix ("=P=") in front of scripts messagesSebastien Helleu
2003-11-28SIGINT signal (Ctrl-C) intercepted, handler does nothingSebastien Helleu
2003-11-23Updated TODOSebastien Helleu
2003-11-23Updated french translationSebastien 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-23Updated docSebastien Helleu
2003-11-23WeeChat documentationSebastien Helleu
2003-11-22Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" functionSebastien Helleu
2003-11-22Added Perl command handlersSebastien Helleu
2003-11-17Added Perl message handlersSebastien Helleu
2003-11-16Added Perl handlersSebastien Helleu
2003-11-16Removed perl.cSebastien Helleu
2003-11-16Updated (Perl interface ok)Sebastien Helleu