summaryrefslogtreecommitdiff
path: root/src/common/command.h
AgeCommit message (Collapse)Author
2007-10-31Moved files from src/common to core, gui and plugins directoriesSebastien Helleu
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-04-24Added /reconnect command (task #5448)Sebastien Helleu
2007-03-01Fixed completion of redefined commands removed by plugins (bug #19176)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), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special ↵Sebastien Helleu
vars $nick/$channel/$server for server_command, alias and plugin command handlers
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-06-15Added color encoding for some commands like /meSebastien Helleu
2006-05-13Added charset encoding for some command arguments (like /me, /msg, /query, ..)Sebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-08Improved alias completion (now uses target command for completion)Sebastien Helleu
2006-02-16clean code while parsing commands in server_command and make possible to run ↵Emmanuel Bouthenot
many (irc or weechat) commands with alias
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-17Fixed FIFO pipe buffer detection, away message (301) now displayed in query ifSebastien Helleu
exists, otherwise on server buffer
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien 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-13add command /historyEmmanuel Bouthenot
2005-11-06Added /uptime commandSebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-08-21Added Ruby plugins skeletonSebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key ↵Sebastien Helleu
was added and some new default keys were added - added seconds in infobar time (optional with new config flag) - fixed some curses refreshs
2005-05-01Added Python plugin supportSebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-01-31Fixed many memory leaksSebastien 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-02Added new options look_charset_decode/look_charset_encode and /unset command.Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-07-04Added /buffer command, jump to buffer by number (alt-digit), actions now ok ↵Sebastien Helleu
in private buffers
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-11-22Added Perl command handlersSebastien Helleu
2003-11-16Perl plugin supportSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu