summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2018-03-03 20:17:40 -0300
committerdequis <dx@dxzone.com.ar>2018-03-03 20:17:40 -0300
commit520f0d322e78e8316f4655348b02be07bfe9946b (patch)
treed2243121511da18dd022a9ca9c0e71d4995f48db
parentbb2ae35fb8250a699619e3a48681e2f00b0dcc22 (diff)
downloadirssi.github.io-520f0d322e78e8316f4655348b02be07bfe9946b.zip
settings: mention versions in activity_hide_targets, add table styling
Also mention it from autolog_ignore_targets Also clarify its own description Also add the older variants of the syntax
-rw-r--r--documentation/settings/index.markdown31
1 files changed, 19 insertions, 12 deletions
diff --git a/documentation/settings/index.markdown b/documentation/settings/index.markdown
index d086a23..b4002ac 100644
--- a/documentation/settings/index.markdown
+++ b/documentation/settings/index.markdown
@@ -271,6 +271,8 @@ See the [appendix](#a_credits) for credits and license information of this docum
> A space separated list of targets to exclude from autologging
>
+> See `activity_hide_targets` for additional ways to specify targets in irssi 1.0.0+.
+>
> Added in irssi 0.8.13
{:#autolog_level}
@@ -361,20 +363,25 @@ See the [appendix](#a_credits) for credits and license information of this docum
{:#activity_hide_targets}
` activity_hide_targets = `
-> Sometimes you don't care at all about a channel's activity. This can be set to a list of channels that will never appear to be active.
+> Sometimes you don't care at all about a window's activity. This can be set to a space separated list of windows that will never appear to be active.
>
-> | Syntax | | |
+> | Syntax | Version added | Description |
> | --- | --- | --- |
-> | ::all | | Ignore activity in all windows |
-> | ::channels | | Ignore activity in all channels |
-> | ::queries | | Ignore activity in all queries |
-> | ::dccqueries | | Ignore activity in all dcc chats |
-> | #chan\|[=]nick | | Ignore activity in named target(channel, query, dcc chat) |
-> | tag/::all | | Ignore all activity on network 'tag' |
-> | tag/::channels | | Ignore activity in all channels on network 'tag' |
-> | tag/::queries | | Ignore activity in all queries on network 'tag' |
-> | tag/::dccqueries | | Ignore activity in all dcc chats on network 'tag' |
-> | tag/#chan\|[=]nick | | Ignore activity in named channel/query/dcc chat on network 'tag' |
+> | exactname | 0.8.0 | Ignore activity in window 'exactname' |
+> | tag/exactname | 0.8.6 | Ignore activity on network 'tag' and window 'exactname' |
+> | * | 1.0.0 | Ignore activity in all windows |
+> | tag/* | 1.0.0 | Ignore all activity on network 'tag' |
+> | ::all | 1.1.0 | Ignore activity in all windows |
+> | ::channels | 1.1.0 | Ignore activity in all channels |
+> | ::queries | 1.1.0 | Ignore activity in all queries |
+> | ::dccqueries | 1.1.0 | Ignore activity in all dcc chats |
+> | #chan\|[=]nick | 1.1.0 | Ignore activity in named target(channel, query, dcc chat) |
+> | tag/::all | 1.1.0 | Ignore all activity on network 'tag' |
+> | tag/::channels | 1.1.0 | Ignore activity in all channels on network 'tag' |
+> | tag/::queries | 1.1.0 | Ignore activity in all queries on network 'tag' |
+> | tag/::dccqueries | 1.1.0 | Ignore activity in all dcc chats on network 'tag' |
+> | tag/#chan\|[=]nick | 1.1.0 | Ignore activity in named channel/query/dcc chat on network 'tag' |
+> {: .table }
{:#activity_hilight_level}
` activity_hilight_level = MSGS DCCMSGS `