summaryrefslogtreecommitdiff
path: root/src/common/weechat.c
AgeCommit message (Expand)Author
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based o...Sebastien Helleu
2007-02-12Added "call" option to /key command, added new key function "insert" to inser...Sebastien Helleu
2007-02-06Fixed permissions on "dcc" and "logs" directories (bug #18978)Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars...Sebastien Helleu
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-07-18Added "look_save_on_exit" option (patch from Emanuele Giaquinta)Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ...Sebastien Helleu
2006-06-26Case ignored for channel names in charset options (bug #16858)Sebastien Helleu
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