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-ctcp.c
Age
Commit message (
Expand
)
Author
2013-05-06
irc: fix display of CTCP messages that contain bold attribute (bug #38895)
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-16
irc: return git version in CTCP VERSION and FINGER by default, add "$git" and...
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-11-27
xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...
Sebastien Helleu
2012-11-23
irc: add support of tags in messages, add support of "server-time" capability...
Sebastien Helleu
2012-08-20
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...
Sebastien Helleu
2012-06-30
irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME (ta...
Sebastien Helleu
2012-03-12
irc: use computed nick color in many messages instead of option weechat.color...
Sebastien Helleu
2012-02-04
irc: fix self-highlight when using /me with an IRC bouncer like znc (bug #35123)
Sebastien Helleu
2012-01-27
irc: add alias "ctcp" for target buffer of CTCP messages
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-12
irc: add case insensitive string comparison based on casemapping of server (r...
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-09-22
core: add colors for inactive windows and lines (in merged buffers)
Sebastien Helleu
2011-08-26
irc: fix split of notices with ctcp (like ctcp version), display split messag...
Sebastien Helleu
2011-04-24
irc: use tag "notify_none" for self messages
Sebastien Helleu
2011-04-11
irc: use nick color for users outside the channel
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-11-12
Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)
Sebastien Helleu
2010-10-10
Add tag "nick_xxx" in IRC messages
Sebastien Helleu
2010-09-17
Beta version of IRC proxy feature in Relay plugin
Sebastien Helleu
2010-07-18
Fix bug with double quotes in DCC filenames (bug #30471)
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-10
Use tag "no_highlight" for CTCP replies
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-03-19
Reformat multi-line comments
Sebastien Helleu
2010-02-09
Add new option weechat.look.time_format to customize default format for date/...
Sebastien Helleu
2010-01-17
Add new IRC output queue for messages with low priority (like automatic CTCP ...
Sebastien Helleu
2010-01-14
Enhancements on IRC CTCP messages (display if CTCP is blocked, new config opt...
Sebastien Helleu
2010-01-09
Allow blocking of IRC CTCP PING requests
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-11-19
Add IRC option to use same nick color in channel and private (on by default) ...
Sebastien Helleu
2009-11-09
Queue answer to IRC CTCP requests (prevent flood)
Sebastien Helleu
2009-10-29
Fix bug with IRC CTCP messages when char 0x01 is in message
Sebastien Helleu
2009-09-20
Add missing charset decoding/encoding for IRC DCC chat (bug #27482)
Sebastien Helleu
2009-09-17
Fix crash when parsing IRC CTCP ACTION or DCC without argument
Sebastien Helleu
2009-09-15
Add options for CTCP, to block/customize CTCP reply (task #9693), add missing...
Sebastien Helleu