summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
AgeCommit message (Expand)Author
2011-11-07irc: display channel voice notices received in channel buffer (bug #34762), d...Sebastien Helleu
2011-11-04irc: allow URL "irc://" in command /connectSebastien Helleu
2011-10-27irc: add missing modes in /help mode (synopsis of command)Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22irc: use high priority queue for sending modes and wallchops messagesSebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-28irc: allow reason for command /disconnectSebastien Helleu
2011-08-27irc: allow server name for commands /die and /restartSebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug #29879),...Sebastien Helleu
2011-08-18irc: fix compilation warning under FreeBSDSebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-08irc: fix message displayed by command /msg nickservSebastien Helleu
2011-07-27irc: complete help of command /ban (explain what is does without argument)Sebastien Helleu
2011-07-10irc: fix crash when /join command is executed on a non-irc buffer (bug #33742)Sebastien Helleu
2011-06-22irc: add prefix "#" for all channels on join (if no prefix given)Sebastien Helleu
2011-06-16irc: switch to buffer on /join #channel if channel buffer already existsSebastien Helleu
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