This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9b83e53b28
OpenSimMirror
/
bin
History
teravus
6e1b3f9951
*Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a connection close issue by getting rid of the socket references * This adds a connection timeout checker to shutdown poor or evil connections and combats DOS attempts that just connect and make no complete requests and just wait. It also actually implements KeepAlive... instead of just understanding the connection header in the request... you can test by connecting and requesting a keepalive header and sending another request on the same connection. The new timeout checker closes expired keepalive sessions, just make sure you send the request within 70 seconds of connecting or the timeout checker will timeout the connection.
2013-03-16 03:14:11 -04:00
..
Library
…
Physics
…
Regions
minor: Add explanation of MaptileStaticUUID setting in Regions.ini.example
2013-02-06 02:40:32 +00:00
addon-modules
…
assets
…
config-include
Moved the HG default variables out of [Startup] and into their own section [Hypergrid] in *Common.ini.example. Backwards compatible for now.
2013-02-27 20:49:41 -08:00
data
Add JSONification of WebStats module. Adds a '?json' query parameter
2013-01-24 10:44:57 -08:00
inventory
…
lib32
BulletSim: add calls for creating all the different Bullet constraint types.
2013-02-17 20:13:49 -08:00
lib64
BulletSim: add calls for creating all the different Bullet constraint types.
2013-02-17 20:13:49 -08:00
openmetaverse_data
…
Axiom.MathLib.dll
…
BulletXNA.dll
* Repairs the Object updates, Collision updates, and Child Prim methods making the bulletXNA engine work again.
2013-01-24 07:11:32 -05:00
BulletXNA.pdb
* Repairs the Object updates, Collision updates, and Child Prim methods making the bulletXNA engine work again.
2013-01-24 07:11:32 -05:00
C5.dll
…
CSJ2K.dll
…
Community.CsharpSqlite.Sqlite.dll
…
Community.CsharpSqlite.Sqlite.pdb
…
Community.CsharpSqlite.dll
…
Community.CsharpSqlite.pdb
…
CookComputing.XmlRpcV2.dll
…
DotNetOpenId.dll
…
DotNetOpenMail.dll
…
GlynnTucker.Cache.dll
…
HttpServer_OpenSim.dll
*Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a connection close issue by getting rid of the socket references * This adds a connection timeout checker to shutdown poor or evil connections and combats DOS attempts that just connect and make no complete requests and just wait. It also actually implements KeepAlive... instead of just understanding the connection header in the request... you can test by connecting and requesting a keepalive header and sending another request on the same connection. The new timeout checker closes expired keepalive sessions, just make sure you send the request within 70 seconds of connecting or the timeout checker will timeout the connection.
2013-03-16 03:14:11 -04:00
HttpServer_OpenSim.pdb
*Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a connection close issue by getting rid of the socket references * This adds a connection timeout checker to shutdown poor or evil connections and combats DOS attempts that just connect and make no complete requests and just wait. It also actually implements KeepAlive... instead of just understanding the connection header in the request... you can test by connecting and requesting a keepalive header and sending another request on the same connection. The new timeout checker closes expired keepalive sessions, just make sure you send the request within 70 seconds of connecting or the timeout checker will timeout the connection.
2013-03-16 03:14:11 -04:00
HttpServer_OpenSim.xml
*Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a connection close issue by getting rid of the socket references * This adds a connection timeout checker to shutdown poor or evil connections and combats DOS attempts that just connect and make no complete requests and just wait. It also actually implements KeepAlive... instead of just understanding the connection header in the request... you can test by connecting and requesting a keepalive header and sending another request on the same connection. The new timeout checker closes expired keepalive sessions, just make sure you send the request within 70 seconds of connecting or the timeout checker will timeout the connection.
2013-03-16 03:14:11 -04:00
Ionic.Zip.dll
Replaced Ionic.Zip.dll with a new one that fixes a bug in it. DotNetZip (from which Ionic.Zip.dll is derived) is now a fork in opensim-libs, forked from 1.9.1.8 and added that simple bug fix.
2013-02-12 14:47:26 -08:00
LaunchSLClient.ini
…
Mono.Addins.CecilReflector.dll
Update mono addins
2012-12-13 00:05:34 -05:00
Mono.Addins.Setup.dll
Update mono addins
2012-12-13 00:05:34 -05:00
Mono.Addins.dll
Update mono addins
2012-12-13 00:05:34 -05:00
Mono.Addins.dll.config
…
Mono.Data.Sqlite.dll
…
Mono.Data.Sqlite.dll.config
…
Mono.Data.SqliteClient.dll
…
MySql.Data.dll
…
NDesk.Options.dll
…
Nini.dll
…
Ode.NET.dll
…
Ode.NET.dll.config
…
OpenMetaverse.Http.XML
…
OpenMetaverse.Rendering.Meshmerizer.dll
…
OpenMetaverse.StructuredData.XML
…
OpenMetaverse.StructuredData.dll
* Update LibOMV to f8f8e616b37a7ea22b7922b2331999bc06725bf9
2013-03-04 21:26:26 -05:00
OpenMetaverse.XML
…
OpenMetaverse.dll
* Update LibOMV to f8f8e616b37a7ea22b7922b2331999bc06725bf9
2013-03-04 21:26:26 -05:00
OpenMetaverse.dll.config
…
OpenMetaverseTypes.XML
…
OpenMetaverseTypes.dll
* Update LibOMV to f8f8e616b37a7ea22b7922b2331999bc06725bf9
2013-03-04 21:26:26 -05:00
OpenSim.32BitLaunch.exe
…
OpenSim.32BitLaunch.exe.config
…
OpenSim.32BitLaunch.pdb
…
OpenSim.ConsoleClient.exe.config
…
OpenSim.ConsoleClient.ini.example
…
OpenSim.Services.exe.config
…
OpenSim.addin.xml
…
OpenSim.exe.config
Independently control logging for per region module loading. I just got sick of, when debugging, the zillions of log lines verifying that each module is being added to each region.
2012-12-13 16:31:53 -08:00
OpenSim.ini.example
Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section of OpenSim.ini. False by default.
2013-03-12 23:01:27 +00:00
OpenSimDefaults.ini
Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section of OpenSim.ini. False by default.
2013-03-12 23:01:27 +00:00
OpenSimExport.exe.config
…
Prebuild.exe
…
PrimMesher.dll
…
Robust.32BitLaunch.exe
…
Robust.32BitLaunch.exe.config
…
Robust.HG.ini.example
One more comment inconsistency fixed.
2013-03-07 08:02:48 -08:00
Robust.exe.config
…
Robust.ini.example
Do not have the Freeswitch connector on by default in Robust ini example files.
2013-02-27 21:45:31 +00:00
SimpleApp.exe.config
…
Tools.dll
…
Warp3D.dll
…
XMLRPC.dll
…
avatar-texture.dat
…
defaultstripe.png
…
excuses
…
http_404.html.example
…
http_500.html.example
…
http_loginform.html.example
…
log4net.dll
…
nunit.framework.dll
…
openjpeg-dotnet-x86_64.dll
…
openjpeg-dotnet.dll
…
opensim-ode.sh
…
pCampBot.exe.config
…
pCampBotSentences.txt
…
shutdown_commands.txt.example
…
startup_commands.txt.example
…
startuplogo.txt
…
zlib.net.dll
…