summaryrefslogtreecommitdiff
path: root/doc/de/autogen/plugin_api/infos.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/autogen/plugin_api/infos.adoc')
-rw-r--r--doc/de/autogen/plugin_api/infos.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/infos.adoc b/doc/de/autogen/plugin_api/infos.adoc
index 810f66e1e..1ae5bb8d1 100644
--- a/doc/de/autogen/plugin_api/infos.adoc
+++ b/doc/de/autogen/plugin_api/infos.adoc
@@ -112,6 +112,10 @@
| weechat | term_width | Breite des Terminals | -
+| weechat | totp_generate | generate a Time-based One-Time Password (TOTP) | secret (in base32), timestamp (optional, current time by default), number of digits (optional, between 4 and 10, 6 by default)
+
+| weechat | totp_validate | validate a Time-based One-Time Password (TOTP): 1 if TOTP is correct, otherwise 0 | secret (in base32), one-time password, timestamp (optional, current time by default), number of passwords before/after to test (optional, 0 by default)
+
| weechat | uptime | Laufzeit von Weechat (Format: "days:hh:mm:ss") | "days" (Anzahl der Tage) oder "seconds" (Anzahl der Sekunden) (optional)
| weechat | version | WeeChat-Version | -