summaryrefslogtreecommitdiff
path: root/src/common/command.c
AgeCommit message (Expand)Author
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ...Sebastien Helleu
2005-11-13- added "resize" option for /window commandSebastien Helleu
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
2005-11-11Fixed minor display bug with /set commandSebastien Helleu
2005-11-09Fixed minor display bug with options helpSebastien Helleu
2005-11-06Commented out code for calling PRIVMSG plugins handlers when user send text toSebastien Helleu
2005-11-06Added missing translation for /uptime commandSebastien Helleu
2005-11-06Added /uptime commandSebastien Helleu
2005-11-05Fixed some bugs with color codes:Sebastien Helleu
2005-11-04Added message for /buffer notify completionSebastien Helleu
2005-11-04Fixed crash with /buffer commandSebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-10-02Added online help for config options (with /set full_option_name)Sebastien Helleu
2005-09-28Fixed /server command help (3 nicks are mandatory if -nicks used)Sebastien Helleu
2005-09-13Fixed crash when closing a buffer used by more than one windowSebastien 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-08-21Added Ruby plugins skeletonSebastien Helleu
2005-07-19Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no...Sebastien Helleu
2005-07-19Fixed auto-rejoin for channels with keySebastien 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-30* commands from users outside channel now authorized (if special user or chan...Sebastien Helleu
2005-06-27Added IPv6 supportSebastien Helleu
2005-06-19Added SSL support with gnutls libSebastien Helleu
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-06-16fix a filename error while loading a python script manuallyEmmanuel Bouthenot
2005-05-08Plugin message handler is now called for own messages (as "privmsg" IRC comma...Sebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-05-01Added Python plugin supportSebastien Helleu
2005-03-13Added /ban, /unban and /kickban commands, fixed /kick commandSebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-03-10Fixed some commands help for docSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-21Fixed /connect and /disconnect commands, improved output of some commandsSebastien Helleu
2005-02-20Connection to IRC server is now made by child process (non blocking)Sebastien Helleu
2005-02-17Improved /help command outputSebastien Helleu
2005-02-15Fixed /buffer close command (now ok when disconnected from server)Sebastien Helleu
2005-02-14Fixed /help command (display bug)Sebastien Helleu
2005-02-12Plugins messages are logged with new config option (log_plugin_msg); on serve...Sebastien Helleu
2005-02-06Improved /window command: now split and merge are ok, fixed crash when resizi...Sebastien Helleu
2005-01-31Fixed many memory leaksSebastien Helleu
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-23Improved completion for /set command (now adds '=' at the end)Sebastien Helleu