aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGridServices.UserServer/UserManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Updating sugilite userserver with the same patchAdam Frisby2007-06-241-0/+1
| | | | | * Added expect_user support to sugilite GridComms manager (needs testing to make sure there's no conflict between httpListener daemons)
* SandBox mode login now shares a base class with the grid mode user server. MW2007-06-221-7/+7
| | | | | To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
* Made a base class from the Grid mode UserServer.UserManager and included ↵MW2007-06-191-663/+5
| | | | | | | | that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
* Protip: Check for obvious errors before submittingAdam Frisby2007-06-091-3/+3
|
* * Added more support for wider profile information from get user REST calls.Adam Frisby2007-06-091-2/+22
| | | | | | * Added comments and stuff
* Patched up error handling to return a better XML string.Adam Frisby2007-06-091-1/+19
|
* * Just for the heck of it - added a UUID based equivilent too.Adam Frisby2007-06-091-0/+12
|
* * Sugilite user server can now return user profile information by account ↵Adam Frisby2007-06-091-0/+51
| | | | name (Hi MingChen) - uses the REST GET /user/name/ method.
* Re-imported OpenGridServices from trunkMW2007-06-081-0/+659
|
* Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW2007-06-081-597/+0
| | | | version from trunk
* Start of rewrite 5279! MW2007-05-261-0/+597