aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Services (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto1-208/+0
minimally. A few bugs to catch now.
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
Change all uses of the HttpServer properties to use the new singleton
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby1-1/+2
needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-138/+0
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker2-2/+2
2009-04-27Thanks Tommil for a patch that adds a caching option to ↵diva1-5/+18
GetAssetStreamHandler. It is used in the RegionAssetService.
2009-04-26Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP ↵diva1-3/+3
section in ini doesn't exist.
2009-04-21Thank you kindly, TLaukkan for a patch that:Charles Krinke1-1/+3
Added support for loading bare asset binaries (as opposed to xml encoded asset base) to both sandbox asset service and cable beach. * Added support for enabling region asset service when mxp is enabled. * Moved base http server content type defaulting before invocation of request handle method to allow for variable content type in the response.
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2-46/+44
OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
2009-03-27svn:eol-style property set.diva1-208/+208
2009-03-27svn:eol-style property set.diva1-123/+124
2009-03-24* minor: remove mono compiler warningsJustin Clarke Casey2-10/+9
2009-03-21Minor changes in names inside.diva2-78/+6
2009-03-21Moving HGStandaloneAssetService to a new place, and giving it a more generic ↵diva2-0/+404
name. MXP is going to use it too.