summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.c
AgeCommit message (Expand)Author
2012-04-03irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages dis...Sebastien Helleu
2012-03-26irc: force the clear of nicklist when joining a channel (nicklist was not syn...Sebastien Helleu
2012-03-23irc: do not translate string "Msg" for messages to channel ops/voicedSebastien Helleu
2012-03-22irc: do not send command "MODE #channel" on manual /names (do it only when na...Sebastien Helleu
2012-03-15irc: update away flag for nicks on manual /whoSebastien Helleu
2012-03-14irc: display privmsg messages to "@#channel" and "+#channel" in channel buffe...Sebastien Helleu
2012-03-12irc: use computed nick color in many messages instead of option weechat.color...Sebastien Helleu
2012-03-06irc: fix display of color in hostname (join/part/quit messages)Sebastien Helleu
2012-03-06irc: compute hash to find nick color for nick in server message when nick is ...Sebastien Helleu
2012-02-29irc: add support of "external" SASL mechanism (task #11864)Kyle Fuller
2012-02-19irc: rename server option "cap" to "capabilities"Sebastien Helleu
2012-02-19irc: add option "cap" in servers to enable capabilities on connectionSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2012-01-06irc: use low priority for MODE sent automatically by WeeChat (when joining ch...Sebastien Helleu
2012-01-06irc: use redirection to get channel modes after update of modes on channel, d...Sebastien Helleu
2011-12-25irc: add optional server in info "irc_is_channel" (before channel name) (bug ...Sebastien Helleu
2011-11-17irc: display messages kick/kill/mode/topic even if nick is ignored (bug #34853)Sebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-11-07irc: display channel voice notices received in channel buffer (bug #34762), d...Sebastien Helleu
2011-11-04irc: add missing reset of color and attributes in display of nicks when joini...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-03irc: fix crash on malformed irc notice received (without message after target)Sebastien Helleu
2011-09-30irc: set host for nick on each nick change (if not already set)Sebastien Helleu
2011-09-29irc: set host for nick on each channel message (if not already set)Sebastien Helleu
2011-09-27irc: add missing messages for whois: 223, 264Sebastien Helleu
2011-09-22irc: add missing aliases for some printed messages ("whois" for message 330/3...Sebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug #29879),...Sebastien Helleu
2011-08-22irc: fix short name of buffer when nick changes in pv bufferSebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-14irc: add tag "nick_xxx" for messages join/part/quit and wallopsSebastien Helleu
2011-08-14irc: set short name on buffers only if it was not set by another plugin/scriptSebastien Helleu
2011-07-18irc: fix crash when malformed IRC message 352 (WHO) is received (bug #33790)Sebastien Helleu
2011-06-16irc: update host of nicks on manual /whoSebastien Helleu
2011-05-06irc: fix parsing of message 332 when no topic neither colon are found (bug wi...Sebastien Helleu
2011-04-28irc: add new options irc.color.topic_old and irc.color.topic_newSebastien Helleu
2011-04-24irc: use tag "notify_none" for self messagesSebastien Helleu
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection t...Sebastien Helleu
2011-03-24irc: fix self nick color in nicklist after changing nick with /nickSebastien Helleu
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single...Sebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...Sebastien 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-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...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