summaryrefslogtreecommitdiff
path: root/src/common/command.c
AgeCommit message (Expand)Author
2007-09-19Added missing options in /server completion: "add" and "keep"Sebastien Helleu
2007-09-02Added new option "deloutq" to /server command to flush all servers messages o...Sebastien Helleu
2007-08-31Added "/debug buffer" command to see raw buffer contentSebastien Helleu
2007-08-29Added string length limit for setup file optionsSebastien Helleu
2007-08-27Fixed typo in /help serverSebastien Helleu
2007-08-27Fixed typo in /help serverSebastien Helleu
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-08-08Fixed /server help messageSebastien Helleu
2007-08-08Improved /connect command to connect to a host by creating a temporary server...Sebastien Helleu
2007-08-08Allow clear of multiple selected buffers with /clear (patch #6112)Sebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-07-18Fixed crash when sending data to channel or pv on disconnected server (bug #2...Sebastien Helleu
2007-07-18Improved command /server ant its output, added plural form in PO filesSebastien Helleu
2007-07-15Added key function "jump_previous_buffer" to jump to buffer previously displa...Sebastien Helleu
2007-07-13Added "-nojoin" option for /connect and /reconnect commands (task #7074), add...Sebastien Helleu
2007-07-12Fixed bugs with IRC color in messages, now color codes are inserted in comman...Sebastien Helleu
2007-07-05Added "scroll" option to /buffer commandSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-06-12Removed tests on binary when using /upgradeSebastien Helleu
2007-06-11Added argument for /upgrade command (path to binary), check that binary file ...Sebastien Helleu
2007-05-23Fixed minor typo in translationsSebastien Helleu
2007-05-22Improved IRC long message split: use word boundary (task #6685)Sebastien Helleu
2007-05-22Removed ":" for unknown IRC commands before arguments (bug #19929)Sebastien Helleu
2007-05-22Fixed bug with "/buffer query_name", added server and channel completion for ...Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based o...Sebastien Helleu
2007-05-09Fixed bug with $nick/$channel/$server variables in commandsSebastien Helleu
2007-04-24Added /reconnect command (task #5448)Sebastien Helleu
2007-04-24Added "-all" option for /connect and /disconnect commands (task #6232)Sebastien Helleu
2007-04-14Improved nick completion: completes with last speakers first (task #5896), fi...Sebastien Helleu
2007-03-27Fixed command parsing: now "/*" is not considered any more as a command (task...Sebastien Helleu
2007-03-23Fixed crash when closing a pv if a DCC chat is open on same nick (bug #19147)Sebastien Helleu
2007-03-16Improved password hiding, code cleanup (bug #19229) (new commit after savanna...Sebastien Helleu
2007-03-07Updated translationsSebastien Helleu
2007-03-05Fixed /help command: displays plugin help for redefined commands (bug #19166)Sebastien Helleu
2007-03-05Updated /help alias with $nick/$channel/$server (bug #19194)Sebastien Helleu
2007-03-01Prefix '/' disabled in commands (patch #5769)Sebastien Helleu
2007-03-01Fixed completion of redefined commands removed by plugins (bug #19176)Sebastien Helleu
2007-02-12Added "call" option to /key command, added new key function "insert" to inser...Sebastien Helleu
2007-02-05Added event handlers in plugin list commands outputs (/plugin and script comm...Sebastien Helleu
2007-02-03Added numeric argument for /clear command (buffer number) (patch #5372)Sebastien Helleu
2007-01-16Fixed crash when closing a buffer opened on many windowsSebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)Sebastien Helleu
2006-11-09Added "irc_send_unknown_commands" option to send unknown commands to IRC serv...Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu
2006-10-24Fixed bug with modifiers list in "/plugin listfull" commandSebastien Helleu
2006-10-24Fixed typo in /plugin command helpSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-08-30Command /key now ok with one arg (key name): display key if foundSebastien Helleu
2006-08-25Added server default notify level (task #5634), fixed crashs with /buffer and...Sebastien Helleu