summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
AgeCommit message (Expand)Author
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-05-14irc: fix typo in /help linksSebastien Helleu
2011-04-29irc: fix tags for messages sent with /msg command (bug #33169)Sebastien Helleu
2011-04-24irc: use tag "notify_none" for self messagesSebastien Helleu
2011-04-16core: prohibit names beginning with "#" for bars, proxies, filters and IRC se...Sebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...Sebastien Helleu
2011-02-17Fix typo: #weecht -> #weechatSebastien Helleu
2011-02-08Fix some translationsSebastien Helleu
2011-02-08Fix typo: half channel operator -> channel half-operatorSebastien Helleu
2011-02-08Fix typo: transfert -> transferSebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-01-10Use options for server with /connect command when temporary server already ex...Sebastien Helleu
2011-01-02Fix completion of IRC commands /notice, /query and /quote (add -server with s...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-27Add option "-server" to command /join (task #10837)Sebastien Helleu
2010-12-09Add option "-switch" to commands /connect and /reconnectSebastien Helleu
2010-12-09Allow /reconnect on servers that are not currently connectedSebastien Helleu
2010-12-02Allow channel argument without user/host for IRC command /banSebastien Helleu
2010-12-02Replace "receiver" by "target" in help of some IRC commandsSebastien Helleu
2010-11-29Fix /help notice: receiver can be nick or channelSebastien Helleu
2010-11-12Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)Sebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...Sebastien Helleu
2010-10-31Remove unused variablesSebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu...Sebastien Helleu
2010-10-10Add tag "nick_xxx" in IRC messagesSebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-10-08Switch to next server address when IRC error is received after TCP connection...Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-08-04Do not connect to server after creating it with /server add (even if autoconn...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-24Fix typo in /help wallchopsSebastien Helleu
2010-05-23Add IRC command /wallchops, fix bug with display of notice for ops (task #100...Sebastien Helleu
2010-05-20Add examples in /help joinSebastien Helleu
2010-04-21Add new options irc.network.autoreconnect_delay_growing and irc.network.autor...Sebastien Helleu
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