]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Updated examples, removing ziplinks
authorDjSlash <djslash@djslash.org>
Mon, 28 Mar 2011 14:03:54 +0000 (16:03 +0200)
committerDjSlash <djslash@djslash.org>
Mon, 28 Mar 2011 14:03:54 +0000 (16:03 +0200)
docs/inspircd.conf.example
docs/links.conf.example

index fff58a8688d3b2439df7b6ade9e65524594aff04..7dff4bd7d170bdbf16a8f1803de0688feb98d9c7 100644 (file)
 
 <bind address="" port="6660-6669" type="clients">
 
-# When linking servers, the openssl and gnutls transports are completely
+# When linking servers, the openssl and gnutls implementations are completely
 # link-compatible and can be used alongside each other
 # on each end of the link without any significant issues.
-# Transports can only be used on server blocks.
-# Supported Transports are: "ziplinks", "openssl" and "gnutls".
-# You must load m_ziplinks module for zip, m_ssl_openssl for openssl
+# Supported ssl types are: "openssl" and "gnutls".
+# You must load, m_ssl_openssl for openssl
 # or m_ssl_gnutls for gnutls.
 
 <bind address="" port="7000,7001" type="servers">
index 2357220f9ec15f9b432251a82f4702a5fc9c92e8..27213f7847b01b8d12b2d4f359eac26a6d560b29 100644 (file)
 
       # ssl: If defined, this states extra modules that will be used when
       # making an outbound connection to the server. Options are: "openssl"
-      # and "gnutls" for encryption (they are compatible with each other) and
-      # "ziplinks" for compression. You must use the same (or a compatible)
-      # transport on both sides of the link.
+      # and "gnutls" for encryption (they are compatible with each other).
+      # You must use the same (or a compatible) transport on both sides of the link.
       #
       # You will need to load the m_ssl_openssl.so module for openssl,
-      # m_ssl_gnutls.so for gnutls or m_ziplinks.so for ziplinks. The server
-      # port that you connect to must be capable of accepting this type of
-      # connection.
+      # m_ssl_gnutls.so for gnutls. The server port that you connect to
+      # must be capable of accepting this type of connection.
       ssl="gnutls"
 
       # fingerprint: If defined, this option will force servers to be