aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-24* Adds NAT routing support for MXP Asset Delivery. (This means MXP should be ...Adam Frisby1-8/+4
2009-05-23* Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv...Adam Frisby3-15/+47
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 null...Adam Frisby1-1/+24
2009-05-23* Implements automatic loopback handling for standalone regions. Adam Frisby1-2/+8
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 ne...Adam Frisby6-18/+21
2009-05-23* Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat...Adam Frisby1-1/+39
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 whe...Adam Frisby2-0/+136
2009-05-22cleaning out warnings.Dr Scofield8-11/+14
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
2009-05-21Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker2-2/+4
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
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
2009-05-15Bug fix on POST asset so that the new asset service connector can talk to the...diva1-2/+5
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
2009-05-14* When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey1-16/+23
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
2009-05-14Move the connector for the new asset server to a connectors project. InheritMelanie Thielker1-0/+39
2009-05-13* Bug fix: Variable m_regionSettings can be null, using RegionSettings instea...Arthur Valadares1-1/+1
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
2009-05-13Thank you kindly, BlueWall sir, for a patch that:Charles Krinke1-2/+10
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
2009-05-11* Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2-0/+21
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 t...Adam Frisby1-6/+13
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
2009-05-10Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2-0/+126
2009-05-10Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker1-0/+6
2009-05-10Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker1-23/+23
2009-05-10Small asset cache addition. Comment a debug output left in CAPSMelanie Thielker1-3/+3
2009-05-09Fixed handling of inventory a bitHomer Horwitz1-3/+11
2009-05-09Make remote assets work through the new server systemMelanie Thielker1-17/+29
2009-05-08Implement an ingenious solution to pacekt pool performance suggested byMelanie Thielker1-20/+10
2009-05-08fix up the comments a littleSean Dague1-3/+2