aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Hypergrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-3/+3
|
* Another 11 modules' directions moved out of .addin.xmlDiva Canto2012-11-131-0/+2
|
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
| | | | grepping for remaining uses
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-251-1/+2
|
* HG Friends: allow the establishment of HG friendships without requiring ↵Diva Canto2012-03-201-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.
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)2011-10-251-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)
* HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto2011-05-231-1/+2
| | | | friends in other grids.
* HG Friends working to some extent: friendships offered and accepted ↵Diva Canto2011-05-191-0/+1
| | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-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.
* Renamed the Helo server connector to a consistent name. Added this in ↵Diva Canto2010-09-081-0/+1
| | | | connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
* Assorted bug fixes in hypergrid linking.Diva Canto2010-05-031-1/+1
|
* Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto2010-01-311-4/+0
| | | | lots of other obsolete configs.
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-2/+2
|
* Go Home works. With security!!Diva Canto2010-01-181-0/+129