Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-11-01 | irc: reformat some code to make it more readable | Sébastien Helleu | |
2014-04-12 | irc: add tag with host ("host_xxx") in IRC messages displayed | Sébastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-05-18 | irc: fix uncontrolled format string when sending unknown irc commands (if ↵ | Sebastien Helleu | |
option irc.network.send_unknown_commands is on) | |||
2013-05-06 | irc: fix display of CTCP messages that contain bold attribute (bug #38895) | Sebastien Helleu | |
2013-01-06 | irc: fix display of actions (/me) when they are received from a relay client ↵ | Sebastien Helleu | |
(in channel and private buffers) (bug #38027) | |||
2013-01-01 | core: update copyright dates | 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-04-03 | irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages ↵ | Sebastien Helleu | |
displayed This new tag is used by WeeChat to hide/replace same prefix (option weechat.look.prefix_same_nick). | |||
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-08-26 | irc: improve split of privmsg, add split of some other messages (bug ↵ | Sebastien Helleu | |
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy | |||
2011-04-24 | irc: use tag "notify_none" for self messages | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-12 | Set tag "notify_message" for messages sent to IRC channels | Sebastien Helleu | |
2010-10-31 | Remove test on pointer which can't be NULL | Sebastien Helleu | |
2010-10-19 | Fix use of flags for irc_server_sendf in signal irc_input_send | 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-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-05-29 | Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890) | 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-03-19 | Move /away command from irc plugin to core | Sebastien Helleu | |
2010-03-02 | Add new option weechat.look.command_chars, add functions ↵ | Sebastien Helleu | |
string_is_command_char and string_input_for_buffer in plugin and script API | |||
2010-02-20 | Allow input "q" to close IRC raw buffer | Sebastien Helleu | |
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-03 | Update copyright dates | Sebastien Helleu | |
2009-04-24 | Add anti-flood for extra IRC commands like msg/notice/query/quote and some other | Sebastien Helleu | |
2009-02-24 | Fix option irc.network.send_unknown_commands: allow unknown commands on irc ↵ | Sebastien Helleu | |
server buffers (bug #25557) | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-11-15 | Reintroduce option "irc.network.send_unknown_commands", save extra data for ↵ | Sebastien Helleu | |
buffers with /upgrade (title, input data, text search) | |||
2008-11-10 | Disable highlight for IRC messages from local nick | Sebastien Helleu | |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu | |
2008-08-21 | Fix missing self nick display with /msg command | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-05-20 | Remove old dcc code, unused now | Sebastien Helleu | |
2008-05-06 | Fix crash after closing channels/pv (internal channel structure was not ↵ | Sebastien Helleu | |
deleted) (bug #23178) | |||
2008-04-30 | IRC colors reintroduced | Sebastien Helleu | |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu | |
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu | |
2008-03-15 | New format for many IRC protocol commands, bugs fixed in IRC plugin | Sebastien Helleu | |
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to ↵ | Sebastien Helleu | |
leave channel or disconnect from server when buffer is closed | |||
2008-01-10 | Added some missing functions in Perl plugin API | Sebastien Helleu | |
2008-01-09 | Partial migration of Perl plugin to new API | Sebastien Helleu | |
2008-01-04 | Fixed data input in channel buffers (IRC plugin) | Sebastien Helleu | |