aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-14Moved some code up to AddRegion, so that other modules that depend on it ↵Diva Canto1-6/+6
don't crash. This code needs to be removed as soon as user services is refactored.
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto4-1/+49
* Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
2009-10-06Removing dependencies on System.Runtime.Remoting.Diva Canto1-0/+4
2009-10-05GetRegionByPosition: use the cache, Luke.Diva Canto2-0/+28
2009-10-01Formatting cleanup.Jeff Ames2-2/+2
2009-09-29Minor bug fixes.Diva Canto1-1/+1
2009-09-28Fixed bug in Check4096 (HG).Diva Canto1-2/+2
2009-09-28Improved the Local grid connector to fetch data from the DB when it doesn't ↵Diva Canto2-2/+15
find it in the cache. Commented out the Standalone teleport test because it's failing, and the scene setup is very confusing. I suspect it may be wrong -- the connectors-as-ISharedRegionModules are being instantiated several times when there are several scenes.
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+28
2009-09-27Guarding the methods under if (m_Enabled)Diva Canto1-3/+7
2009-09-27Neighbours cache working.Diva Canto4-8/+121
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2-5/+6
neighbours in the grid service modules.
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto3-26/+232
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26Fixed a bug with link-region.Diva Canto2-26/+11
2009-09-26More redirects to HGGridConnector-as-HyperlinkService.Diva Canto2-6/+20
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto4-12/+58
minimally. A few bugs to catch now.
2009-09-23More tests. Seems to be working.Diva Canto1-1/+10
Grid connector modules are enabled for standalones only, but nothing in the simulator uses them yet, so it's safe to go in.
2009-09-23First test passes -- regions being registered and retrieved correctly in ↵Diva Canto1-2/+2
Data.Null.
2009-09-23Unit tests for the grid service. Yey!Diva Canto1-0/+122
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto4-69/+82
SimpleRegionInfo. Added grid configs to standalones.
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto4-12/+30
commands work.
2009-09-22Added hg console commands to the module.Diva Canto3-5/+567
Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested.
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-24/+59
2009-09-22Added HGGridConnector and related code.Diva Canto3-38/+364
2009-09-21Added Remote grid connector module.Diva Canto1-0/+108
2009-09-21Added grid handler and grid remote connector.Diva Canto1-2/+2
2009-09-18First pass at LocalGridServiceConnector. Nothing of this is used by the ↵Diva Canto1-0/+175
simulator yet.
2009-09-16updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2-4/+5
and can be displayed at the client when an avatar is denied access to a region
2009-09-13Formatting cleanup.Jeff Ames1-1/+1
2009-09-11Minor indentation cleanup.Diva Canto1-2/+3
2009-09-11Changed RemoteAuthorizationServiceConnector so that it implements the ↵Rob Smart1-4/+45
IAuthorization interface method isAuthorizedForRegion looks up user and region data and delegates the remote authorization check to the AuthorizationServiceConnector This keeps the IAuthorization as clean as possible and moves the dependency of using a UserProfileData object out to the connector from the scene.
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-3/+3
2009-09-10adding in working functionality for the remote connectorRob Smart1-1/+1
2009-09-10The stubs for an authorization service, at the moment the service will ↵Rob Smart2-0/+254
always grant access to an avatar entering the region if requested.
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie2-5/+5
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman2-4/+4
2009-08-28Try to cache system folders if they aren't already there when one is requestedJustin Clark-Casey (justincc)1-0/+13
This operation can be performed legitimately on standalones without a logged in user
2009-08-28Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)1-13/+34
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto4-0/+39
folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer.
2009-08-19Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ↵Diva Canto1-3/+3
SQlite. Fixes most grief in http://opensimulator.org/mantis/view.php?id=4035 http://opensimulator.org/mantis/view.php?id=4027
2009-08-19Fixes GetRootFolder for normal standalone, which was being incorrectly ↵Diva Canto1-3/+3
redirected to the wrong object. Probably fixes most grief in http://opensimulator.org/mantis/view.php?id=4035 http://opensimulator.org/mantis/view.php?id=4027
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto4-0/+35
operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
2009-08-19Async purge so that the client thread doesn't wait.Diva Canto1-5/+5
2009-08-19A better purge of trash folder.Diva Canto4-14/+20
2009-08-18GetFolderItems implemented. It's not being called, but it might.Diva Canto2-3/+11
2009-08-18jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto1-2/+1
2009-08-16Making attachments work again. Tons of debug more. This needs more testing ↵Diva Canto1-1/+1
and a lot of cleaning.
2009-08-14Returning UUID.Zero is scene and user profile service are null in ↵Diva Canto1-0/+8
GetSession. This doesn't fix the underlying problem of these things being null -- they shouldn't be.
2009-08-14Changed the way to get to the profile service. Changed GetSystemsFolder in ↵Diva Canto2-5/+19
HGBroker.
2009-08-14More debug messages.Diva Canto1-0/+7