Added user public key, user signature and server signature
[silc.git] / apps / irssi / src / fe-common / silc / module-formats.c
index 720bd66a8900a444c2adcbeeced96829a8d1188c..bdfcdcfc63cf0e935a92f5beb1d2a5b9caad085b 100644 (file)
@@ -96,9 +96,9 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "pubkey_no_match", "{hilight $0} key does not match with your local copy", 1, { 0 } },
        { "pubkey_maybe_expired", "It is possible that the key has expired or changed", 0 },
        { "pubkey_mitm_attack", "It is also possible that someone is performing a man-in-the-middle attack", 0 },
-       { "getkey_notkey", "Server did not return any public key", 0 },
-       { "getkey_verified", "Verified successfully $0 {hilight $1}'s cached public key", 2, { 0, 0 } },
-       { "getkey_discard", "Could not verify $0 {hilight $1}'s public key", 2, { 0, 0 } },
+       { "pubkey_notkey", "Server did not return any public key", 0 },
+       { "pubkey_verified", "Verified successfully $0 {hilight $1}'s cached public key", 2, { 0, 0 } },
+       { "pubkey_notverified", "Could not verify $0 {hilight $1}'s public key", 2, { 0, 0 } },
 
        /* Misc messages */
        { NULL, "Misc", 0 },
@@ -157,13 +157,13 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "attr_header",      "Requested Attributes", 0 },
        { "attr_footer",      "End of Requested Attributes", 0 },
        { "attr_allow",       " Sending allowed    : $0", 1, { 0 } },
-       { "attr_vcard_file",  " Business card file : $0", 1, { 0 } },
+       { "attr_vcard_file",  " Business card      : $0", 1, { 0 } },
        { "attr_services",    " Services used      : $0", 1, { 0 } },
        { "attr_service",     " Service            : port [$0] address [$1] logged in [$2]", 3, { 0, 0, 0 } },
        { "attr_status_mood", " User's mood        : $0", 1, { 0 } },
        { "attr_status_text", " User's message     : $0", 1, { 0 } },
        { "attr_status_message",      " User's message     : $0", 1, { 0 } },
-       { "attr_status_message_file", " Mmessage file      : $0", 1, { 0 } },
+       { "attr_status_message_file", " Message file       : $0", 1, { 0 } },
        { "attr_preferred_language",  " Preferred langauge : $0", 1, { 0 } },
        { "attr_preferred_contact",   " Preferred contact  : $0", 1, { 0 } },
        { "attr_geolocation",    " Geolocation        : $0", 1, { 0 } },
@@ -171,11 +171,12 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "attr_public_keys",    " Public keys        : $0", 1, { 0 } },
        { "attr_timezone",       " Timezone           : $0", 1, { 0 } },
        { "attr_timezone_allow", " Sending timezone   : $0", 1, { 0 } },
-       { "attr_user_sign_verified",  " User's signature verified successfully", 0 },
-       { "attr_user_sign_failed",    " {hilight User's signature failed}", 0 },
-       { "attr_user_sign_not_present",  " User did not provide digital signature", 0 },
-       { "attr_server_sign_verified",  " Server's signature verified successfully", 0 },
-       { "attr_server_sign_failed",    " {hilight Server's signature failed}", 0 },
+       { "attr_user_sign_verified",  " User's signature   : verified successfully", 0 },
+       { "attr_user_sign_failed",    " User's signature   : {hilight signature failed}", 0 },
+       { "attr_user_sign_not_present",  " User's signature   : not available", 0 },
+       { "attr_server_sign_verified", " Server's signature : verified successfully", 0 },
+       { "attr_server_sign_failed",   " Server's signature : {hilight signature failed}", 0 },
+       { "attr_extension",            " Extension          : $0", 1, { 0 } },
 
        { NULL, NULL, 0 }
 };