aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Hypergrid/HypergridServiceInConnectorModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+3
2012-11-13Another 11 modules' directions moved out of .addin.xmlDiva Canto1-0/+2
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-1/+2
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-10/+4
yet.
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-09-29Minor bug fixes.Diva Canto1-0/+3
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-14/+15
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26Fixed a bug with link-region.Diva Canto1-2/+3
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto1-1/+1
commands work.
2009-09-22Added hg console commands to the module.Diva Canto1-7/+18
Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested.
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
the ball rolling on replacable modules. No user functionality yet
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
Change all uses of the HttpServer properties to use the new singleton
2009-06-22Update svn properties.Jeff Ames1-113/+113
2009-06-15Renamed two of the in connector modules, to make things consistent.diva1-1/+1
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva1-102/+113
are now in CoreModules/ServiceConnectorsIn, where they belong.
2009-06-14Update svn properties.Jeff Ames1-102/+102
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-103/+102
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-22Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵diva1-1/+3
grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
2009-05-19Refactor RegionAssetService to load the service connector rather thanMelanie Thielker1-48/+26
duplicating it's functionality
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-1/+1
the handlers out of the asset server context into a generic scope.
2009-05-17Update svn properties.Jeff Ames1-123/+123
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-138/+123
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-04-27Thanks Tommil for a patch that adds a caching option to ↵diva1-5/+18
GetAssetStreamHandler. It is used in the RegionAssetService.
2009-04-26Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP ↵diva1-3/+3
section in ini doesn't exist.
2009-04-21Thank you kindly, TLaukkan for a patch that:Charles Krinke1-1/+3
Added support for loading bare asset binaries (as opposed to xml encoded asset base) to both sandbox asset service and cable beach. * Added support for enabling region asset service when mxp is enabled. * Moved base http server content type defaulting before invocation of request handle method to allow for variable content type in the response.
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby1-23/+22
OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
2009-03-27svn:eol-style property set.diva1-123/+124
2009-03-24* minor: remove mono compiler warningsJustin Clarke Casey1-6/+5
2009-03-21Minor changes in names inside.diva1-74/+2
2009-03-21Moving HGStandaloneAssetService to a new place, and giving it a more generic ↵diva1-196/+196
name. MXP is going to use it too.
2009-03-19* refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵Justin Clarke Casey1-1/+2
via CommunicationsManager directly
2009-02-20* Another stab at removing AssetServer.exe dependencieslbsa711-1/+0
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on ↵lbsa711-0/+2
IAssetDataPlugin being in OpenSim.Data
2009-02-19* moved the Get/PostAssetStreamHandler to the Servers namespace... slowly ↵lbsa711-1/+0
getting there...
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ↵lbsa711-1/+0
rid of ugly CoreModules dependency on AssetServer.exe * And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it.
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+2
* This is always available at Scene.CommsManager.AssetCache