aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Adds NAT routing support for MXP Asset Delivery. (This means MXP should be ↵Adam Frisby2009-05-241-8/+4
| | | | fully NAT compatible.)
* * Fixes [irritating] edge case in Util.GetLocalHost which could return an ↵Adam Frisby2009-05-233-15/+47
| | | | | | | | IPv6 address if no non-loopback IPv4 address can be found. * Restores internal IPv6 support to NetworkUtil.* * Fixes bad login unit tests.
* * Disables internal IPv6 Support - causing issues.Adam Frisby2009-05-231-3/+11
|
* * "Fixed" an issue with NAT Login Handler, apparently an IPv4Mask can be ↵Adam Frisby2009-05-231-1/+24
| | | | null on an IPv4 address. Go figure. (!?!)
* * Implements automatic loopback handling for standalone regions. Adam Frisby2009-05-231-2/+8
| | | | | * This /should/ make OpenSim behave properly when hosting behind a NAT router and utilizing port forwarding (but the router doesn't support Loopback)
* * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby2009-05-234-10/+11
|
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-236-18/+21
| | | | | | | | | | 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)
* * Breaks OpenSim.. err I mean.. adds NAT translation support to ↵Adam Frisby2009-05-231-1/+39
| | | | | | | EnableSimulator EventQueue methods. * NB: This may actually break logins on certain regions. Shake well before consuming.
* * NetworkUtil now handles an error case in a way which is easier to debug.Adam Frisby2009-05-231-3/+11
|
* * Adds new NetworkUtil class, contains methods for handling IP resolution ↵Adam Frisby2009-05-232-0/+136
| | | | | | | when located on the same subnet. (Eg, can be used to avoid NAT Loopback requirements if fully utilized.) * Adds a few new network-related methods to Util.
* cleaning out warnings.Dr Scofield2009-05-228-11/+14
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* adding RemoveXmlRpcHandler to IHttpServerDr Scofield2009-05-222-0/+14
|
* Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵diva2009-05-221-3/+17
| | | | grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
* Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker2009-05-212-2/+4
| | | | | | | | | | treated as another ini source to load. For example: Include-Asset = AssetSetup.ini will load AssetSetup.ini after all other ini files are done. This works recursively, too
* Put some meat on the bones of the REST console. NO user functionality yetMelanie Thielker2009-05-201-1/+45
|
* Move the color console logic from the appender into the local console, sinceMelanie Thielker2009-05-204-77/+101
| | | | | | | that is the only one that can use it. Change appender output to always go through the console output functions.
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-204-274/+2
|
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-206-15/+123
|
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-185-934/+1
|
* Update svn properties.Jeff Ames2009-05-171-12/+12
|
* Send the owner name, not the client name on SendDialog.Homer Horwitz2009-05-161-1/+1
| | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661.
* Bug fix on POST asset so that the new asset service connector can talk to ↵diva2009-05-151-2/+5
| | | | the old asset server.
* * Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey2009-05-151-0/+5
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-152-7/+9
| | | | | | | | | | | | -- 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
* * When saving an oar, save assets when immediately received rather than ↵Justin Clarke Casey2009-05-141-16/+23
| | | | | | | | | storing them all up in memory * Hopefully this will remove out of memory problems when saving large oars on machines without much memory * It may also speed up saving of large oars
* * refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey2009-05-141-2/+1
|
* * refactor: break some of xml2 serialization out of sogJustin Clarke Casey2009-05-142-4/+7
|
* * Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ↵lbsa712009-05-141-1/+1
| | | | justice.
* Move the connector for the new asset server to a connectors project. InheritMelanie Thielker2009-05-141-0/+39
| | | | | | | the region module version from this. This enables inter-server connections to reuse connetor code from region modules.
* * Bug fix: Variable m_regionSettings can be null, using RegionSettings ↵Arthur Valadares2009-05-131-1/+1
| | | | | | | instead, that starts a new RegionSettings object if private variable is null. Fixes Mantis #3634
* * Added some more tests to the GetAssetStreamHandlerslbsa712009-05-134-34/+99
|
* Disabling WebFetchInventoryDescendents CAPs for the time being as itDr Scofield2009-05-131-2/+4
| | | | | seems to screw up standalone mode.
* Thank you kindly, BlueWall sir, for a patch that:Charles Krinke2009-05-131-2/+10
| | | | | | | | | | Adding a jsonp wrapper to the user supplied status report uri if the key "callback" exists. It will work with many javascript toolkits to provide an ajax callback to allow the browser to update stats reports without the intervention of an intermediate server.
* Paving the way for syncing group permissions across a gridMelanie Thielker2009-05-121-0/+1
|
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-122-0/+30
| | | | | | | | | 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.
* * Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2009-05-112-0/+21
| | | | | | | | | | * User interface is ... primitive at best right now. * Loads bans from bans.txt and region ban DB on startup, bans.txt is in the format of one per line. The following explains how they are read; DNS bans are in the form "somewhere.com" will block ANY matching domain (including "betasomewhere.com", "beta.somewhere.com", "somewhere.com.beta") - make sure to be reasonably specific in DNS bans. IP address bans match on first characters, so, "127.0.0.1" will ban only that address, "127.0.1" will ban "127.0.10.0" but "127.0.1." will ban only the "127.0.1.*" network
* Update svn properties.Jeff Ames2009-05-113-311/+311
|
* adding code to check for old-style responses ("True")Dr Scofield2009-05-111-0/+5
|
* * Rather than crash the region simulator, declare the teleport a failure if ↵Adam Frisby2009-05-101-6/+13
| | | | the "success" mapping doesn't exist. (also; I hate LLSD.)
* * Attempting to fix NullRef exception in inventory.Adam Frisby2009-05-101-6/+6
|
* * Debugging some inventory related NullRefException's.Adam Frisby2009-05-101-20/+29
|
* Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker2009-05-101-1/+10
| | | | | | use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
* Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2009-05-102-0/+126
| | | | | | | class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-101-0/+6
| | | | | | for asset retrieval (full asset only) to ease migration to the new system
* Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker2009-05-101-23/+23
| | | | | | keys to allow caching the new crop of URI identified objects.
* Small asset cache addition. Comment a debug output left in CAPSMelanie Thielker2009-05-101-3/+3
|
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-3/+11
| | | | | | | | | - AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type. - The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string. - Replaced several magic numbers by their corresponding enum. - Fixed the invType for gestures and animations in the library. This should fix Mantis #3610 and the non-terminating inventory loading
* Make remote assets work through the new server systemMelanie Thielker2009-05-091-17/+29
|
* Implement an ingenious solution to pacekt pool performance suggested byMelanie Thielker2009-05-081-20/+10
| | | | | | dlslake.
* fix up the comments a littleSean Dague2009-05-081-3/+2
| | | | | From: Sean Dague <sdague@gmail.com>