aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Data.MySQL/MySQLUserData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Wiping trunk in prep for SugiliteAdam Frisby2007-07-111-271/+0
|
* * "create user" command now works with the MySQL Data Storage Engine on the ↵Adam Frisby2007-06-241-0/+14
| | | | userserver.
* * Finished adding licensing declarations to everything (3/3)Adam Frisby2007-06-051-4/+5
|
* * Weird didnt commit inventory beforeAdam Frisby2007-06-051-1/+1
|
* Dont want to do that again --- MySQL interface is now fully documented. ↵Adam Frisby2007-06-021-0/+100
| | | | Added little bit more documentation to the MSSQL interface.
* * Yet more inventory shellingAdam Frisby2007-05-311-3/+3
| | | | | | * Very initial MySQL work done * Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX().
* * Added reconnect support for MySQL Data interfaces if they time out. ↵Adam Frisby2007-05-301-0/+3
| | | | | | | (Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter.
* * Added addNewUserAgent() function. No idea if it breaks compilation since ↵Adam Frisby2007-05-261-0/+5
| | | | MSVC#2005 solutions are broken.
* Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW2007-05-251-0/+4
| | | | | | | | 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)
* * Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby2007-05-251-1/+9
| | | | | | | | for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files.
* Renamed the new Directories. (removed the "-Source" from the end of them)MW2007-05-241-0/+136