diff options
Diffstat (limited to 'doc/dev.tex')
-rw-r--r-- | doc/dev.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/dev.tex b/doc/dev.tex index f597d591..1e46c1af 100644 --- a/doc/dev.tex +++ b/doc/dev.tex @@ -176,6 +176,9 @@ That script is supposed to do theses actions, in an infinite loop: \item auth:User:Server:Password (check if a username/password pair is correct) \item isuser:User:Server (check if it's a valid user) \item setpass:User:Server:Password (set user's password) + \item tryregister:User:Server:Password (try to register an account) + \item removeuser:User:Server (remove this account) + \item removeuser3:User:Server:Password (remove this account if the password is correct) \end{itemize} \end{itemize} \item write to stdout: AABB |