aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 f...Diva Canto2009-09-282-2/+15
|/
* 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 nei...Diva Canto2009-09-272-5/+6
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-263-26/+232
* 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 minimall...Diva Canto2009-09-264-12/+58
* More tests. Seems to be working.Diva Canto2009-09-231-1/+10
* First test passes -- regions being registered and retrieved correctly in Data...Diva Canto2009-09-231-2/+2
* 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
* Modules active. Tested HGGridConnector in standalone only for now. Modules co...Diva Canto2009-09-234-12/+30
* Added hg console commands to the module.Diva Canto2009-09-223-5/+567
* 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 simul...Diva Canto2009-09-181-0/+175
* updated the IAuthorizationService interface so that a message is passed back ...Rob Smart2009-09-162-4/+5
* Formatting cleanup.Jeff Ames2009-09-131-1/+1
* Minor indentation cleanup.Diva Canto2009-09-111-2/+3
* Changed RemoteAuthorizationServiceConnector so that it implements the IAuthor...Rob Smart2009-09-111-4/+45
* 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 always...Rob Smart2009-09-102-0/+254
* 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
* 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 fo...Diva Canto2009-08-224-0/+39
* Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto2009-08-191-3/+3
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-194-0/+35
* 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 an...Diva Canto2009-08-161-1/+1
* Returning UUID.Zero is scene and user profile service are null in GetSession....Diva Canto2009-08-141-0/+8
* Changed the way to get to the profile service. Changed GetSystemsFolder in HG...Diva Canto2009-08-142-5/+19
* More debug messages.Diva Canto2009-08-141-0/+7
* Doing session lookup in the right way.Diva Canto2009-08-142-8/+11
* Additional debug messages, and bug fix in RemoteInventoryServiceConnector.cs,...Diva Canto2009-08-142-2/+12
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-134-18/+36
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-134-12/+12
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-122-2/+56
|\