Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-04 | irc: allow many fingerprints in server option ssl_fingerprint (closes #49) | Sébastien Helleu | |
2014-04-04 | irc: add option irc.look.item_channel_modes_hide_args (task #12070, task ↵ | Sébastien Helleu | |
#12163, closes #48) This option replaces the option irc.look.item_channel_modes_hide_key. It is now a string, so channel modes arguments can be hidden using many channel modes (or all, with "*"). | |||
2014-04-04 | irc: add option irc.color.item_nick_modes (closes #47) | Sébastien Helleu | |
2014-03-30 | irc: allow "$ident" in option irc.network.ban_mask_default (closes #18) | Sébastien Helleu | |
2014-03-30 | irc: add support of "away-notify" capability (closes #12) | Sébastien Helleu | |
2014-02-28 | irc: evaluate content of server options "username" and "realname" | Sebastien Helleu | |
2014-02-22 | irc: set option irc.network.autoreconnect_delay_max to 600 by default, ↵ | Sebastien Helleu | |
increase max value to 604800 seconds (7 days) | |||
2014-02-20 | irc: add note about option irc.network.whois_double_nick in /help whois | Sebastien Helleu | |
2014-01-28 | irc: add value "353" in option irc.look.display_join_message | Sebastien Helleu | |
So now the values mean: - 353: names on channel - 366: names count (before this commit it meant 353 + 366) | |||
2014-01-25 | irc: add command "monitor" in /help irc.look.notify_tags_ison | Sebastien Helleu | |
2014-01-21 | irc: do not display names by default when joining a channel (task #13045) | Sebastien Helleu | |
2014-01-21 | core: update translations | Sebastien Helleu | |
2013-12-24 | irc: fix typo in /help irc.look.highlight_{channel|pv|server} | Sebastien Helleu | |
2013-12-23 | core: replace darkgray color as default value of options | Sebastien Helleu | |
New default value is now used for these options: - weechat.color.chat_inactive_buffer: "default" - weechat.color.chat_inactive_window: "default" - weechat.color.chat_nick_offline: "default" - weechat.color.chat_nick_offline_highlight_bg: "blue" - weechat.color.chat_prefix_buffer_inactive_buffer: "default" - irc.color.topic_old: "default" - logger.color.backlog_end: "default" - logger.color.backlog_line: "default" - script.color.text_delimiters: "default" | |||
2013-12-16 | irc: add option irc.look.smart_filter_mode (task #12499) | Sebastien Helleu | |
2013-12-15 | core: add buffer property "highlight_tags_restrict", rename option ↵ | Sebastien Helleu | |
irc.look.highlight_tags to irc.look.highlight_tags_restrict The buffer property "highlight_tags" is renamed to "highlight_tags_restrict". New behavior for buffer property "highlight_tags": force highlight on tags. Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict. | |||
2013-12-07 | irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_default | Sebastien Helleu | |
2013-12-07 | irc: add option irc.look.ban_mask_default (bug #26571) | Sebastien Helleu | |
2013-12-07 | irc: improve /help of command/command_delay/autojoin options in servers | Sebastien Helleu | |
2013-12-06 | irc: add option irc.network.lag_max | Sebastien Helleu | |
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-10-08 | irc: add option irc.look.notice_welcome_tags | Sebastien Helleu | |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-10-06 | irc: improve help of server option "autojoin" | Sebastien Helleu | |
2013-09-20 | irc: add extra info in /help irc.look.smart_filter_delay | Sebastien Helleu | |
2013-09-19 | irc: add note about evaluated content of "password" server option | Sebastien Helleu | |
2013-08-28 | irc: add option irc.look.notice_welcome_redirect to automatically redirect ↵ | Sebastien Helleu | |
channel welcome notices to the channel buffer | |||
2013-08-02 | core: update translations | Sebastien Helleu | |
2013-07-11 | irc: add option irc.look.pv_tags | Sebastien Helleu | |
2013-06-08 | irc: display a warning when the proxy set in a server does not exist | Sebastien Helleu | |
2013-06-02 | doc: update auto-generated files with irc options | Sebastien Helleu | |
2013-05-02 | doc: update auto-generated files with options | Sebastien Helleu | |
2013-05-01 | core: update translations | Sebastien Helleu | |
2013-04-23 | irc: add support of UHNAMES (capability "userhost-in-names") (task #9353) | Sebastien Helleu | |
2013-03-24 | irc: add option irc.look.display_join_message (task #10895) | Sebastien Helleu | |
2013-03-17 | irc: add option irc.look.pv_buffer: automatically merge private buffers ↵ | Sebastien Helleu | |
(optionally by server) (task #11924) | |||
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-03-12 | irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, ↵ | Sebastien Helleu | |
value is now a number of seconds | |||
2013-02-23 | irc: hide passwords in commands or messages sent to nickserv with modifiers ↵ | Sebastien Helleu | |
(bug #38346) New modifiers: "irc_command_auth" and "irc_message_auth". Option removed: irc.look.hide_nickserv_pwd New option: irc.look.nicks_hide_password | |||
2013-02-17 | irc: unmask smart filtered join if nick speaks in channel some minutes after ↵ | Sebastien Helleu | |
the join, new option irc.look.smart_filter_join_unmask (task #12405) The nick changes are tracked and will be unmasked with the join. Events triggering the unmask of join are: a message (can be CTCP), a notice or an update of topic. | |||
2012-12-05 | irc: read local variable "autorejoin" in buffer to override server option ↵ | Nils Görs | |
"autorejoin" (task #12256) | |||
2012-11-02 | irc: add option irc.network.alternate_nick to disable dynamic nick ↵ | Nils Görs | |
generation when all nicks are already in use on server (task #12281) | |||
2012-10-20 | irc: add option irc.network.whois_double_nick to double nick in command /whois | Sebastien Helleu | |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵ | Simon Arlott | |
shuffle list of hosts for a same address (task #11205) | |||
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-07-27 | irc: add help on values for option irc.look.nick_completion_smart | Sebastien Helleu | |
2012-07-27 | relay: add support of SSL (for irc and weechat protocols), new option ↵ | Sebastien Helleu | |
relay.network.ssl_cert_key (task #12044) | |||
2012-07-15 | irc: describe possible values in /help irc.look.display_away | Sebastien Helleu | |
2012-07-07 | irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes ↵ | Sebastien Helleu | |
(task #12022) | |||
2012-06-30 | irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME ↵ | Sebastien Helleu | |
(task #12150) |