| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated services to allow external applications like web interfaces to | Melanie Thielker | 2009-06-30 | 5 | -24/+228 |
* | Make cleartext authentication case sensitive. Thanks jhurliman for spotting t... | Dahlia Trimble | 2009-06-27 | 1 | -1/+1 |
* | Add RegionSecret to user data structure to provide data update security | Melanie Thielker | 2009-06-23 | 1 | -0/+6 |
* | Fix the AssetServiceBase bug I introduced by reordering configuration load | Melanie Thielker | 2009-06-23 | 1 | -2/+2 |
* | Forgot a file | Melanie Thielker | 2009-06-22 | 1 | -0/+177 |
* | Committing RemoteUserServiceConnector out connector, local user service | Melanie Thielker | 2009-06-22 | 2 | -4/+3 |
* | Committing the meat of the user server interface and the bones of the service... | Melanie Thielker | 2009-06-22 | 3 | -10/+81 |
* | Update svn properties. | Jeff Ames | 2009-06-22 | 4 | -582/+582 |
* | Implementation of a simple authentication service + in connector in route to ... | diva | 2009-06-17 | 2 | -20/+191 |
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 2 | -421/+419 |
* | Factoring out "land_data" / RequestLandData that was hanging off of IGridServ... | diva | 2009-06-14 | 2 | -0/+163 |
* | Update svn properties. | Jeff Ames | 2009-06-14 | 3 | -374/+374 |
* | Bug fix in remote neighbour connector. | diva | 2009-06-14 | 1 | -1/+1 |
* | And this one too... | diva | 2009-06-14 | 1 | -0/+166 |
* | Oops. Forgot to add this file. | diva | 2009-06-14 | 1 | -0/+38 |
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 3 | -7/+8 |
* | Changed the inventory service so that is uses exactly one DB plugin, not many... | diva | 2009-06-11 | 2 | -115/+28 |
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 6 | -60/+329 |
* | IInentoryDataPlugins were missing. | diva | 2009-06-08 | 1 | -2/+7 |
* | Added more functions to IInventoryService. Unsure about whether all of these ... | diva | 2009-06-08 | 2 | -6/+102 |
* | First draft of inventory service connectors, and service implementation. No h... | diva | 2009-06-07 | 6 | -0/+1388 |
* | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 2009-06-04 | 1 | -4/+0 |
* | Committing the skeleton of the authentication service | Melanie Thielker | 2009-06-03 | 1 | -0/+74 |
* | Committing the partial refactor of authentication services. No user functionlity | Melanie Thielker | 2009-06-03 | 1 | -4/+23 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 7 | -7/+7 |
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 2 | -2/+56 |
* | Slashing trailing slashes. | diva | 2009-05-30 | 1 | -1/+1 |
* | Making the delegate handlers async in async Get, to make things consistent. T... | diva | 2009-05-29 | 1 | -1/+1 |
* | Catching exceptions on Store, including timeout. Store may fail, for whatever... | diva | 2009-05-26 | 1 | -2/+10 |
* | Correct a minor typo | Melanie Thielker | 2009-05-25 | 1 | -1/+1 |
* | Beginning of refactoring RESTComms/LocalComms in the new style of services an... | diva | 2009-05-25 | 2 | -0/+95 |
* | This should make HG asset transfers work much better. It now uses HGUuidGathe... | diva | 2009-05-23 | 1 | -2/+3 |
* | 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 |
* | Finished HG Service Store. Not fully functional because of problems with asse... | diva | 2009-05-18 | 1 | -1/+12 |
* | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 2009-05-18 | 2 | -1/+261 |
* | 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 |
* | Plumb the HG asset broker. More naming changes to clarify things. Lots more | Melanie Thielker | 2009-05-11 | 2 | -0/+109 |
* | 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 |
* | 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 |