aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices (unfollow)
Commit message (Collapse)AuthorFilesLines
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-26* Added addNewUserAgent() function. No idea if it breaks compilation since ↵Adam Frisby3-0/+16
MSVC#2005 solutions are broken.
2007-05-25Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW16-134/+248
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-25OopsAdam Frisby1-0/+73
2007-05-25* Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby12-44/+57
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.
2007-05-25Set default MySQL port to the standard.Adam Frisby1-1/+1
2007-05-25Added regionMapTexture to SQL/mysql-regions.sql for MySQLAdam Frisby1-1/+1
2007-05-25Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function.Adam Frisby1-2/+3
2007-05-24(no commit message)MW7-33/+40
2007-05-24* re-prebuiltlbsa7119-184/+33
* deleted all those *.user - ignore them next time!
2007-05-24Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW24-247/+207
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.
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW95-0/+8603