| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
*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
|
|
|
|
|
|
|
| |
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though)
* removed last traces of old rest handling
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
* Implemented RestStreamHandler
* Some caps functions now use it
* Moved out RestMethodEntry from httpserver
* The IStreamHandler interface now reports required method and Content-Type
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
*OGS1 doesnt crash on startup anymore
|
|
|
|
|
| |
*Renamed IRestHandler.cs to RestMethod.cs which is the correct name.
|
|
|
|
| |
www.opensimulator.org rather than lbsa71's being there.
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
in sandbox mode)
*Various small renamings
|
|
|
|
|
| |
*Added base support for setting up a master user
|
| |
|
|
|
|
|
| |
*NameSpaceChanges branch now fully compiles!
|
|
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.
|