From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_net_auth.html | 352 +++++++++++++++++++++++++++++++++++ 1 file changed, 352 insertions(+) create mode 100644 Doc/doxygen/html/class_net_auth.html (limited to 'Doc/doxygen/html/class_net_auth.html') diff --git a/Doc/doxygen/html/class_net_auth.html b/Doc/doxygen/html/class_net_auth.html new file mode 100644 index 0000000..adc8bfc --- /dev/null +++ b/Doc/doxygen/html/class_net_auth.html @@ -0,0 +1,352 @@ + + + + + +Starshatter_Open: NetAuth Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetAuth Class Reference
+
+
+ +

#include <NetAuth.h>

+ +

List of all members.

+ + + + +

+Public Types

enum  AUTH_STATE { NET_AUTH_INITIAL = 0, +NET_AUTH_FAILED = 1, +NET_AUTH_OK = 2 + }
enum  AUTH_LEVEL { NET_AUTH_MINIMAL = 0, +NET_AUTH_STANDARD = 1, +NET_AUTH_SECURE = 2 + }
+ + + + + + +

+Static Public Member Functions

static int AuthLevel ()
static void SetAuthLevel (int n)
static Text CreateAuthRequest (NetUser *u)
static Text CreateAuthResponse (int level, const char *salt)
static bool AuthUser (NetUser *u, Text response)
+

Detailed Description

+
+

Definition at line 26 of file NetAuth.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum NetAuth::AUTH_LEVEL
+
+
Enumerator:
+ + + +
NET_AUTH_MINIMAL  +
NET_AUTH_STANDARD  +
NET_AUTH_SECURE  +
+
+
+ +

Definition at line 35 of file NetAuth.h.

+ +
+
+ +
+
+ + + + +
enum NetAuth::AUTH_STATE
+
+
Enumerator:
+ + + +
NET_AUTH_INITIAL  +
NET_AUTH_FAILED  +
NET_AUTH_OK  +
+
+
+ +

Definition at line 29 of file NetAuth.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
int NetAuth::AuthLevel ()
+
+static
+
+ +

Definition at line 30 of file NetAuth.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool NetAuth::AuthUser (NetUseru,
Text response 
)
+
+static
+
+ +

Definition at line 192 of file NetAuth.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Text NetAuth::CreateAuthRequest (NetUseru)
+
+static
+
+ +

Definition at line 46 of file NetAuth.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
Text NetAuth::CreateAuthResponse (int level,
const char * salt 
)
+
+static
+
+ +

Definition at line 131 of file NetAuth.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetAuth::SetAuthLevel (int n)
+
+static
+
+ +

Definition at line 37 of file NetAuth.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1