List of well known grids. More...
Classes | |
class | Manager |
Functions | |
bool | HasMe (std::string &str) |
LLCHATLIBEXP std::string | MungedPassword (const std::string &clear_text) |
MD5 munge a clear text password. | |
std::string | xml_escape_string (const std::string &in) |
This function takes string, and escapes it appropritately for inclusion as xml data. |
List of well known grids.
Header for the C++ library interface to Linden Lab's source code.
Copyright (c) 2010 by R. Douglas Barbieri
The source code in this file ("Source Code") is provided by R. Douglas Barbieri to you under the terms of the GNU General Public License, version 2.0 ("GPL"). Terms of the GPL can be found in doc/GPL-license.txt in this distribution.
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL SOURCE CODE IN THIS DISTRIBUTION IS PROVIDED "AS IS." THE AUTHOR MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE.
Copyright (c) 2009-2010 by R. Douglas Barbieri
The source code in this file ("Source Code") is provided by R. Douglas Barbieri to you under the terms of the GNU General Public License, version 2.0 ("GPL"). Terms of the GPL can be found in doc/GPL-license.txt in this distribution.
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL SOURCE CODE IN THIS DISTRIBUTION IS PROVIDED "AS IS." THE AUTHOR MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE.
bool LLC::HasMe | ( | std::string & | str | ) |
/brief if string starts with "/me" then remove and return true /param [in,out] str -- string with "/me" removed if found /return true if starts with "/me"
LLCHATLIBEXP std::string LLC::MungedPassword | ( | const std::string & | clear_text | ) |
MD5 munge a clear text password.
[in] | clear_text | password in clear text to munge |