aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-10-013-7/+7
|
* Poof! on Region.Communications.Hypergrid. Grid code deleted.Diva Canto2009-09-265-1456/+0
|
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-24/+26
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* This should get rid of the infinite loop upon looking up users/agents by ↵Diva Canto2009-09-051-1/+1
| | | | UUID in grid mode. Grr.
* Fixed some long-standing issues with appearance in HG1.Diva Canto2009-09-044-3/+75
|
* Formatting cleanup. Fix some compiler warnings.Jeff Ames2009-08-131-3/+0
|
* Et voila! - Old inventory code removed.Diva Canto2009-08-101-549/+0
|
* First pass at cleaning up old OGS1 and Local Inventory: removed ↵Diva Canto2009-08-102-32/+0
| | | | everything-inventory in CommsManager, which wasn't actively used anymore.
* Removed IAssetCache.Diva Canto2009-08-102-2/+1
| | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-105-21/+16
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Small bug fix in HG.diva2009-06-101-1/+2
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-0/+7
| | | | | | | 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.
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-017-7/+7
| | | | LICENSE.txt.
* Fixes map image on link-region (HG).diva2009-05-241-1/+4
|
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-232-5/+5
| | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-1/+0
|
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-121-1/+1
| | | | | | | | | This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
* * If an item creator id contains an iar loaded name, create a temporary ↵Justin Clarke Casey2009-05-051-1/+17
| | | | profile and hashed UUID to represent the user
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-046-1/+6
|
* * Resolve http://opensimulator.org/mantis/view.php?id=3573Justin Clarke Casey2009-05-041-0/+10
| | | | | | * Override add user for HG user services to hit local services if present
* * Add user data plugin to store temporary profiles (which are distinct from ↵Justin Clarke Casey2009-04-232-7/+6
| | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-221-13/+8
|
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey2009-04-222-16/+29
| | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ↵Justin Clarke Casey2009-04-221-4/+4
| | | | comms manager rather than null
* * Fix windows build from last commitJustin Clarke Casey2009-04-221-0/+1
|
* * Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey2009-04-222-35/+9
| | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
* Thank you dslake for diagnosing and fixing a race condition in ↵diva2009-04-181-75/+81
| | | | OGS1SecureInventoryServer (mantis #3483). The provided patch was slightly modified to narrow the locking scope to smaller portions of the functions. Applied the same locking to HGInventoryService, which suffered from the same race condition.
* Bug fix for standalone HG login. VerifySession should be local for local users.diva2009-04-181-0/+10
|
* * Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712009-04-171-2/+2
|
* * Some more work on refactoring configs;lbsa712009-04-171-2/+2
| | | | | | | * Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC
* * minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey2009-04-161-1/+1
|
* minor: Remove some mono compiler warnings. Uncomment code when it's ↵Justin Clarke Casey2009-04-151-1/+1
| | | | actually being used.
* One less vulnerability in the HG: detecting foreign users trying to come in ↵diva2009-04-141-1/+13
| | | | with local user IDs. If that happened by accident, too bad, foreign user can't come in with that ID. This test is a consequence of not having truly global names yet.
* Adds session authentication upon NewUserConnections. Adds user key ↵diva2009-04-143-73/+155
| | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-0/+5
| | | | | | | | | * Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
* * Introduced some experimental code with regards to asset data substitutionlbsa712009-04-081-0/+6
|
* Changed the asynchronous call to get inventory in HG, so that it properly ↵diva2009-04-051-19/+49
| | | | | | | reports problems. OGS1 should also be changed, but I'm leaving it as is for now. RestSessionObjectPosterResponse is fairly broken and should not be used. Minor changes in Get inventory item in HGAssetMapper.
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2009-04-051-0/+11
| | | | | | | be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2009-04-055-123/+118
| | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
* Another bit of refactoring to try to make sense of ↵diva2009-03-292-3/+3
| | | | OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+23
|
* Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2009-03-221-0/+23
| | | | | | provide additional information the HG needs.
* Adds support for unlink-region command in hypergrid.diva2009-03-181-0/+41
|
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-252-2/+2
|
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-49/+49
| | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵diva2009-02-205-1133/+2
| | | | | | | versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports.
* Improved log message.diva2009-02-181-2/+2
|
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-3/+3
| | | | | | | | | properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
* * optimized usings.lbsa712009-02-127-35/+12
|