From 466166010b751efc622af444e00c33a843c98063 Mon Sep 17 00:00:00 2001 From: Vesa Pirila Date: Sun, 8 Feb 2015 12:39:23 +0200 Subject: Added a -date parameter to /lastlog to prepend each row with the row's date --- docs/help/in/lastlog.in | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/help') diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index 3815f5d2..e6f5886a 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -14,6 +14,7 @@ -clear: Removes the previous results from the active window. -count: Displays how many lines match. -case: Performs a case-sensitive matching. + -date: Prepends each row with the message's date (YYYY-MM-DD). -regexp: The given text pattern is a regular expression. -word: The text must match full words. -force: Forces to display the lastlog, even if it exceeds 1000 lines. -- cgit v1.2.3 From cd5a571fd8aba12b6b8ddbf54e947ac4cc1e516e Mon Sep 17 00:00:00 2001 From: Vesa Pirila Date: Sun, 8 Feb 2015 16:58:30 +0200 Subject: Added customization possibility for the lastlog date format, lastlog_date --- docs/help/in/lastlog.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/help') diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index e6f5886a..25879d31 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -14,7 +14,7 @@ -clear: Removes the previous results from the active window. -count: Displays how many lines match. -case: Performs a case-sensitive matching. - -date: Prepends each row with the message's date (YYYY-MM-DD). + -date: Prepends each row with the message's date -regexp: The given text pattern is a regular expression. -word: The text must match full words. -force: Forces to display the lastlog, even if it exceeds 1000 lines. -- cgit v1.2.3 From 50e955e342c02ac55c48d5be71a940596ff72ac8 Mon Sep 17 00:00:00 2001 From: Haw Loeung Date: Tue, 14 Apr 2015 18:07:35 +1000 Subject: ssl: Add option to specify SSL cipher suite preference. --- docs/help/in/connect.in | 1 + docs/help/in/server.in | 1 + 2 files changed, 2 insertions(+) (limited to 'docs/help') diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index 3330966e..f13582cc 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -15,6 +15,7 @@ -ssl_verify: Verifies the SSL certificate of the server. -ssl_cafile: The file with the list of CA certificates. -ssl_capath: The directory which contains the CA certificates. + -ssl_ciphers: SSL cipher suite preference lists -noproxy: Ignores the global proxy configuration. -network: The network this connection belongs to. -host: The hostname you would like to connect from. diff --git a/docs/help/in/server.in b/docs/help/in/server.in index f6706daf..34c31972 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -22,6 +22,7 @@ -ssl_verify: Verifies the SSL certificate of the server. -ssl_cafile: The file with the list of CA certificates. -ssl_capath: The directory which contains the CA certificates. + -ssl_ciphers: SSL cipher suite preference lists -auto: Automatically connects to the server on startup. -noauto: Doesn't connect to the server on startup. -network: The network the server belongs to. -- cgit v1.2.3 From 9f77dd802dfe63b79c0d82d4b9ecc0974e354a59 Mon Sep 17 00:00:00 2001 From: Haw Loeung Date: Sat, 18 Apr 2015 13:53:07 +1000 Subject: trivial: Minor cosmetic changes fixing docs as per review from ahf. --- docs/help/in/connect.in | 2 +- docs/help/in/server.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/help') diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index f13582cc..df50d1b9 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -15,7 +15,7 @@ -ssl_verify: Verifies the SSL certificate of the server. -ssl_cafile: The file with the list of CA certificates. -ssl_capath: The directory which contains the CA certificates. - -ssl_ciphers: SSL cipher suite preference lists + -ssl_ciphers: SSL cipher suite preference lists. -noproxy: Ignores the global proxy configuration. -network: The network this connection belongs to. -host: The hostname you would like to connect from. diff --git a/docs/help/in/server.in b/docs/help/in/server.in index 34c31972..e407b6a9 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -22,7 +22,7 @@ -ssl_verify: Verifies the SSL certificate of the server. -ssl_cafile: The file with the list of CA certificates. -ssl_capath: The directory which contains the CA certificates. - -ssl_ciphers: SSL cipher suite preference lists + -ssl_ciphers: SSL cipher suite preference lists. -auto: Automatically connects to the server on startup. -noauto: Doesn't connect to the server on startup. -network: The network the server belongs to. -- cgit v1.2.3 From ae742f3f13f0d941f3a099740afddcb9d73c446b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Szczepa=C5=84ski?= Date: Thu, 14 May 2015 13:06:50 +0100 Subject: lastlog doc fix Only the filename can come right after `-file`. Having `-force` in that position causes an `Irssi: Could not open lastlog: No such file or directory` error. --- docs/help/in/lastlog.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/help') diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index 25879d31..e96e2ed5 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -35,7 +35,7 @@ /LASTLOG holiday /LASTLOG 'is on vacation' 10 - /LASTLOG -file -force ~/mike.log 'mike' + /LASTLOG -force -file ~/mike.log 'mike' /LASTLOG -hilight /LASTLOG -5 searchterm -- cgit v1.2.3 From a79f150a768b66b04f1edbc6ddf27afe13f2e2c1 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Fri, 12 Jun 2015 17:23:49 +0200 Subject: Clarify the help for /LIST (#228) Clarify the help for /LIST (#228) --- docs/help/in/list.in | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'docs/help') diff --git a/docs/help/in/list.in b/docs/help/in/list.in index 14858337..33f05e8b 100644 --- a/docs/help/in/list.in +++ b/docs/help/in/list.in @@ -7,8 +7,8 @@ -yes: Confirms that you want to receive a large amount of data. - The text a channel must match; if no argument is given, the list of all - channels will be displayed. + If the exact name of a channel is given, the only information about this + channel is requested; otherwise, a list of all channels will be displayed. %9Description:%9 @@ -19,7 +19,16 @@ /LIST /LIST -yes - /LIST -yes *ubuntu* + /LIST #ubuntu + /LIST #*ubuntu*,>1 + +%9Remarks:%9 + + Not all networks support server-side filtering and may provide a network + service instead; on IRCnet, you may use the ALIS service: + + /QUOTE SQUERY ALIS :HELP + /MSG ALIS HELP %9See also:%9 QUOTE, STATS, WHOIS -- cgit v1.2.3