Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ↵ | Sebastien Helleu | |
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2012-01-06 | irc: use redirection to get channel modes after update of modes on channel, ↵ | Sebastien Helleu | |
display output of /mode #channel | |||
2011-12-25 | irc: add optional server in info "irc_is_channel" (before channel name) (bug ↵ | Sebastien Helleu | |
#35124), add optional server in info_hashtable "irc_message_parse" | |||
2011-12-09 | irc: reset read marker of current buffer on manual /join | Sebastien Helleu | |
2011-11-18 | irc: remove autorejoin on channels when disconnected from server (bug #32207) | 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-30 | irc: display host in message "nick is back on server" (in private) only if ↵ | Sebastien Helleu | |
host is set for nick | |||
2011-08-14 | core: add buffer property "short_name_is_set", return name if short name is ↵ | Sebastien Helleu | |
not set (in buffer infolist or property) | |||
2011-08-14 | irc: set short name on buffers only if it was not set by another plugin/script | Sebastien Helleu | |
2011-08-08 | irc: send WHO command to check away nicks only if channel was not parted | Sebastien Helleu | |
2011-08-05 | core: fix bugs with automatic layout (bug #26110), add support of merged ↵ | Sebastien Helleu | |
buffers in layout (task #10893) | |||
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-04-11 | irc: do not rejoin channels where /part has been issued before reconnection ↵ | Sebastien Helleu | |
to server (bug #33029) | |||
2011-03-16 | Add new option irc.look.buffer_switch_autojoin, rename option ↵ | Sebastien Helleu | |
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506) | |||
2011-03-15 | Add new option irc.look.buffer_auto_switch_on_join | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-10 | Search nicklist group without leading digits in irc plugin | Sebastien Helleu | |
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵ | Sebastien Helleu | |
value from message 005 | |||
2010-10-23 | Add IRC command redirection (task #6703) | Sebastien Helleu | |
2010-10-09 | Move some IRC options from network section to server section (task #10664, ↵ | Sebastien Helleu | |
task #10668) Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit. | |||
2010-10-07 | Rename options "irc.look.open_{channel|pv}_near_server" to ↵ | Sebastien Helleu | |
"irc.look.new_{channel|pv}_position" with new values (none, next or near_server) | |||
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-09-12 | Do not send WHO on channel joined (to check away nicks) if option ↵ | Sebastien Helleu | |
irc.network.away_check is set to 0 | |||
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-05-21 | Add optional message in IRC private buffer when nick is back on server after ↵ | Sebastien Helleu | |
a /quit New option: "irc.look.display_pv_back" (default value is "on"). Option "irc.look.show_away_once" has been renamed to "irc.look.display_pv_away_once". | |||
2010-04-20 | Set buffer local variable "away" when opening new IRC channel (bug #29618) | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-04-03 | Fix display of empty nicklist in IRC private buffers | Sebastien Helleu | |
2010-04-03 | Add highlight word "$nick" instead of real nick in IRC and xfer plugins | Sebastien Helleu | |
2010-04-03 | Change buffer properties only when buffer is created by IRC plugin (channels ↵ | Sebastien Helleu | |
and raw buffer), do not change them after /upgrade | |||
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-02-06 | Add option irc.look.item_nick_prefix, rename some IRC options for bar items | 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-12-16 | Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on ↵ | Sebastien Helleu | |
channels with key | |||
2009-11-19 | Add IRC option to use same nick color in channel and private (on by default) ↵ | Sebastien Helleu | |
(task #9870) | |||
2009-07-06 | Open channel/pv near server when no channel/pv is opened (with option ↵ | Sebastien Helleu | |
irc.look.open_*_near_server) | |||
2009-06-25 | Add options irc.look.open_channel/pv_near_server | Sebastien Helleu | |
2009-04-24 | Add anti-flood for extra IRC commands like msg/notice/query/quote and some other | Sebastien Helleu | |
2009-04-03 | Add new values for option irc.look.nick_completion_smart: off / speakers / ↵ | Sebastien Helleu | |
speakers_highlights | |||
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu | |
2009-03-23 | Set again buffer properties when using existing irc/jabber channel/pv buffer | Sebastien Helleu | |
2009-02-25 | Fix bug with reset of topic for irc channel / jabber muc | Sebastien Helleu | |
2009-02-20 | Fix bug with smart completion (irc/jabber): keep unique nicks in list of ↵ | Sebastien Helleu | |
last speakers (bug #25559) | |||
2009-02-17 | Add new local variable "type" for buffers | Sebastien Helleu | |
Values are set by plugins: - irc and jabber: "server", "channel", "private", "debug" - relay: "relay" (list) - xfer: "xfer" (list), "private" (DCC chat) | |||
2009-02-08 | Add new signals "irc_channel_opened" and "irc_pv_opened" | Sebastien Helleu | |