summaryrefslogtreecommitdiff
path: root/src/common/weechat.h
AgeCommit message (Expand)Author
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-22Charsets are now checked when set by /charset commandSebastien Helleu
2006-06-26Case ignored for channel names in charset options (bug #16858)Sebastien 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-03-24Added /setp command (set plugin options)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-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-10Fixed bugs with /upgrade command (FIFO pipe now closed before upgrade, andSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-06Added /uptime commandSebastien Helleu
2005-10-30Added command line arguments to disable auto-connect to servers and plugins a...Sebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-07-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien 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-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-04-30Changes for Mac OS X platform (now ok)Sebastien Helleu
2005-03-10Added --irc-commands and --weechat-commands command line optionsSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-01-31Fixed many memory leaksSebastien Helleu
2005-01-23Added lag indicatorSebastien Helleu
2005-01-05Improved /set command: new colors, server options can be changed while WeeCha...Sebastien Helleu
2005-01-02Added new options look_charset_decode/look_charset_encode and /unset command.Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-10-22Changed xahlexx mailSebastien Helleu
2004-09-09DCC not auto accepted (depending on config), "~" replaced by home in dcc down...Sebastien Helleu
2004-01-24Channel can be specified at the end of command line URL with /channelSebastien Helleu
2004-01-19Added look_infobar_timestamp config optionSebastien 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-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-16Perl plugin supportSebastien Helleu
2003-11-09DEBUG macro moved to config.hSebastien Helleu
2003-11-03Fixed display bug in --help and --license optionsSebastien Helleu
2003-11-01Added #ifdef ENABLE_NLS (do not translate if ./configure --disable-nls)Sebastien Helleu
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu