Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catching exceptions on Store, including timeout. Store may fail, for ↵ | diva | 2009-05-26 | 1 | -2/+10 |
| | | | | | | | | whatever reason, but it won't crash the sim. Addresses mantis #3707, mantis #3713, mantis #3686. | ||||
* | Correct a minor typo | Melanie Thielker | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | Beginning of refactoring RESTComms/LocalComms in the new style of services ↵ | diva | 2009-05-25 | 2 | -0/+95 |
| | | | | and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok. | ||||
* | This should make HG asset transfers work much better. It now uses ↵ | diva | 2009-05-23 | 1 | -2/+3 |
| | | | | HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D | ||||
* | Bug fix in HGAssetService. POSTs back home (standalone) should now work. | diva | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 2 | -2/+2 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | Finished HG Service Store. Not fully functional because of problems with ↵ | diva | 2009-05-18 | 1 | -1/+12 |
| | | | | asset.ID insisting on being a UUID string. | ||||
* | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 2009-05-18 | 2 | -1/+261 |
| | | | | | | the user server skeleton in preparation for introducing a generic server | ||||
* | Renaming [ServiceConnectors] back to [Modules]. | diva | 2009-05-17 | 1 | -4/+11 |
| | |||||
* | HG asset transfers starting to work -- GETs only for now. | diva | 2009-05-17 | 2 | -13/+68 |
| | |||||
* | * Resolve bug where save oar would never complete if any assets were missing | Justin Clarke Casey | 2009-05-15 | 1 | -0/+4 |
| | |||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | -- 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 | ||||
* | Plumb the HG asset broker. More naming changes to clarify things. Lots more | Melanie Thielker | 2009-05-11 | 2 | -0/+109 |
| | | | | | | config options. | ||||
* | Enhance the submodule loader and port the enhancements to the services base | Melanie Thielker | 2009-05-10 | 1 | -3/+26 |
| | |||||
* | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 2009-05-10 | 2 | -0/+19 |
| | | | | | | for asset retrieval (full asset only) to ease migration to the new system | ||||
* | FInish basic asset server functionality on the new asset server | Melanie Thielker | 2009-05-09 | 1 | -3/+17 |
| | |||||
* | The new asset server now actually serves existing assets | Melanie Thielker | 2009-05-08 | 1 | -1/+7 |
| | |||||
* | More additions to the nextgen reference UGAIM | Melanie Thielker | 2009-05-08 | 5 | -29/+305 |
| | |||||
* | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-05-05 | 1 | -0/+27 |
| | |||||
* | Some refactoring. Database is now active in the new user server | Melanie Thielker | 2009-05-05 | 3 | -5/+90 |
| | |||||
* | Plumb the database into the new server skel | Melanie Thielker | 2009-05-05 | 1 | -0/+3 |
| | |||||
* | Plumb the new server connector logic | Melanie Thielker | 2009-05-05 | 1 | -1/+32 |
| | |||||
* | Add an interface skeleton for user services | Melanie Thielker | 2009-05-05 | 2 | -0/+14 |