aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGridServices.UserServer/UserManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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