aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-25* Upped version number to 0.6.5lbsa714-6/+6
2009-05-25* Attaches debug info to some DNS resolution code.Adam Frisby1-8/+16
2009-05-25Update svn properties.Jeff Ames1-221/+221
2009-05-25* Disabled NAT translation support for a little while.Adam Frisby1-8/+24
2009-05-24* Mono sucks. (Fixes crash due to Mono not implementing ↵Adam Frisby1-5/+12
NetworkInformation.IPv4Mask aka Subnet masks)
2009-05-24* Adds NAT routing support for MXP Asset Delivery. (This means MXP should be ↵Adam Frisby1-8/+4
fully NAT compatible.)
2009-05-23* Fixes [irritating] edge case in Util.GetLocalHost which could return an ↵Adam Frisby3-15/+47
IPv6 address if no non-loopback IPv4 address can be found. * Restores internal IPv6 support to NetworkUtil.* * Fixes bad login unit tests.
2009-05-23* Disables internal IPv6 Support - causing issues.Adam Frisby1-3/+11
2009-05-23* "Fixed" an issue with NAT Login Handler, apparently an IPv4Mask can be ↵Adam Frisby1-1/+24
null on an IPv4 address. Go figure. (!?!)
2009-05-23* Implements automatic loopback handling for standalone regions. Adam Frisby1-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)
2009-05-23* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby4-10/+11
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby6-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)
2009-05-23* Breaks OpenSim.. err I mean.. adds NAT translation support to ↵Adam Frisby1-1/+39
EnableSimulator EventQueue methods. * NB: This may actually break logins on certain regions. Shake well before consuming.
2009-05-23* NetworkUtil now handles an error case in a way which is easier to debug.Adam Frisby1-3/+11
2009-05-23* Adds new NetworkUtil class, contains methods for handling IP resolution ↵Adam Frisby2-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.
2009-05-22cleaning out warnings.Dr Scofield8-11/+14
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-22adding RemoveXmlRpcHandler to IHttpServerDr Scofield2-0/+14
2009-05-22Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵diva1-3/+17
grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
2009-05-21Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker2-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
2009-05-20Put some meat on the bones of the REST console. NO user functionality yetMelanie Thielker1-1/+45
2009-05-20Move the color console logic from the appender into the local console, sinceMelanie Thielker4-77/+101
that is the only one that can use it. Change appender output to always go through the console output functions.
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker4-274/+2
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames6-15/+123
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker5-934/+1
2009-05-17Update svn properties.Jeff Ames1-12/+12
2009-05-16Send the owner name, not the client name on SendDialog.Homer Horwitz1-1/+1
This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661.
2009-05-15Bug fix on POST asset so that the new asset service connector can talk to ↵diva1-2/+5
the old asset server.
2009-05-15* Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey1-0/+5
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2-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
2009-05-14* When saving an oar, save assets when immediately received rather than ↵Justin Clarke Casey1-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
2009-05-14* refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey1-2/+1
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey2-4/+7
2009-05-14* Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ↵lbsa711-1/+1
justice.
2009-05-14Move the connector for the new asset server to a connectors project. InheritMelanie Thielker1-0/+39
the region module version from this. This enables inter-server connections to reuse connetor code from region modules.
2009-05-13* Bug fix: Variable m_regionSettings can be null, using RegionSettings ↵Arthur Valadares1-1/+1
instead, that starts a new RegionSettings object if private variable is null. Fixes Mantis #3634
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa714-34/+99
2009-05-13Disabling WebFetchInventoryDescendents CAPs for the time being as itDr Scofield1-2/+4
seems to screw up standalone mode.
2009-05-13Thank you kindly, BlueWall sir, for a patch that:Charles Krinke1-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.
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker1-0/+1
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke2-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.
2009-05-11* Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2-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
2009-05-11Update svn properties.Jeff Ames3-311/+311
2009-05-11adding code to check for old-style responses ("True")Dr Scofield1-0/+5
2009-05-10* Rather than crash the region simulator, declare the teleport a failure if ↵Adam Frisby1-6/+13
the "success" mapping doesn't exist. (also; I hate LLSD.)
2009-05-10* Attempting to fix NullRef exception in inventory.Adam Frisby1-6/+6
2009-05-10* Debugging some inventory related NullRefException's.Adam Frisby1-20/+29
2009-05-10Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker1-1/+10
use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
2009-05-10Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2-0/+126
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
2009-05-10Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker1-0/+6
for asset retrieval (full asset only) to ease migration to the new system
2009-05-10Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker1-23/+23
keys to allow caching the new crop of URI identified objects.