Merge branch 'master' into irssiproxy

Conflicts:
	src/irc/proxy/listen.c
This commit is contained in:
dequis 2015-06-14 10:42:41 -03:00
commit 29fb0d9802
95 changed files with 542 additions and 496 deletions

View file

@ -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.

View file

@ -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
-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.
@ -34,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

View file

@ -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

View file

@ -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.