summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Collapse)Author
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
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
2010-11-12Fix bug with priority (low/high) for irc messages (all messages were sent ↵Sebastien Helleu
with low priority)
2010-11-12Fix color of buffer name in status bar after /upgrade for IRC servers ↵Sebastien Helleu
connected with SSL
2010-11-12Set tag "notify_message" for messages sent to IRC channelsSebastien Helleu
2010-11-10Remove debug print of irc redirects in log fileSebastien Helleu
2010-11-10Fix bug with /upgrade on ssl servers with prefix modes and charsSebastien Helleu
The value of isupport, prefix_modes and prefix_chars in irc server are now removed on connection, not on disconnection.
2010-11-10Search nicklist group without leading digits in irc pluginSebastien Helleu
2010-11-10Fix zero byte malloc when joining a channel without nickSebastien Helleu
2010-11-09Add note about "%h" replaced by WeeChat home in some optionsSebastien Helleu
2010-11-09Fix irc topic completion in command /topic when channel topic starts with ↵Sebastien Helleu
channel name
2010-11-08Update buffer local variables when irc server is renamedSebastien Helleu