diff options
Diffstat (limited to 'doc/dev.html')
-rw-r--r-- | doc/dev.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/dev.html b/doc/dev.html index 4b8e6bfe9..8cdf2d2ed 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -194,6 +194,9 @@ operation are as follows: auth:User:Server:Password (check if a username/password pair is correct) </LI><LI CLASS="li-itemize">isuser:User:Server (check if it’s a valid user) </LI><LI CLASS="li-itemize">setpass:User:Server:Password (set user’s password) +</LI><LI CLASS="li-itemize">tryregister:User:Server:Password (try to register an account) +</LI><LI CLASS="li-itemize">removeuser:User:Server (remove this account) +</LI><LI CLASS="li-itemize">removeuser3:User:Server:Password (remove this account if the password is correct) </LI></UL> </LI></UL> </LI><LI CLASS="li-itemize">write to stdout: AABB |