Sat Mar 17 19:07:15 CET 2007 Jochen Eisinger <coffee@silcnet.org>
[crypto.git] / apps / irssi / src / fe-common / silc / module-formats.c
index 291f001b1d57a5f3417bdb98693ae9a455742e84..4bfe1d270ff727f8a7011ab20d17a8a3b6e5c581 100644 (file)
@@ -234,7 +234,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "attr_geolocation",    " Geolocation        : $0", 1, { 0 } },
        { "attr_device_info",    " Device Info        : $0", 1, { 0 } },
        { "attr_public_keys",    " Public keys        : $0", 1, { 0 } },
-       { "attr_timezone",       " Timezone           : $0", 1, { 0 } },
+       { "attr_timezone",       " Timezone (GMT)     : $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",    " User's signature   : {hilight signature failed}", 0 },
@@ -272,5 +272,25 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "silcnet_line", "%#$0: $1", 2, { 0, 0 } },
        { "silcnet_footer", "", 0 },
 
+#ifdef SILC_PLUGIN
+       /* command line option handling */
+       { NULL, "Command Line Option Handling", 0 },
+
+       { "config_debug", "Run-time debugging is {hilight $0}", 1, { 0 } },
+       { "config_nodebug", "Run-time debugging is {hilight disabled}. To enable it recompile the client with {hilight --enable-debug} configuration option.", 0 },
+       { "config_unknown", "Unknown option: $0", 1, { 0 } },
+       { "config_list", " - $0", 1, { 0 } },
+       { "config_algos", "Supported {hilight $0} algorithms:", 1, { 0 } },
+       { "config_nexttime", "{hilight NOTE:} You need to reload the plugin for these changes to take effect!", 0 },
+       { "config_pass_ask1", "Current Passphrase:", 0 },
+       { "config_pass_ask2", "New Passphrase:", 0 },
+       { "config_pass_ask3", "Retype new Passphrasse:", 0 },
+       { "config_passmismatch", "The passphrases do not match!", 0 },
+       { "config_passchange", "Changed the private key passphrase sucessfully", 0, { 0 } },
+       { "config_passchange_fail", "Failed to change the passphrase!", 0, { 0 } },
+       { "config_create", "Created a new key pair successfully", 0, { 0 } },
+       { "config_create_fail", "Failed to create a new key pair", 0, { 0 } },
+#endif
+
        { NULL, NULL, 0 }
 };