summaryrefslogtreecommitdiff
path: root/src/common/weechat.c
AgeCommit message (Collapse)Author
2005-04-30Changes for Mac OS X platform (now ok)Sebastien Helleu
2005-04-17Improved gettext installation (now ok under BSD)Sebastien Helleu
2005-03-24Fixed crash with 64-bits arch (like AMD64) when converting UTF-8, added ↵Sebastien Helleu
weechat version in log at startup
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-03-10Fixed some commands help for docSebastien Helleu
2005-03-10Fixed list of commands outputSebastien Helleu
2005-03-10Added --irc-commands and --weechat-commands command line optionsSebastien Helleu
2005-03-06Crash message modifiedSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-19Added test of HAVE_ICONV, so compile is ok if iconv is not foundSebastien Helleu
2005-01-31Fixed many memory leaksSebastien Helleu
2005-01-23Added lag indicatorSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray ↵Sebastien Helleu
removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice
2005-01-03Server & error messages now prefixed, /server command modified, ↵Sebastien Helleu
~/.weechat/logs dir can be read/write by user only
2005-01-02Added new options look_charset_decode/look_charset_encode and /unset command.Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-12-27auto-reconnection to server (new options: server_autoreconnect (on/off), ↵Sebastien Helleu
server_autoreconnect_delay (in seconds)), disconnections are now managed without problem by WeeChat
2004-12-21Added server_command_delay config option (delay in seconds after startup ↵Sebastien Helleu
command)
2004-10-22Changed xahlexx mailSebastien Helleu
2004-10-17Auto-rejoin channels when kicked (new config option: server_autorejoin on/off)Sebastien Helleu
2004-09-19Log server/channel/private to fileSebastien Helleu
2004-09-08Fixed crash when resizing terminal to very small size, "-MORE-" message is ↵Sebastien Helleu
now erased when switching to another buffer
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 ↵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 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-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