Added SILC Thread Queue API
[runtime.git] / apps / irssi / silc.conf
index ba405d717cfc4ef0c8f1656911a2790119c2abf1..76f8bc536ccdd896279c1c3a8ad7852e71b3e78b 100644 (file)
@@ -192,26 +192,41 @@ statusbar = {
 # You can set the default cipher, hash function and HMAC to be used
 # as setting as well.  You can set it here or use the /SET command.
 #
+# /set crypto_default_cipher
+# /set crypto_default_hash
+# /set crypto_default_hmac
+#
 # Available ciphers are (default: aes-256-cbc):
 #
+# aes-256-ctr, aes-192-ctr, aes-128-ctr,
 # aes-256-cbc, aes-192-cbc, aes-128-cbc,
 # twofish-256-cbc, twofish-192-cbc, twofish-128-cbc,
 # cast-256-cbc, cast-192-cbc and cast-128-cbc
 #
 # Available hash functions are (default: sha1):
 #
-# sha1 and md5
+# sha256, sha1 and md5
 #
 # Available HMAC's are (default: hmac-sha1-96):
 #
 # hmac-sha1-96, hmac-md5-96, hmac-sha1 and hmac-md5
 #
+#
+# You can set the default nickname formatting string.  If there are multiple
+# same nicknames on a SILC channel, this format string defines how they
+# appear on the channel.  Default nickname_format is "%n#%a".
+#
+# /set nickname_format
+#
+# %n  nickname      - the real nickname returned by the server (mandatory)
+# %a  number        - ascending number in case there are several
+#                     same nicknames (fe. nick#2 and nick#3)
+# %h  hostname      - the stripped hostname of the client
+# %H  full hostname - the full hostname of the client
+#
+# A separator character must follow '%n' if any other formatter follows it.
+#
 settings = {
-  "server" = {
-    crypto_default_cipher = "aes-256-cbc";
-    crypto_default_hash = "sha1";
-    crypto_default_hmac = "hmac-sha1-96";
-  };
   "fe-common/core" = {
     autocreate_own_query = "yes";
     use_status_window = "no";