aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Data.MySQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If this is what it takes, then finemingchen2007-06-062-8/+8
| | | | | *Adding every .build and .csproj to get ccnet working (hopefully)
* * Finished adding licensing declarations to everything (3/3)Adam Frisby2007-06-055-20/+25
|
* * Weird didnt commit inventory beforeAdam Frisby2007-06-055-5/+5
|
* Prebuild and stuffAdam Frisby2007-06-042-162/+166
|
* Dont want to do that again --- MySQL interface is now fully documented. ↵Adam Frisby2007-06-025-26/+396
| | | | Added little bit more documentation to the MSSQL interface.
* * MySQL Inventory data interfaces written - can now write an inventory ↵Adam Frisby2007-06-012-2/+73
| | | | server (yay!)
* * Completed read-only inventory data operationsAdam Frisby2007-06-011-5/+155
| | | | | * Working on write support
* * Completed reading of inventory in Manager. (still needs to be hooked up ↵Adam Frisby2007-05-311-6/+42
| | | | via interfaces, but easy to do.)
* * Added some commentsAdam Frisby2007-05-311-1/+6
| | | | | * Renamed a function which was incredibly badly misnamed.
* * Yet more inventory shellingAdam Frisby2007-05-314-11/+63
| | | | | | * Very initial MySQL work done * Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX().
* The start of a beautiful thing! (eeek inventory!)Adam Frisby2007-05-311-0/+39
|
* and log mode reconnect added.Adam Frisby2007-05-301-1/+8
|
* * Added reconnect support for MySQL Data interfaces if they time out. ↵Adam Frisby2007-05-303-4/+70
| | | | | | | (Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter.
* Rebuilt the build filesgareth2007-05-302-162/+162
| | | | | | Added some more prompts and stuff to ServiceManager
* * Rebuilt PrebuildAdam Frisby2007-05-292-70/+66
| | | | | | | * 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.
* * Escaped log messages properly when logging to DBAdam Frisby2007-05-281-2/+12
| | | | | | | * World map textures are now checked against DBNull before returning * MySQL now informs when it gets a connection * "Fastmode" support added to world map queries (MySQL-only), disabled by default.
* Please to be testing new logdata interfaces!Adam Frisby2007-05-281-0/+5
|
* Zomg wtf bbq logdata!Adam Frisby2007-05-283-15/+95
|
* FIXED THE TRUNK!gareth2007-05-271-47/+47
|
* * 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-253-4/+20
| | | | | | | | 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.
* Set default MySQL port to the standard.Adam Frisby2007-05-251-1/+1
|
* Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function.Adam Frisby2007-05-251-2/+3
|
* * re-prebuiltlbsa712007-05-241-12/+0
| | | | | * deleted all those *.user - ignore them next time!
* Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW2007-05-242-10/+10
| | | | | | | test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices.
* Renamed the new Directories. (removed the "-Source" from the end of them)MW2007-05-247-0/+803