aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into httptestsUbitUmarov2017-05-197-2008/+3508
|\
| * update libomv LitJSON to version 0.9.0UbitUmarov2017-05-194-0/+0
| |
| * Update NPGSQL from version 2.0.14.3 to 2.1.3. This is a relatively big ↵Geir Nøklebye2017-05-142-316/+1231
| | | | | | | | | | | | | | | | 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. The performance improvement is particularly evident on terrain load and other repeated queries to the database. This version will automatically generate prepare statements if it sees 5 consecutive identical statements and cache them for later use. The prepare statement will skip the analyze portion of the query planner once a statement has been created. In addition there are improvements in the connection pool logic that will improve performance once connections get scarce. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
| * Updated Npgsql.dll to version 2.0.14.3 built for .NET 4.0 Mono.Security has ↵Geir Nøklebye2017-05-143-2093/+2678
| | | | | | | | | | | | been updated for the same build. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* | Merge branch 'master' into httptestsUbitUmarov2017-05-142-0/+2
|\ \ | |/
| * revert changes to *exe.config since a host mask of * produces identical ↵UbitUmarov2017-05-122-12/+1
| | | | | | | | effects as runtime setting
| * soem changes on connections limitsUbitUmarov2017-05-122-0/+13
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-05-112-10/+2
|\ \ | |/
| * remove a coment added by mistakeUbitUmarov2017-05-111-2/+1
| |
| * hide a nonsense optionUbitUmarov2017-05-112-9/+2
| |
* | mergeUbitUmarov2017-05-093-4/+0
|\ \ | |/
| * let .net decide GC mode from its defaults on the platformUbitUmarov2017-05-092-4/+0
| |
| * update mysql connector to v6.9.9 .net4.0UbitUmarov2017-05-091-0/+0
| |
| * remove file bin/Mono.Posix.dll that causes problems with monoUbitUmarov2017-05-091-0/+0
| |
* | update mysql connector to v6.9.9 .net4.5UbitUmarov2017-05-081-0/+0
| |
* | update mysql connector to v6.9.9 .net4.0UbitUmarov2017-05-081-0/+0
| |
* | update httpserverUbitUmarov2017-05-082-0/+0
| |
* | fix mergeUbitUmarov2017-05-071-0/+0
|\ \ | |/
| * revert to older CSJ2K.dll since new seems have issues on linux with ↵UbitUmarov2017-05-051-0/+0
| | | | | | | | existent textures/sculpts
* | fix mergeUbitUmarov2017-05-037-21/+14
|\ \ | |/
| * coment out optional fields that should be edited and uncomented if neededUbitUmarov2017-05-021-3/+4
| |
| * fix some commentsUbitUmarov2017-05-022-3/+2
| |
| * change opensim.ini.example setting of ExternalHostNameForLSL to a defualtUbitUmarov2017-05-021-6/+8
| |
| * Update libOMVDiva Canto2017-04-255-0/+0
| |
* | fix mergeUbitUmarov2017-04-2512-1/+11656
|\ \ | |/
| * update ode binaries for windowsUbitUmarov2017-04-212-0/+0
| |
| * update ode binaries for linux; add a minimal velocity for bounceMichael Cerquoni2017-04-192-0/+0
| |
| * update ode binaries for windows; add a minimal velocity for bounceUbitUmarov2017-04-202-0/+0
| |
| * update ubODE for Linux x86 and x86_64 to include lasted ODE 0.13.2Michael Cerquoni2017-04-192-0/+0
| |
| * update ODE binaries for windows. Other platforms need to compile from ↵UbitUmarov2017-04-182-0/+0
| | | | | | | | opensim-libs repo, folder ODE-OpenSim-0.13.2, read file OPENSIM-README.txt. Remove code to reduce bounce on non physical placement, new unmanaged should handle that
| * update ode binaries for windowsUbitUmarov2017-04-142-0/+0
| |
| * update ode.dll for windows. Other platforms need fo be compiled from ↵UbitUmarov2017-04-122-0/+0
| | | | | | | | opensim-libs repo, folder ODE-OpenSim.0.13.2. This adds OsTerrain, a replacevment for Heightfield that ubOde can use. Its already rotated as needed and has a diferent Sphere collider, rest is still almost identical. Keep previus ode version in case this goes wrong.
| * fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov2017-04-051-1/+1
| |
| * give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov2017-04-051-0/+1
| |
| * Add the ability to post to and act uponconfiguration in etcdMelanie Thielker2017-03-315-0/+11650
| | | | | | | | | | | | | | Etcd is a distributed, highly available name-value store that is the basis of many clustered applications. However, it can also be run on a standalone machine. Using etcd allows live monitoring and possibly changing configuration while the sim is running.
| * Make the file based log file format sane for the casual userMelanie Thielker2017-03-311-1/+2
| | | | | | | | | | Developer-oriented format is left commented so interested users and devs can reactivate it.
| * add a bit clarification about grid private port protectionUbitUmarov2017-01-091-0/+3
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-01-081-1/+2
|\ \ | |/
| * add the new GOD ossl option to osslEnable.iniUbitUmarov2017-01-071-1/+2
| |
| * rename OSSL enable option GOD as ACTIVE_GOD so its use is more clearUbitUmarov2017-01-071-1/+1
| |
| * change OSSL enable option GOD to use IsGod, so it means a active god, as my ↵UbitUmarov2017-01-071-1/+1
| | | | | | | | original idea
* | Merge branch 'master' into httptestsUbitUmarov2017-01-071-4/+0
|\ \ | |/
| * Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov2017-01-061-4/+0
| | | | | | | | limited use. Relevant parcel owners can just be made estate managers with better regions management logic
* | Merge branch 'master' into httptestsUbitUmarov2017-01-061-0/+10
|\ \ | |/
| * Restructure god level and permissionsMelanie Thielker2017-01-061-0/+10
| | | | | | | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
* | Merge branch 'master' into httptestsUbitUmarov2017-01-038-7479/+8042
|\ \ | |/
| * Create a generic way for passing constructor args to pluginsMelanie Thielker2017-01-021-2/+3
| | | | | | | | | | | | | | The old syntax didn't allow for any parameters except for services listed in the ServiceList. Now, services loaded by other services can also be made to use different ini sections or have additional paramters. Syntax is: [<ExtraParam>@]...<DllName>[:<ClassName>]
| * Replaced OpenMetaverse libs/xmls with new ones. Also added a file in ↵Diva Canto2016-12-317-7477/+8039
| | | | | | | | openmetaverse_data that was added recently to libomv and was missing.
* | some cleanup, use more using(), more checks so http request mem stream is closedUbitUmarov2016-12-302-0/+0
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-301-3/+3
|\ \ | |/