aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the new async handling class to actually make the new asset service'sMelanie Thielker2009-05-101-12/+34
| | | | | | async request perform asynchronously
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-102-31/+189
| | | | | | for asset retrieval (full asset only) to ease migration to the new system
* Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker2009-05-102-0/+42
| | | | | | keys to allow caching the new crop of URI identified objects.
* Make remote assets work through the new server systemMelanie Thielker2009-05-091-5/+53
|
* Plumb the remote asset hookup, all but the actual requestsMelanie Thielker2009-05-092-13/+59
|
* Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker2009-05-092-0/+209
|
* * break out 'xml2' deserialization from sogJustin Clarke Casey2009-05-081-1/+2
|
* - moving banned check and public/private check toDr Scofield2009-05-052-8/+16
| | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
* Add the remote user connector skeletonMelanie Thielker2009-05-051-0/+88
|
* Change local user connector into a shared moduleMelanie Thielker2009-05-051-1/+7
|
* Some refactoring. Database is now active in the new user serverMelanie Thielker2009-05-051-2/+2
|
* Plumb the new server connector logicMelanie Thielker2009-05-051-0/+85
|
* Some reorganization around service connectors. No functional changeMelanie Thielker2009-05-032-3/+2
|
* Rename CoreModules.Communications to CoreModule.ServiceConnectors and, ↵diva2009-05-022-0/+1224
inside it, REST to Remote.