aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.sln (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-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
* * Added StreamHandler supportlbsa712007-07-041-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
* Grid Servers:Adam Frisby2007-07-041-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.
* Today's work on Building support/tools. Think I am slowly getting there. MW2007-07-031-58/+69
|
* *OGS1 Key2Name/Name2Key worksmingchen2007-07-021-69/+58
| | | | | *OGS1 doesnt crash on startup anymore
* * Started working on LlsdMethod for BaseHttpServerlbsa712007-07-021-58/+69
| | | | | *Renamed IRestHandler.cs to RestMethod.cs which is the correct name.
* Just committing this because I want my commit to be on the front page of ↵MW2007-07-011-69/+58
| | | | www.opensimulator.org rather than lbsa71's being there.
* Started change to having SceneObject and then that having child Primitives ↵MW2007-07-011-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.
* * Project files fixed for OGS.Adam Frisby2007-07-011-68/+57
|
* *Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen2007-06-281-58/+69
| | | | | | | in sandbox mode) *Various small renamings
* *User Profile requests on OGS UserServer now uses XMLRPC instead of REST mingchen2007-06-281-69/+58
| | | | | *Added base support for setting up a master user
* Imported the scripting changes, so now should be up to date with sugilite. MW2007-06-281-58/+69
|
* *Fixed OpenGridServices.sln and prebuild.xmlmingchen2007-06-271-68/+58
| | | | | *NameSpaceChanges branch now fully compiles!
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+95
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.