summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-01-15Added LOCALEDIR defineSebastien Helleu
2004-01-11Added default values for --config optionSebastien Helleu
2004-01-11Added -c (--config) command line parameter to see config file optionsSebastien Helleu
2004-01-01Highlight action messagesSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not sw...Sebastien Helleu
2003-12-26Added highlight (when our nick is written in a channel/private window), added...uid67137
2003-12-26Perl scripts auto-load, if no path given, look in ~/.weechat/perl when loadin...uid67137
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
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-23- Perl unloading is now ok (unload all scripts),Sebastien 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
2003-11-16Perl plugin supportSebastien Helleu
2003-11-09Perl plugin skeletonSebastien Helleu
2003-11-09DEBUG macro moved to config.hSebastien Helleu
2003-11-03Fixed display bug in --help and --license optionsSebastien Helleu
2003-11-02Fixed bug on some IRC servers (when nick too long and nicklist problem)Sebastien Helleu
2003-11-02Fixed display bug when resizing term windowSebastien Helleu
2003-11-01Fixed crash with /set commandSebastien Helleu
2003-11-01Added #ifdef ENABLE_NLS (do not translate if ./configure --disable-nls)Sebastien Helleu
2003-11-01Fixed bug for locale directorySebastien Helleu
2003-10-27Fixed sort bug (op, halfop, voice, normal)Sebastien Helleu
2003-10-26Renamed to weeconfig.c and weeconfig.hSebastien Helleu
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu
2003-10-26Code cleanupSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu
2003-10-25Removed old MakefileSebastien Helleu
2003-10-25File moved to src/common directorySebastien Helleu
2003-10-13New gtk featuresSebastien Helleu
2003-10-12Added Gtk window creationSebastien Helleu
2003-10-12Added CTCP Ping command (and display correctly when reply is received).Sebastien Helleu
2003-10-12Common functions for all GUI.Sebastien Helleu
2003-10-12Version 0.0.3-pre2; added Gtk core functions.Sebastien Helleu
2003-10-12Removed old Gtk sources.Sebastien Helleu
2003-10-12Fixed sort bug (nicks are now correctly sorted: op, halfop, voice, other)Sebastien Helleu
2003-10-12Removed old text interface.Sebastien Helleu
2003-10-11Removed old text interface.Sebastien Helleu
2003-10-11Fixed crash when entering text without any server connectionSebastien Helleu
2003-10-11Added french translation for WeeChatSebastien Helleu
2003-10-11Added commands: die, summon, users, wallops, userhost, ison ; fixed display b...Sebastien Helleu
2003-10-09Added commands: info, servlist, squery, who and whowasSebastien Helleu