summaryrefslogtreecommitdiff
path: root/src/common/weechat.c
AgeCommit message (Expand)Author
2006-06-10Added error message when home is not a directory (bug #16772)Sebastien Helleu
2006-05-20Automatically rename log file when crashing, added backtrace to log fileSebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for...Sebastien Helleu
2006-05-19Added backtrace when WeeChat crashesSebastien Helleu
2006-05-16Added lock for log file (~/.weechat/weechat.log), only one WeeChat process ca...Sebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-03-25Added hostname/IP option for connection to serverSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-06Fixed chmod on home (now chmod is not executed when a directory is user's home)Sebastien Helleu
2006-03-04Using new default value for DCC download dir (created at startup), fixed logs...Sebastien Helleu
2006-01-26Fixed bug with /upgrade when servers buffer (with one buffer for all servers)...Sebastien Helleu
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) (pa...Sebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-20Changed some command outputs for docSebastien Helleu
2005-12-11After a /upgrade, load session before pluginsSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-06Added /uptime commandSebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-30Added command line arguments to disable auto-connect to servers and plugins a...Sebastien Helleu
2005-10-26Signal SIGPIPE now ignored by WeeChatSebastien Helleu
2005-10-21Full UTF-8 support, auto-detection of UTF-8 usage (locale)Sebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-10-03Added auto-creation of ~/.weechat/{perl|python}/config directoriesSebastien Helleu
2005-10-02Added online help for config options (with /set full_option_name)Sebastien Helleu
2005-09-23Replaced gettext with macro "_"Sebastien Helleu
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-09-02Signal SIGQUIT is now ignoredSebastien Helleu
2005-07-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien Helleu
2005-07-09Internal functions descriptions for keys are now displayed and translatedSebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key wa...Sebastien Helleu
2005-06-28Added IPv6 and SSL options for command line IRC urlSebastien Helleu
2005-06-27Added IPv6 supportSebastien Helleu
2005-06-22gnutls code compiled according to pre-processor var HAVE_GNUTLSSebastien Helleu
2005-06-21Added certificate management in SSL (connection now ok with SSL server)Sebastien Helleu
2005-06-19Added SSL support with gnutls libSebastien Helleu
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
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 weech...Sebastien Helleu
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