summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi...Sebastien Helleu
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection t...Sebastien Helleu
2011-04-11irc: use nick color for users outside the channelSebastien Helleu
2011-04-10irc: update short name of server buffer when server is renamedSebastien Helleu
2011-03-24irc: fix self nick color in nicklist after changing nick with /nickSebastien Helleu
2011-03-23irc: return empty color name for nick prefix when no mode is set (instead of ...Sebastien Helleu
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single...Sebastien Helleu
2011-03-23irc: fix local variable "away" on server buffer (set/delete it each time away...Sebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...Sebastien Helleu
2011-03-15Add new option irc.look.buffer_auto_switch_on_joinSebastien Helleu
2011-03-07Add new option irc.look.smart_filter_nickSebastien Helleu
2011-03-05Silently ignore IRC kicks when channel is not foundSebastien Helleu
2011-03-05Ignore IRC join if nick is not self nick and if channel buffer does not exist...Sebastien Helleu
2011-03-04Add new option irc.look.color_nicks_in_namesSebastien Helleu
2011-03-02Fix verification of SSL certificates by calling gnutls verify callback (patch...Gu1ll4um3r0m41n
2011-02-24Refresh nicks colors in nicklist when changing option weechat.color.chat_nick...Sebastien Helleu
2011-02-24Do not update self nick color when changing option weechat.color.chat_nick_co...Sebastien Helleu
2011-02-23Add new option irc.look.color_nicks_in_nicklistSebastien Helleu
2011-02-17Fix typo: #weecht -> #weechatSebastien Helleu
2011-02-10Fix crash when completing /part command on a non-irc buffer (bug #32402)Sebastien 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-07Remove unneeded spacesSebastien Helleu
2011-02-05Add color "gray", fix white background (use white instead of gray)Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...Sebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-10Use options for server with /connect command when temporary server already ex...Sebastien Helleu
2011-01-09Differenciate IRC notices from messages in private buffer (bug #31980)Sebastien Helleu
2011-01-05Silently ignore IRC PRIVMSG message if target channel is not foundSebastien Helleu
2011-01-03Update nick modes with IRC message 221 (bug #32038)Sebastien Helleu
2011-01-02Fix crash with malformed IRC message "324" receivedSebastien Helleu
2011-01-02Fix completion of IRC commands /notice, /query and /quote (add -server with s...Sebastien Helleu
2011-01-02Fix memory leak in flush of irc message queueSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-27Add option "-server" to command /join (task #10837)Sebastien Helleu
2010-12-20Replace the 10 nick color options and number of nick colors by a single optio...Sebastien Helleu
2010-12-15Fix bug with charset decoding on IRC private buffers (decoding was made for l...Sebastien Helleu
2010-12-13Use case insensitive comparison for string in redirected messagesSebastien 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-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-21Fix warning in irc-message.hSebastien Helleu
2010-11-21Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu
2010-11-12Fix bug with flags on irc raw bufferSebastien Helleu
2010-11-12Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)Sebastien Helleu