aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * HGGridConnector is no longer necessary.Diva Canto2010-01-291-257/+0
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-241-62/+12
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-1/+26
* Hyperlinking minimally tested and working.Diva Canto2010-01-171-1/+0
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto2010-01-161-607/+43
* Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open...Diva Canto2010-01-151-6/+4
|\
| * Merge branch 'master' into presence-refactorMelanie2010-01-161-6/+4
| |\
| | * Change the error messages on region region registration. This changes URMMelanie2010-01-131-4/+4
| | * Remove "login disable", "login enable" and "login status" commands.Melanie2010-01-101-2/+0
* | | CommentDiva Canto2010-01-151-0/+1
|/ /
* | * General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto2010-01-151-1/+3
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* | NetworkServersInfo removed from CommsManager.Diva Canto2010-01-101-12/+11
* | * Starting to clean the house...Diva Canto2010-01-101-20/+21
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-88/+107
* | Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+14
|/
* * Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto2009-12-191-2/+11
* Attempt at fixing mantis #4411.Diva Canto2009-12-111-1/+1
* 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 don'...Diva Canto2009-10-141-6/+6
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-121-0/+1
* Fixed bug in Check4096 (HG).Diva Canto2009-09-281-2/+2
* Guarding the methods under if (m_Enabled)Diva Canto2009-09-271-3/+7
* Neighbours cache working.Diva Canto2009-09-271-0/+4
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-261-6/+221
* Fixed a bug with link-region.Diva Canto2009-09-261-23/+8
* More redirects to HGGridConnector-as-HyperlinkService.Diva Canto2009-09-261-1/+4
* First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-2/+26
* Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto2009-09-231-40/+42
* Modules active. Tested HGGridConnector in standalone only for now. Modules co...Diva Canto2009-09-231-9/+19
* Added hg console commands to the module.Diva Canto2009-09-221-2/+211
* Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto2009-09-221-24/+59
* Added HGGridConnector and related code.Diva Canto2009-09-221-0/+304