aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGridServices.UserServer/UserManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-660/+0
2007-06-24* Updating sugilite userserver with the same patchAdam Frisby1-0/+1
* Added expect_user support to sugilite GridComms manager (needs testing to make sure there's no conflict between httpListener daemons)
2007-06-24* Updating trunk UserServer to make it sugilite happy (differentiation of ↵Adam Frisby1-0/+1
regions by handle rather than port)
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW1-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).
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-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)
2007-06-09Protip: Check for obvious errors before submittingAdam Frisby1-3/+3
2007-06-09* Added more support for wider profile information from get user REST calls.Adam Frisby1-2/+22
* Added comments and stuff
2007-06-09Patched up error handling to return a better XML string.Adam Frisby1-1/+19
2007-06-09* Just for the heck of it - added a UUID based equivilent too.Adam Frisby1-0/+12
2007-06-09* Sugilite user server can now return user profile information by account ↵Adam Frisby1-0/+51
name (Hi MingChen) - uses the REST GET /user/name/ method.
2007-06-08Re-imported OpenGridServices from trunkMW1-0/+659
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-597/+0
version from trunk
2007-06-05* Finished adding licensing declarations to everything (3/3)Adam Frisby1-0/+27
2007-06-05* Fixed OGS buildAdam Frisby1-12/+11
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in
2007-05-30* Added reconnect support for MySQL Data interfaces if they time out. ↵Adam Frisby1-2/+15
(Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter.
2007-05-29* Rebuilt PrebuildAdam Frisby1-2/+2
* Enabled fastmode by default on world map requests (ordinary mode is just too slow) * Reset some params involving agent appearance * Tweaked simProfileBlock requests to return values which have been sighted on the wire before.
2007-05-27I be experimentin'Adam Frisby1-1/+1
2007-05-27* and fixed up an error message.Adam Frisby1-1/+1
2007-05-27* Added DeadRegionResponse - occurs when connecting to a downed region (was ↵Adam Frisby1-1/+24
the mysterious "(Done)" error).
2007-05-25Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW1-0/+31
this): Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL)
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-20* Minor tweaks with new userserverAdam Frisby1-12/+19
* Fixed password encoding to match MD5 standard properly. * Fixed exception caused on user first login (minor) * Fixed exception caused by incorrect username (minor) * Returns login error rather than grid error if username is incorrect
2007-05-20Finished adding commentsAdam Frisby1-0/+61
2007-05-20* DB4o support made defaultAdam Frisby1-0/+17
* Some comments
2007-05-20Adam proudly presents: A new user/login server - fresh to you from his ↵Adam Frisby1-6/+334
desktop, and completely untested!
2007-05-20* Fixed depreciated warning in MSSQL ManagerAdam Frisby1-0/+51
* Added support for user agents in the Userserver UserManager
2007-05-16Let stuff be broken!Adam Frisby1-0/+102