aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.sln (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-91/+0
2007-07-08* By popular demand, all generated build files are now deleted. Somebody ↵lbsa711-83/+0
should make sure the wiki is updated.
2007-07-08(no commit message)lbsa711-13/+0
2007-07-08* Updating prebuildAdam Frisby1-58/+69
2007-07-05*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen1-69/+58
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
2007-07-04* re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa711-57/+68
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-68/+57
* Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
2007-07-04* Added StreamHandler supportlbsa711-57/+68
* Implemented RestStreamHandler * Some caps functions now use it * Moved out RestMethodEntry from httpserver * The IStreamHandler interface now reports required method and Content-Type
2007-07-04Grid Servers:Adam Frisby1-68/+57
* Sugilite grid server now works with older regions properly (using it on deepgrid for testing) * Sugilite user server still broken with sugilite region server * Reduced the number of compiler warnings to zero Region Servers: * Added debug information to OGS1 Comms to help debug user server connectivity issues.
2007-07-03Today's work on Building support/tools. Think I am slowly getting there. MW1-58/+69
2007-07-02*OGS1 Key2Name/Name2Key worksmingchen1-69/+58
*OGS1 doesnt crash on startup anymore
2007-07-02* Started working on LlsdMethod for BaseHttpServerlbsa711-58/+69
*Renamed IRestHandler.cs to RestMethod.cs which is the correct name.
2007-07-01Just committing this because I want my commit to be on the front page of ↵MW1-69/+58
www.opensimulator.org rather than lbsa71's being there.
2007-07-01Started change to having SceneObject and then that having child Primitives ↵MW1-57/+68
which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
2007-07-01* Project files fixed for OGS.Adam Frisby1-68/+57
2007-06-28*Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen1-58/+69
in sandbox mode) *Various small renamings
2007-06-28*User Profile requests on OGS UserServer now uses XMLRPC instead of REST mingchen1-69/+58
*Added base support for setting up a master user
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW1-58/+69
2007-06-28* Run prebuild, and stuff. (Fixed bug)Adam Frisby1-58/+68
2007-06-27*Fixed OpenGridServices.sln and prebuild.xmlmingchen1-68/+58
*NameSpaceChanges branch now fully compiles!
2007-06-26*Added support for reservations in OpenGridServices (mysql only for now)mingchen1-68/+58
*SQL file coming soon (as soon as I can figure out how to get the
2007-06-24* Updating prebuild.xmlAdam Frisby1-58/+68
2007-06-24* "create user" command now works with the MySQL Data Storage Engine on the ↵Adam Frisby1-71/+61
userserver.
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW1-68/+58
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-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW1-57/+67
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* and done the same for OGS..Adam Frisby1-67/+57
2007-06-20* re-added SimpleApp projectslbsa711-58/+68
* made them work (yay!) * some cleanup
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-65/+62
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-14* Applied Prebuild fixes to Sugilitelbsa711-41/+41
* Rebuilt project files * ignored some bins
2007-06-13* Changed some more sort order issueslbsa711-72/+82
* Updated vs2005 files as well
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen1-54/+63
*Updated prebuild.xml
2007-06-11Seems someone deleted BaseServer.cs without removing references to itMW1-63/+54
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen1-53/+62
2007-06-09* Removed ServiceManager from OGS/Sugilite due to compilation issues.Adam Frisby1-68/+53
* Removed GridInterface reference from AssetServer
2007-06-09Commiting solutions - may compile now?Adam Frisby1-71/+61
2007-06-08prebuild.xml should be fixed/updated.MW1-58/+67
2007-06-08*Added Estate Tools for terrain texturing, terrain texturing heights per ↵mingchen1-62/+72
corner, water height, region flags, etc basic settings *Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed
2007-06-07*Added EstateSettings.cs and moved many relevant variables from ↵mingchen1-72/+62
RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase *Added a few missed copyright headers *Fixed a filename typo
2007-06-05* Finished adding licensing declarations to everything (3/3)Adam Frisby1-61/+71
2007-06-05* Fixed OGS buildAdam Frisby1-66/+63
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in
2007-06-04Prebuild and stuffAdam Frisby1-94/+94
2007-05-30Rebuilt the build filesgareth1-85/+94
Added some more prompts and stuff to ServiceManager
2007-05-29number of changesMW1-67/+58
2007-05-29* Rebuilt PrebuildAdam Frisby1-1/+1
* 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-26Goodbye WorldMW1-58/+67
2007-05-25Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW1-67/+58
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-24* re-prebuiltlbsa711-58/+67
* deleted all those *.user - ignore them next time!
2007-05-24Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW1-0/+85
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.