aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie2-0/+10
2009-12-28Added some more log messages. This is beginning to work.Diva Canto1-0/+5
2009-12-28Database and presence changes. UntestedMelanie2-6/+6
2009-12-28* Added the new modules to Resources, making them active.Diva Canto2-3/+3
2009-12-28* Deleted HGPresenceBroker, since it won't be neededDiva Canto2-257/+2
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ju...Diva Canto3-1/+414
2009-12-27Changed GetAgents to take string[] instead of UUID[]Diva Canto1-2/+2
2009-12-27First pass at the local connector for presence. No cache yet. Just the connec...Diva Canto2-0/+266
2009-12-21Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se...Diva Canto1-2/+13
2009-12-19* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto2-3/+14
2009-12-11Attempt at fixing mantis #4411.Diva Canto1-1/+1
2009-12-07Same for the remote auth connectorMelanie1-1/+1
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie2-9/+6
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2009-11-03Fixed a couple of NREs in corner cases.Diva Canto1-0/+6
2009-10-27Make map search work also for hyperlinked regions.Diva Canto1-4/+6
2009-10-14Moved some code up to AddRegion, so that other modules that depend on it don'...Diva Canto1-6/+6
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto4-1/+49
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 f...Diva Canto2-2/+15
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 nei...Diva Canto2-5/+6
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto3-26/+232
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 minimall...Diva Canto4-12/+58
2009-09-23More tests. Seems to be working.Diva Canto1-1/+10
2009-09-23First test passes -- regions being registered and retrieved correctly in Data...Diva Canto1-2/+2
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
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules co...Diva Canto4-12/+30
2009-09-22Added hg console commands to the module.Diva Canto3-5/+567
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 simul...Diva Canto1-0/+175
2009-09-16updated the IAuthorizationService interface so that a message is passed back ...Rob Smart2-4/+5
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 IAuthor...Rob Smart1-4/+45
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 always...Rob Smart2-0/+254