opensim/bin
UbitUmarov 089037c749 update scriptsyntax.xml 2024-02-16 17:43:00 +00:00
..
Estates Allow estate config files to specify a specific EstateID. Defaults to 0 if not specified which uses auto increment id as current behaviour. 2020-12-15 17:05:30 +00:00
Library Library Module: allows adding folders/items to the Library from IAR files placed under bin/Library. This works only for standalones. 2009-12-23 17:31:30 -08:00
Regions initial commit of experimental Estate config file (Estate.ini) allowing new simulators to create estates from ini file and bypass command prompts. (funding provided by Zetamex Network) 2020-12-12 19:21:53 +00:00
addon-modules Add back the missing bin/addon-modules directory that I somehow managed to accidentally delete in 2fbc98f (Jul 7 2011) 2011-10-14 23:32:15 +01:00
assets add a material asset 2023-12-06 22:51:16 +00:00
config-include add LSL:key.NullKey, plus cosmetics 2023-02-10 16:18:37 +00:00
data Whitespace fubar. 2013-08-24 03:40:44 -07:00
inventory fix Welcome notecard entry on library 2022-08-19 23:36:01 +01:00
lib64 BulletSim: revert the default .so to the previous version. 2024-01-13 12:03:56 +00:00
openmetaverse_data Replaced OpenMetaverse libs/xmls with new ones. Also added a file in openmetaverse_data that was added recently to libomv and was missing. 2016-12-31 08:58:06 -08:00
BouncyCastle.Crypto.dll update a dll 2022-03-09 03:48:49 +00:00
BulletXNA.dll update bulletXNA, just compiled for .net4.6 removing another use of .net3.5 still lost around 2020-09-11 02:39:05 +01:00
C5.dll update C5 (.net4.6) 2018-01-17 03:02:03 +00:00
CSJ2K.dll replace ICSharpCode.SharpZipLib with target .net4.6 2018-01-16 00:44:51 +00:00
DotNetOpenId.dll update DotNetOpenId (.net4.6) 2018-01-17 03:46:24 +00:00
DotNetOpenMail.dll update DotNetOpenMail.dll 2018-11-27 14:11:43 +00:00
ICSharpCode.SharpZipLib.dll update some of the other libraries 2022-10-02 11:18:49 +01:00
Ionic.Zip.dll testing update Iconic.Zip.dll to .net4.6 2018-01-13 16:08:44 +00:00
LaunchSLClient.ini Load grid list in LaunchSLClient from .ini file at run-time. 2008-05-01 18:28:32 +00:00
LukeSkywalker.IPNetwork.dll update LukeSkywalker.IPNetwork (.net4.6) 2018-01-17 00:55:55 +00:00
MailKit.dll add a scripts emailmodule2 that uses MailKit.dll to send email using recent tls. This will replace current, once tested. Note that MailKit and Minekit versions are old to avoid use of ...unsafe.dll. This still will not work with gmail after May22, since only uses simple user:password login 2022-03-08 23:46:35 +00:00
MailKit.pdb add a scripts emailmodule2 that uses MailKit.dll to send email using recent tls. This will replace current, once tested. Note that MailKit and Minekit versions are old to avoid use of ...unsafe.dll. This still will not work with gmail after May22, since only uses simple user:password login 2022-03-08 23:46:35 +00:00
MimeKit.dll add a scripts emailmodule2 that uses MailKit.dll to send email using recent tls. This will replace current, once tested. Note that MailKit and Minekit versions are old to avoid use of ...unsafe.dll. This still will not work with gmail after May22, since only uses simple user:password login 2022-03-08 23:46:35 +00:00
MimeKit.pdb add a scripts emailmodule2 that uses MailKit.dll to send email using recent tls. This will replace current, once tested. Note that MailKit and Minekit versions are old to avoid use of ...unsafe.dll. This still will not work with gmail after May22, since only uses simple user:password login 2022-03-08 23:46:35 +00:00
Mono.Addins.CecilReflector.dll update some of the other libraries 2022-10-02 11:18:49 +01:00
Mono.Addins.Setup.dll update some of the other libraries 2022-10-02 11:18:49 +01:00
Mono.Addins.dll update some of the other libraries 2022-10-02 11:18:49 +01:00
Mono.Addins.dll.config Added support for OpenSim application plugins (as requested by Adam), which use Mono.addins for loading/management. (which is a pure .net solution so works on both Mono and MS .net, and is under the MIT license, will add the source code for the library later). I also suggest we look into switching to using Mono.addins for our Region module loading management. 2007-11-04 13:48:15 +00:00
Mono.Cecil.dll update some of the other libraries 2022-10-02 11:18:49 +01:00
Mono.Data.Sqlite.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Mono.Data.Sqlite.dll.config changes so mono.data.sqlite use dllmap 2022-11-24 15:11:56 +00:00
Mono.Data.SqliteClient.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Mono.Data.SqliteClient.dll.config add dllmap config for webstats module 2023-03-08 00:17:54 +00:00
Mono.Security.dll do realy add mono.security.dll to git remotes 2023-04-11 17:58:51 +01:00
MySql.Data.dll mantis 9050: replace mysql.data 8.0.31 with one with checks for those dbnull values 2023-01-11 15:39:45 +00:00
NDesk.Options.dll NDesk.options .net4.6 2018-01-18 01:18:10 +00:00
Newtonsoft.Json.dll Update the Newtonsoft JSON manipulation DLL to latest version (v12.0.3-beta1). 2019-09-17 19:35:05 -07:00
Newtonsoft.Json.xml Update the Newtonsoft JSON manipulation DLL to latest version (v12.0.3-beta1). 2019-09-17 19:35:05 -07:00
Nini.dll update some of the other libraries 2022-10-02 11:18:49 +01:00
Npgsql.dll Update NPGSQL from version 2.0.14.3 to 2.1.3. This is a relatively big update where 2.1.0 has a number of bug fixes, new functionality and improved performance. (see details at https://github.com/npgsql/npgsql/releases/tag/v2.1.0) The binaries supplied are for .NET 4.0 If you need binaries for older versions they can be dowloaded from https://github.com/npgsql/npgsql/releases/tag/v2.1.3. There are also binaries for 4.5. 2017-05-14 18:59:24 +01:00
Npgsql.xml Update NPGSQL from version 2.0.14.3 to 2.1.3. This is a relatively big update where 2.1.0 has a number of bug fixes, new functionality and improved performance. (see details at https://github.com/npgsql/npgsql/releases/tag/v2.1.0) The binaries supplied are for .NET 4.0 If you need binaries for older versions they can be dowloaded from https://github.com/npgsql/npgsql/releases/tag/v2.1.3. There are also binaries for 4.5. 2017-05-14 18:59:24 +01:00
OpenMetaverse.Rendering.Meshmerizer.dll mantis 9111: make code a bit more resilient to requests for large bit rates 2024-02-07 22:12:05 +00:00
OpenMetaverse.StructuredData.dll mantis 9111: make code a bit more resilient to requests for large bit rates 2024-02-07 22:12:05 +00:00
OpenMetaverse.dll mantis 9111: make code a bit more resilient to requests for large bit rates 2024-02-07 22:12:05 +00:00
OpenMetaverse.dll.config mantis 9068: replace unmanaged libs for mac by new universal ones, that eacf file does include libs for each cpu type 2023-03-21 18:46:26 +00:00
OpenMetaverseTypes.dll mantis 9111: make code a bit more resilient to requests for large bit rates 2024-02-07 22:12:05 +00:00
OpenSim.ConsoleClient.exe.config Stop .NET 4 complaining on Windows when it tries to load in DLLs that haven't been marked as trusted in the operating system. 2013-11-23 01:29:55 +00:00
OpenSim.ConsoleClient.ini.example * Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example 2009-09-03 20:00:18 +01:00
OpenSim.Region.PhysicsModule.BulletS.dll.config BulletSim: revert the default .so to the previous version. 2024-01-13 12:03:56 +00:00
OpenSim.Region.PhysicsModule.ubOde.dll.config mantis 9068: replace unmanaged libs for mac by new universal ones, that eacf file does include libs for each cpu type 2023-03-21 18:46:26 +00:00
OpenSim.exe.config revert changes to *exe.config since a host mask of * produces identical effects as runtime setting 2017-05-12 15:54:54 +01:00
OpenSim.ini.example more cosmetics 2023-01-21 15:49:46 +00:00
OpenSimDefaults.ini also update release notes url 2023-03-29 20:45:07 +01:00
PrimMesher.dll update PrimMesher to a newer version from dahlia (thx dahlia), targeted .net4.6 2018-01-15 15:12:21 +00:00
RestSharp.dll Add the ability to post to and act uponconfiguration in etcd 2017-03-31 14:38:41 +01:00
RestSharp.xml Add the ability to post to and act uponconfiguration in etcd 2017-03-31 14:38:41 +01:00
Robust.HG.ini.example add configuration option MaxOfflineIMs to robust offlineIMService with default value of 25. Simplify that service code a bit (do runprebuild since a file was removed) 2024-01-23 13:30:35 +00:00
Robust.Tests.dll.config Added the beginning of a new test framework for robust connectors and services. For now, just Grid and Presence. This framework starts a robust server (as a thread) listening on a port in localhost, then the tests are client code. 2015-05-10 21:04:46 -07:00
Robust.Tests.ini Removed trailing whitespace 2018-03-19 12:30:03 -04:00
Robust.exe.config revert changes to *exe.config since a host mask of * produces identical effects as runtime setting 2017-05-12 15:54:54 +01:00
Robust.ini.example add configuration option MaxOfflineIMs to robust offlineIMService with default value of 25. Simplify that service code a bit (do runprebuild since a file was removed) 2024-01-23 13:30:35 +00:00
ScriptSyntax.xml update scriptsyntax.xml 2024-02-16 17:43:00 +00:00
System.Configuration.ConfigurationManager.dll add dotnet compatibility libraries. For now Drawing needs to be copied by hand for win or linux runtimes at install 2022-10-02 11:13:34 +01:00
System.Drawing.Common.dll add dotnet compatibility libraries. For now Drawing needs to be copied by hand for win or linux runtimes at install 2022-10-02 11:13:34 +01:00
System.Drawing.Common.dll.linux add dotnet compatibility libraries. For now Drawing needs to be copied by hand for win or linux runtimes at install 2022-10-02 11:13:34 +01:00
System.Drawing.Common.dll.win add dotnet compatibility libraries. For now Drawing needs to be copied by hand for win or linux runtimes at install 2022-10-02 11:13:34 +01:00
System.Runtime.Caching.dll add dotnet compatibility libraries. For now Drawing needs to be copied by hand for win or linux runtimes at install 2022-10-02 11:13:34 +01:00
System.Security.Permissions.dll add dotnet compatibility libraries. For now Drawing needs to be copied by hand for win or linux runtimes at install 2022-10-02 11:13:34 +01:00
Tools.dll update lsl2c tools and parsing files. This may fix some issues with precendence of unary operators in same case, hope not break on others :( 2018-01-16 01:44:16 +00:00
Warp3D.dll update warp3d.dll 2024-01-26 18:20:25 +00:00
XMLRPC.dll change share of almost empty class httpclient, to just share of used SocketsHttpHandler, This simpifies handling of timeout, otherwise problematic 2023-05-26 20:27:24 +01:00
ZstdNet.dll mantis 9050: replace mysql.data 8.0.31 with one with checks for those dbnull values 2023-01-11 15:39:45 +00:00
avatar-texture.dat * Applying dalien's patches from bug#177 and #179 2007-07-11 02:51:51 +00:00
defaultstripe.png Some work on restructuring the namespaces / project names. Note this doesn't compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces. 2007-06-27 15:28:52 +00:00
enter_uuid.xml Add the enter uuid dialog 2013-04-22 22:58:33 +02:00
excuses * Made sure the excuses are up to date and properly attributed.(pCampBot uses them) 2008-02-03 17:46:39 +00:00
http_404.html.example * Added a hashtable based HTTP processor in preparation of the web_login_key 2008-01-09 04:13:04 +00:00
http_loginform.html.example - remove extra "; in http_loginform.html.example; fix issue 3025 2009-01-21 10:20:32 +00:00
libzstd.dll mantis 9050: replace mysql.data 8.0.31 with one with checks for those dbnull values 2023-01-11 15:39:45 +00:00
log4net.dll update some of the other libraries 2022-10-02 11:18:49 +01:00
mautil.exe update some of the other libraries 2022-10-02 11:18:49 +01:00
netcd.dll Add the ability to post to and act uponconfiguration in etcd 2017-03-31 14:38:41 +01:00
nunit.framework.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
opensim.sh change prebuild files as needed to compile and run under dotnet 6.0 2022-10-02 11:09:27 +01:00
pCampBot.exe.config Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator 2014-08-13 19:53:42 +01:00
pCampBot.ini.example Removed trailing whitespace 2018-03-19 12:30:03 -04:00
pCampBotSentences.txt Thank you very much, Hashbox for: 2008-02-18 03:14:31 +00:00
prebuild.dll update prebuild.dll 2023-11-29 12:04:59 +00:00
prebuild.runtimeconfig.json replace prebuild by dotnet version 2022-10-09 20:10:33 +01:00
robuststartuplogo.txt change filename to robuststartuplogo.txt on last commit, also in code 2021-10-17 23:51:25 +01:00
set_object_owner.xml Add the set object owner floater template 2013-04-22 22:23:42 +02:00
shutdown_commands.txt.example Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. 2012-03-19 00:29:02 +00:00
startup_commands.txt.example Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. 2012-03-19 00:29:02 +00:00
startuplogo.txt Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging 2012-06-20 01:06:55 +01:00
zlib.net.dll replace Newtonsoft.Json and Zlib.net with target .net4.6 2018-01-15 18:13:56 +00:00