Age | Commit message (Collapse) | 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" ↵ | Sebastien Helleu | |
and "$versiongit" in format of CTCP replies | |||
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 ↵ | Sebastien Helleu | |
Nils Görs) | |||
2012-11-23 | irc: add support of tags in messages, add support of "server-time" ↵ | Sebastien Helleu | |
capability (task #12255) For a server called "znc" in WeeChat, following command will enable the "server-time" capability: /set irc.server.znc.capabilities "znc.in/server-time" | |||
2012-08-20 | irc: move options weechat.look.nickmode{_empty} to ↵ | Sebastien Helleu | |
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour). | |||
2012-06-30 | irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME ↵ | Sebastien Helleu | |
(task #12150) | |||
2012-03-12 | irc: use computed nick color in many messages instead of option ↵ | Sebastien Helleu | |
weechat.color.chat_nick | |||
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 ↵ | Sebastien Helleu | |
(rfc1459, strict-rfc1459, ascii) (bug #34239) | |||
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 | |
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line | |||
2011-08-26 | irc: fix split of notices with ctcp (like ctcp version), display split ↵ | Sebastien Helleu | |
messages for notices with ctcp | |||
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 | |
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick". | |||
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 ↵ | Sebastien Helleu | |
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914) | |||
2010-01-17 | Add new IRC output queue for messages with low priority (like automatic CTCP ↵ | Sebastien Helleu | |
replies), high priority is given to user messages or commands | |||
2010-01-14 | Enhancements on IRC CTCP messages (display if CTCP is blocked, new config ↵ | Sebastien Helleu | |
options to control display of CTCP messages/replies) That includes: - display "(blocked)" if CTCP is blocked - new option "irc.look.display_ctcp_blocked" to display blocked CTCP, - new option "irc.look.display_ctcp_reply" to display CTCP reply sent by WeeChat, - new option "irc.look.display_ctcp_unknown" to display unknown CTCP received. | |||
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 | |
(task #9870) | |||
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 ↵ | Sebastien Helleu | |
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270) |