summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Collapse)Author
2011-04-16core: prohibit names beginning with "#" for bars, proxies, filters and IRC ↵Sebastien Helleu
servers (bug #33020)
2011-04-15irc: fix memory leak when copying or renaming serverSebastien Helleu
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade ↵Sebastien Helleu
(plugins: irc, relay, xfer, scripts)
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection ↵Sebastien Helleu
to server (bug #33029)
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
"chat")
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a ↵Sebastien Helleu
single option irc.color.nick_prefixes (task #10888)
2011-03-23irc: fix local variable "away" on server buffer (set/delete it each time ↵Sebastien Helleu
away is set or removed on server)
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option ↵Sebastien Helleu
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506)
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 ↵Sebastien Helleu
exist (bug #32667)
2011-03-04Add new option irc.look.color_nicks_in_namesSebastien Helleu
2011-03-02Fix verification of SSL certificates by calling gnutls verify callback ↵Gu1ll4um3r0m41n
(patch #7459)
2011-02-24Refresh nicks colors in nicklist when changing option ↵Sebastien Helleu
weechat.color.chat_nick_colors
2011-02-24Do not update self nick color when changing option ↵Sebastien Helleu
weechat.color.chat_nick_colors
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 ↵Sebastien Helleu
same name (for same command name in many plugins)
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) ↵Sebastien Helleu
(bug #32216)
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-10Use options for server with /connect command when temporary server already ↵Sebastien Helleu
exists
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 ↵Sebastien Helleu
servers) (bug #32027)
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 ↵Sebastien Helleu
option "weechat.color.chat_nick_colors" (comma separated list of colors)
2010-12-15Fix bug with charset decoding on IRC private buffers (decoding was made for ↵Sebastien Helleu
local nick instead of remote nick) (bug #31890)
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 ↵Sebastien Helleu
string_has_highlight_regex in plugin API (task #10321)
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