From 87d2c95c870d697822c7d25f4c734e259a893d85 Mon Sep 17 00:00:00 2001 From: swirl Date: Tue, 17 Aug 2021 14:09:32 -0400 Subject: registration: remove auth param and excess functions --- src/command/cmd_defs.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/command/cmd_defs.c') diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 80d98827..09523bd7 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2649,7 +2649,7 @@ static struct cmd_t command_defs[] = { CMD_TAGS( CMD_TAG_CONNECTION) CMD_SYN( - "/register [port ] [tls force|allow|trust|legacy|disable] [auth default|legacy]") + "/register [port ] [tls force|allow|trust|legacy|disable]") CMD_DESC( "Register an account on a server.") CMD_ARGS( @@ -2660,9 +2660,7 @@ static struct cmd_t command_defs[] = { { "tls allow", "Use TLS for the connection if it is available." }, { "tls trust", "Force TLS connection and trust the server's certificate." }, { "tls legacy", "Use legacy TLS for the connection. This forces TLS just after the TCP connection is established. Use when a server doesn't support STARTTLS." }, - { "tls disable", "Disable TLS for the connection." }, - { "auth default", "Default authentication process." }, - { "auth legacy", "Allow legacy authentication." }) + { "tls disable", "Disable TLS for the connection." }) CMD_EXAMPLES( "/register odin valhalla.edda ", "/register freyr vanaheimr.edda port 5678", -- cgit 1.4.1-2-gfad0