summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
AgeCommit message (Expand)Author
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-04-05Add option "-open" for IRC command /connectSebastien Helleu
2010-03-29Fix IRC command /list: send channel and server name given as argument, and us...Sebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-23Add examples in /help dcc, update german translationsSebastien Helleu
2010-03-21Remove IRC commands /forcejoin and /omode (now possible with alias and custom...Sebastien Helleu
2010-03-20Add IRC commands /omode and /forcejoin (patch #7126)Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-19Move /away command from irc plugin to coreSebastien Helleu
2010-03-02Fix bug with /away -all in IRC plugin: set or unset future away for disconnec...Sebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function "string_enco...Sebastien Helleu
2010-02-13Fix color of word "Notice" when sending IRC noticeSebastien Helleu
2010-02-03Add anti-flood for many IRC commands/messagesSebastien Helleu
2010-02-02Add IRC command /mapSebastien Helleu
2010-02-02Add tip about addresses and another example in /help serverSebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-18Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ...Sebastien Helleu
2010-01-17Add new IRC output queue for messages with low priority (like automatic CTCP ...Sebastien Helleu
2010-01-08Update german translationsSebastien Helleu
2010-01-08Add new IRC commands /allchan and /allserv with excluding option, commands /a...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2010-01-01Fix buffer used to display IRC notice sent to channel or nick (bug #28455)Sebastien Helleu
2009-12-02Add arguments for IRC command /rehashSebastien Helleu
2009-11-24Add all server options for IRC commands /server and /connectSebastien Helleu
2009-11-19Fix command /connect (options -ssl, -ipv6 and -port) (bug #27486)Sebastien Helleu
2009-10-19Improve mask used by command /kickbanSebastien Helleu
2009-10-10Add IRC commands /samode, /sanick, /sapart, /saquitSebastien Helleu
2009-10-10Add IRC command /sajoin (task #9770)Sebastien Helleu
2009-10-03Fix bugs with colors in some german translations (patch #6919)Sebastien Helleu
2009-09-20Add missing charset decoding/encoding for IRC DCC chat (bug #27482)Sebastien Helleu
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add missing...Sebastien Helleu
2009-08-28Add 2 new completions (irc_server_channels and irc_server_privates), improve ...Sebastien Helleu
2009-07-27Allow no argument for command /join when /part was issued on current channelSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-17Remove "/server switch" from doc and completion templateSebastien Helleu
2009-06-11Fix typo with plural of "ignore"Sebastien Helleu
2009-06-11Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ...Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-17Add missing refresh of "away" bar item with IRC /away commandSebastien Helleu
2009-05-08Fix completion of IRC commands /whois and /whowasSebastien Helleu
2009-05-03Fix crash when deleting last server if there is one buffer for all serversSebastien Helleu
2009-04-24Add anti-flood for extra IRC commands like msg/notice/query/quote and some otherSebastien Helleu
2009-04-11Fix /me command (irc plugin): allow command without argumentSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Fix crash with IRC server switch (alt-s) when no server buffer is openedSebastien Helleu
2009-04-01Fix crash when executing "/msg * something" on an IRC server bufferSebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
2009-03-02Fix bug with detection of channel name in command /modeSebastien Helleu
2009-03-02Make channel optional in IRC command /mode (bug #25735)Sebastien Helleu