#include "aesop-proto/protocol.h"
Go to the source code of this file.
Classes | |
class | aesop::UserManager |
This class is threadsafe! In general, these methods are unsafe to call from the main server execution thread, because they can take a long time (disk read/writes and other operations). More... | |
Namespaces | |
namespace | aesop |
Functions | |
bool | aesop::isValidUsername (IN const char *username) |
is this a valid username? | |
std::string | aesop::getUsernameRestrictions (void) |
what is the format of a valid username? |