aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-2/+2
|
* Fixed a couple of NREs in corner cases.Diva Canto2009-11-031-0/+6
|
* Make map search work also for hyperlinked regions.Diva Canto2009-10-271-4/+6
|
* Moved some code up to AddRegion, so that other modules that depend on it ↵Diva Canto2009-10-141-6/+6
| | | | don't crash. This code needs to be removed as soon as user services is refactored.
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-124-1/+49
| | | | | * Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
* Removing dependencies on System.Runtime.Remoting.Diva Canto2009-10-061-0/+4
|
* GetRegionByPosition: use the cache, Luke.Diva Canto2009-10-052-0/+28
|
* Formatting cleanup.Jeff Ames2009-10-012-2/+2
|
* Minor bug fixes.Diva Canto2009-09-291-1/+1
|
* Fixed bug in Check4096 (HG).Diva Canto2009-09-281-2/+2
|
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-281-1/+28
|\
| * Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+28
| |
* | Improved the Local grid connector to fetch data from the DB when it doesn't ↵Diva Canto2009-09-282-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.
* Guarding the methods under if (m_Enabled)Diva Canto2009-09-271-3/+7
|
* Neighbours cache working.Diva Canto2009-09-274-8/+121
|
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-272-5/+6
| | | | neighbours in the grid service modules.
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-263-26/+232
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* Fixed a bug with link-region.Diva Canto2009-09-262-26/+11
|
* More redirects to HGGridConnector-as-HyperlinkService.Diva Canto2009-09-262-6/+20
|
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-264-12/+58
| | | | minimally. A few bugs to catch now.
* More tests. Seems to be working.Diva Canto2009-09-231-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.
* First test passes -- regions being registered and retrieved correctly in ↵Diva Canto2009-09-231-2/+2
| | | | Data.Null.
* Unit tests for the grid service. Yey!Diva Canto2009-09-231-0/+122
|
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-234-69/+82
| | | | | | SimpleRegionInfo. Added grid configs to standalones.
* Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto2009-09-234-12/+30
| | | | commands work.
* Added hg console commands to the module.Diva Canto2009-09-223-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.
* Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto2009-09-221-24/+59
|
* Added HGGridConnector and related code.Diva Canto2009-09-223-38/+364
|
* Added Remote grid connector module.Diva Canto2009-09-211-0/+108
|
* Added grid handler and grid remote connector.Diva Canto2009-09-211-2/+2
|
* First pass at LocalGridServiceConnector. Nothing of this is used by the ↵Diva Canto2009-09-181-0/+175
| | | | simulator yet.
* updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2009-09-162-4/+5
| | | | and can be displayed at the client when an avatar is denied access to a region
* Formatting cleanup.Jeff Ames2009-09-131-1/+1
|
* Minor indentation cleanup.Diva Canto2009-09-111-2/+3
|
* Changed RemoteAuthorizationServiceConnector so that it implements the ↵Rob Smart2009-09-111-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.
* Changed the interface of IAuthorizationService to get less data.Diva Canto2009-09-101-3/+3
|
* adding in working functionality for the remote connectorRob Smart2009-09-101-1/+1
|
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-102-0/+254
| | | | always grant access to an avatar entering the region if requested.
* Revising the user account data interfaces. No user functionality yetMelanie2009-09-062-5/+5
|
* Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-032-4/+4
|
* Try to cache system folders if they aren't already there when one is requestedJustin Clark-Casey (justincc)2009-08-281-0/+13
| | | | This operation can be performed legitimately on standalones without a logged in user
* Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)2009-08-281-13/+34
|
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto2009-08-224-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.
* Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ↵Diva Canto2009-08-191-3/+3
| | | | | | | SQlite. Fixes most grief in http://opensimulator.org/mantis/view.php?id=4035 http://opensimulator.org/mantis/view.php?id=4027
* Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto2009-08-194-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).
* Async purge so that the client thread doesn't wait.Diva Canto2009-08-191-5/+5
|
* A better purge of trash folder.Diva Canto2009-08-194-14/+20
|
* GetFolderItems implemented. It's not being called, but it might.Diva Canto2009-08-182-3/+11
|
* jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto2009-08-181-2/+1
|
* Making attachments work again. Tons of debug more. This needs more testing ↵Diva Canto2009-08-161-1/+1
| | | | and a lot of cleaning.