aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdPartyLicenses (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add log4net apache license terms, remove axiomUbitUmarov2018-01-132-141/+201
|
* Added SharpZipLib's license.Diva Canto2014-12-291-0/+17
|
* * Added a Basic DOS protection container/base object for the most common ↵teravus2013-10-071-0/+16
| | | | | | | | | HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler * Applied the XmlRpcBasicDOSProtector.cs to the login service as both an example, and good practice. * Applied the BaseStreamHandlerBasicDOSProtector.cs to the friends service as an example of the DOS Protector on StreamHandlers * Added CircularBuffer, used for CPU and Memory friendly rate monitoring. * DosProtector has 2 states, 1. Just Check for blocked users and check general velocity, 2. Track velocity per user, It only jumps to 2 if it's getting a lot of requests, and state 1 is about as resource friendly as if it wasn't even there.
* * Added third party license for Bullet-xna.teravus2012-12-231-0/+23
|
* BulletSim: Add banking and other new code to vechile dynamics. Add third ↵Robert Adams2012-11-031-0/+26
| | | | party license and contributor in for for Aurora-Sim project for physics code.
* Remove the unused Newtonsoft.Json dllsMic Bowman2012-08-311-23/+0
| | | | Also remove the license files
* Use DotNetZip to compress OARs and IARs.Oren Hurvitz2012-04-273-0/+132
| | | | DotNetZip provides much better compression than standard .NET.
* BulletSim initial checkinRobert Adams2011-06-201-0/+28
|
* remove broken and unmaintained subversion serialization module and it's ↵Justin Clark-Casey (justincc)2010-12-173-726/+0
| | | | associated libraries and licenses
* Upgraded Mono.Addins.dll to 0.5, coming from here: ↵Diva Canto2010-10-031-0/+41
| | | | http://monoaddins.codeplex.com/
* * Adding Google.ProtocolBuffers.dll dependency (BSD licensed)Adam Frisby2009-12-271-0/+31
| | | | * For some experimental work with a Sirikata clientstack.
* Fear the lockless LLUDP implementation!John Hurliman2009-10-082-0/+88
|
* * Updated C# WebServer to the latest available source download (r19869) and ↵Teravus Ovares2009-07-211-111/+37
| | | | | | | | | | applied a few mods from the old version (now up on opensim-libs (VS 3.5 project). * Made various changes to BaseHttpServer to accommodate the new interfaces. * This version has been significantly re-architected and may fail in unusual and insidious ways. * Please pay attention to any errors you get and post a Mantis if you can reproduce an issue with the HTTPServer. I'm including the pdb and having the http server compiled in debug for a few weeks so that when an error occurs, it'll print the pertenant data. * Once again, this is the full C# WebServer, not the lite branch that is included in LibOMV (we need SSL!)
* Mantis#3249. Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-03-012-258/+16
| | | | | | * Removed compiler warnings * Updated protobuf-net and MXP license files.
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-03-011-218/+218
|
* * Applied a patch that: Added prim parameters support to MXP client lbsa712009-02-251-0/+218
| | | | | | | | | | | * Updated MXP to contain extension fragment with prims and updated MXPClientView to fill in the parameters. * Added google protobuffers dll. * Update MXP dll. * Updated MXPClientView to send prim parameters as Perception event extension * Started OpenSim and connected with IdealistViewer via MXP and ensured from log that parameters are being sent. * Ensured that nant test target runs succesfully. This closes mantis #3229. Thanks, tlaukkan!
* Update svn properties.Jeff Ames2009-02-221-60/+60
|
* * Adds initial support for the MXP Virtual Worlds protocol ↵Adam Frisby2009-02-221-0/+60
| | | | | | | | | | | | (http://www.bubblecloud.org) * Handled via the MXPModule.cs located in OpenSim.Client.MXP namespace. * Also implements MXPClientView and MXPPacketServer for IClientAPI compatibility. * No changes were required to Core to implement this - the thing is self contained in OpenSim.Client.MXP.dll. * Includes reference implementation of MXP as MXP.dll - this is under the Apache 2.0 license. * Requires OpenSim.ini setting to enable. "[MXP] \n Enabled=true \n Port=1253" * May break. Highly untested.
* Update svn properties.Jeff Ames2009-01-241-7/+7
|
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-01-231-0/+7
| | | | | | | | | | | | | * Added Npgsql.dll and Mono.Security.dll which are NpgsqlDriver dlls. * Added missing field to schema creation scripts: PathTaperY. * Added schema creation scripts for PostgreSQL. * Added unit test classes for PostgreSQL. * Added schema creation script folder to NHibernate project in prebuild.xml * Added Npgsql.dll to NHibernate test project dependencies in prebuild.xml * Ensured that build works with both nant and Visual Studio. * Executed build unit tests with nant and NHibernate unit tests with NUnitGUI - Couple of region tests fail due to double precission float rounding errors need to sort out how these are handles in unit tests and if higher precission numeric field needs to be used in Postgresql.
* * Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares2009-01-191-0/+19
| | | | | * Updates LibOMV to r2362
* Added viewer's default terrain textures.Homer Horwitz2009-01-051-0/+23
| | | | | This fixes Mantis #2947. Thanks jhurliman
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-031-0/+16
| | | | | | | * Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe. * Adds Prototype for ajaxy web content * removed a warning or two.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-301-9/+9
|
* Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the ↵Homer Horwitz2008-12-221-71/+115
| | | | hint, jhurliman.
* * ReCommit the OpenID patch with a few less dependencies.Teravus Ovares2008-12-201-0/+10
| | | | | | * Removes all references to ASP.NET (System.Web.UI,*) * Removes all references to System.Web.Mobile
* Revert OpenId until we can come to grips with the mono 2 requirementCharles Krinke2008-12-201-10/+0
| | | | | for System.Web.Mobile
* Mantis#2816. Thank you kindly, JHurliman for the beginnings of Charles Krinke2008-12-191-0/+10
| | | | | OpenID support in OpenSim for the UserServer.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-111-477/+477
|
* * Added license file for previous commit.Adam Frisby2008-11-091-0/+477
|
* Newtonsoft Json.NET 1.3.1 for upcoming use in comms.Teravus Ovares2008-09-111-0/+23
|
* Patch from Mike: clarification of Tools.dll licensing (used by the LLScript ↵Johan Berntsson2008-07-081-0/+12
| | | | compiler)
* * This is Melanie's XEngine script engine. I've not tested this real well, ↵Teravus Ovares2008-05-301-0/+22
| | | | however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.
* Update svn properties.Jeff Ames2008-05-161-144/+144
|
* * Committing missing License file for BaseHttpServer.dll (LGPL)Adam Frisby2008-05-141-0/+145
|
* Update svn properties.Jeff Ames2008-05-091-28/+28
|
* * Some refactorings.Adam Frisby2008-05-081-0/+28
| | | | | * Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-171-201/+201
|
* * Added appropriate license.txt in ThirdPartyLicenses/ for APR.Adam Frisby2008-04-171-0/+201
|
* Update svn properties.Jeff Ames2008-04-161-497/+497
|
* * Committing PumaCode SvnDotNet DLL library - a C# binding for SVN access.Adam Frisby2008-04-161-0/+497
| | | | | | * Required for upcoming work on a specialised module. * Added license file (LGPL) to ThirdPartyLicenses/
* Extended svn:eol-style to check some other file types.Jeff Ames2007-12-202-49/+49
|
* applied Darok"s BulletXPlugin changes 003.patchdan miller2007-10-071-0/+17
|
* And its license file.MW2007-08-041-0/+23
|
* added CookComputing.XmlRpcV2.dll to bin (as libsl now references it). Most ↵MW2007-08-011-0/+27
| | | | likely at some point want to look into converting opensim to use this instead of the old Xml-rpc library.
* changed to native line ending encodingSean Dague2007-07-167-319/+319
|
* Stage 1 of adding Darok's bulletX plugin: adding the ModifiedBulletX project ↵MW2007-07-132-0/+41
| | | | (which is based on the BulletXNA project, but modified to not use XNA).
* * Added MySQL license to ThirdPartyLicenses/MySQL and FOSS Exemption for BSD ↵Adam Frisby2007-06-201-0/+78
| | | | projects.
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-204-0/+207
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.