aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Hypergrid (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
grepping for remaining uses
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)1-1/+2
2012-03-20HG Friends: allow the establishment of HG friendships without requiring ↵Diva Canto1-6/+20
co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)1-0/+1
of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo)
2011-05-23HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto1-1/+2
friends in other grids.
2011-05-19HG Friends working to some extent: friendships offered and accepted ↵Diva Canto1-0/+1
correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto1-1/+0
OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
2010-09-08Renamed the Helo server connector to a consistent name. Added this in ↵Diva Canto1-0/+1
connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto1-1/+1
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto1-4/+0
lots of other obsolete configs.
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-2/+2
2010-01-18Go Home works. With security!!Diva Canto1-0/+129