summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2011-05-26irc: fix memory leak in message parser (when called from other plugins like r...Sebastien Helleu
2011-05-26irc: fix memory leak on plugin unload (free ignores)Sebastien Helleu
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-05-14irc: fix typo in /help linksSebastien Helleu
2011-05-06irc: fix parsing of message 332 when no topic neither colon are found (bug wi...Sebastien Helleu
2011-05-02irc: fix nick color in private when option irc.look.nick_color_force is changedSebastien Helleu
2011-04-29irc: fix tags for messages sent with /msg command (bug #33169)Sebastien Helleu
2011-04-28irc: add new options irc.color.topic_old and irc.color.topic_newSebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-04-26irc: add modifier "irc_in2_xxx" (called after charset decoding)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-04-15irc: fix memory leak when copying or renaming serverSebastien Helleu
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