index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
irc
/
irc-protocol.c
Age
Commit message (
Expand
)
Author
2012-04-03
irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages dis...
Sebastien Helleu
2012-03-26
irc: force the clear of nicklist when joining a channel (nicklist was not syn...
Sebastien Helleu
2012-03-23
irc: do not translate string "Msg" for messages to channel ops/voiced
Sebastien Helleu
2012-03-22
irc: do not send command "MODE #channel" on manual /names (do it only when na...
Sebastien Helleu
2012-03-15
irc: update away flag for nicks on manual /who
Sebastien Helleu
2012-03-14
irc: display privmsg messages to "@#channel" and "+#channel" in channel buffe...
Sebastien Helleu
2012-03-12
irc: use computed nick color in many messages instead of option weechat.color...
Sebastien Helleu
2012-03-06
irc: fix display of color in hostname (join/part/quit messages)
Sebastien Helleu
2012-03-06
irc: compute hash to find nick color for nick in server message when nick is ...
Sebastien Helleu
2012-02-29
irc: add support of "external" SASL mechanism (task #11864)
Kyle Fuller
2012-02-19
irc: rename server option "cap" to "capabilities"
Sebastien Helleu
2012-02-19
irc: add option "cap" in servers to enable capabilities on connection
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2012-01-06
irc: use low priority for MODE sent automatically by WeeChat (when joining ch...
Sebastien Helleu
2012-01-06
irc: use redirection to get channel modes after update of modes on channel, d...
Sebastien Helleu
2011-12-25
irc: add optional server in info "irc_is_channel" (before channel name) (bug ...
Sebastien Helleu
2011-11-17
irc: display messages kick/kill/mode/topic even if nick is ignored (bug #34853)
Sebastien Helleu
2011-11-12
irc: add case insensitive string comparison based on casemapping of server (r...
Sebastien Helleu
2011-11-07
irc: display channel voice notices received in channel buffer (bug #34762), d...
Sebastien Helleu
2011-11-04
irc: add missing reset of color and attributes in display of nicks when joini...
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-10-03
irc: fix crash on malformed irc notice received (without message after target)
Sebastien Helleu
2011-09-30
irc: set host for nick on each nick change (if not already set)
Sebastien Helleu
2011-09-29
irc: set host for nick on each channel message (if not already set)
Sebastien Helleu
2011-09-27
irc: add missing messages for whois: 223, 264
Sebastien Helleu
2011-09-22
irc: add missing aliases for some printed messages ("whois" for message 330/3...
Sebastien Helleu
2011-09-22
core: add colors for inactive windows and lines (in merged buffers)
Sebastien Helleu
2011-08-28
core: fix bugs with calls to realloc
Sebastien Helleu
2011-08-26
irc: improve split of privmsg, add split of some other messages (bug #29879),...
Sebastien Helleu
2011-08-22
irc: fix short name of buffer when nick changes in pv buffer
Sebastien Helleu
2011-08-18
core: remove some compilation warnings under Cygwin
Sebastien Helleu
2011-08-14
irc: add tag "nick_xxx" for messages join/part/quit and wallops
Sebastien Helleu
2011-08-14
irc: set short name on buffers only if it was not set by another plugin/script
Sebastien Helleu
2011-07-18
irc: fix crash when malformed IRC message 352 (WHO) is received (bug #33790)
Sebastien Helleu
2011-06-16
irc: update host of nicks on manual /who
Sebastien Helleu
2011-05-06
irc: fix parsing of message 332 when no topic neither colon are found (bug wi...
Sebastien Helleu
2011-04-28
irc: add new options irc.color.topic_old and irc.color.topic_new
Sebastien Helleu
2011-04-24
irc: use tag "notify_none" for self messages
Sebastien Helleu
2011-04-11
irc: do not rejoin channels where /part has been issued before reconnection t...
Sebastien Helleu
2011-03-24
irc: fix self nick color in nicklist after changing nick with /nick
Sebastien Helleu
2011-03-23
irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single...
Sebastien Helleu
2011-03-16
Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...
Sebastien Helleu
2011-03-07
Add new option irc.look.smart_filter_nick
Sebastien Helleu
2011-03-05
Silently ignore IRC kicks when channel is not found
Sebastien Helleu
2011-03-05
Ignore IRC join if nick is not self nick and if channel buffer does not exist...
Sebastien Helleu
2011-03-04
Add new option irc.look.color_nicks_in_names
Sebastien Helleu
2011-02-01
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...
Sebastien Helleu
2011-01-09
Differenciate IRC notices from messages in private buffer (bug #31980)
Sebastien Helleu
2011-01-05
Silently ignore IRC PRIVMSG message if target channel is not found
Sebastien Helleu
2011-01-03
Update nick modes with IRC message 221 (bug #32038)
Sebastien Helleu
[next]