summaryrefslogtreecommitdiff
path: root/src/common/weechat.c
AgeCommit message (Expand)Author
2004-09-08Fixed crash when resizing terminal to very small size, "-MORE-" message is no...Sebastien Helleu
2004-07-04Removed "?" when system date not foundSebastien Helleu
2004-01-24Channel can be specified at the end of command line URL with /channelSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-19Added look_infobar_timestamp config optionSebastien 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-18Added info barSebastien 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-11Added default values for --config optionSebastien Helleu
2004-01-11Added -c (--config) command line parameter to see config file optionsSebastien Helleu
2003-12-31New copyrightSebastien Helleu
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-28SIGINT signal (Ctrl-C) intercepted, handler does nothingSebastien Helleu
2003-11-22Added Perl command handlersSebastien Helleu
2003-11-16Perl plugin supportSebastien 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-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu