aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix typosUbitUmarov2016-12-301-3/+3
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-302-2/+40
|\ \ | |/
| * Add a MaxRetries option to the inventory connector.Melanie Thielker2016-12-291-0/+1
| | | | | | | | | | If clustered services are used, another try would go to another server and may succeed.
| * Add negative caching to flotsam cache. Prevents scripts from hammering the ↵Melanie Thielker2016-12-291-0/+37
| | | | | | | | asset server
| * gc is also a unwanted cache, so use it. With this, memcache with short ↵UbitUmarov2016-12-291-2/+2
| | | | | | | | expires is no longer needed
| * fix typos (thanks you know who)UbitUmarov2016-12-251-3/+2
| |
* | fix typos (thanks you know who)UbitUmarov2016-12-251-3/+2
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-252-4/+11
|\ \ | |/
| * FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵UbitUmarov2016-12-251-4/+9
| | | | | | | | example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed
| * Add en explanation to osslEnable.ini for GRID_GODMelanie Thielker2016-12-231-1/+2
| |
| * replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵UbitUmarov2016-12-231-0/+1
| | | | | | | | This needs to be changed to current effective godlevel check (sp.GodLevel) when that is fixed. Automatic god powers need be (optionaly) removed
* | Merge branch 'master' into httptestsUbitUmarov2016-12-233-39/+70
|\ \ | |/
| * Allow the use of modular configs with Robust as we already can with OpenSimMelanie Thielker2016-12-222-2/+2
| |
| * Update the ini examples to add options missing from one to the other.Melanie Thielker2016-12-222-34/+68
| | | | | | | | | | Group hypergrid related options within each section to ease transition from non-HG to HG
| * remove a odd raycastv3 config optionUbitUmarov2016-12-211-3/+0
| |
* | update httpserver muting some socket errors that are normalUbitUmarov2016-12-192-0/+0
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-183-2/+12
|\ \ | |/
| * leave stupid broken permissions aloneUbitUmarov2016-12-182-19/+0
| |
| * allow a creator that is also onwer to change export flag. Add missing ↵UbitUmarov2016-12-172-0/+19
| | | | | | | | setting to ini files
| * set pbs shape acording to mesh number of (material) facesUbitUmarov2016-12-152-2/+2
| |
| * respective .ini settingsUbitUmarov2016-12-152-0/+9
| |
| * correct the new npc entries in osslEnable.iniUbitUmarov2016-12-141-2/+2
| |
| * update osslEnable.iniUbitUmarov2016-12-141-0/+1
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-142-0/+2
|\ \ | |/
| * also reduce check threat level of osNpcSetProfileAbout to Low; update ↵UbitUmarov2016-12-141-0/+2
| | | | | | | | osslEnable.ini
| * Allow OpenSim to respond to Unix signals. This may need work to beMelanie Thielker2016-12-121-0/+0
| | | | | | | | | | | | properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows
* | suport client certificate validation per listenner, with a supplied static ↵UbitUmarov2016-12-092-0/+0
| | | | | | | | callback
* | change a few ssl config commentsUbitUmarov2016-12-074-22/+14
| |
* | add SSL certs validation options for regions to allow simple encriptation ↵UbitUmarov2016-12-074-1/+38
| | | | | | | | without any peer autentification using simple homemade (or even shared) certs.
* | add SSL certs validation options for robust to allow simple certificates, ↵UbitUmarov2016-12-071-0/+9
| | | | | | | | possible only for encriptation without any peer autentification. disable validation by default for the small grids case
* | update httpserverUbitUmarov2016-12-022-0/+0
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-021-1/+1
|\ \ | |/
| * fix the FileCleanupTimer comentUbitUmarov2016-11-301-1/+1
| |
| * disable floatSam FileCleanupTimer option on ini.example since it is ↵UbitUmarov2016-11-301-1/+1
| | | | | | | | currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable
* | update httpserver dll fixing a memory leakUbitUmarov2016-11-272-0/+0
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-11-275-5/+10
|\ \ | |/
| * it is nice to save a file to atually change it...UbitUmarov2016-11-231-4/+0
| |
| * take parcel_owner_is_god option from ini.example since it is not a ↵UbitUmarov2016-11-231-1/+1
| | | | | | | | recomended option for general use
| * Include new Region.ini option for DefaultLandingPoint for teleports with no ↵AliciaRaven2016-11-221-0/+3
| | | | | | | | | | | | coords specified. This is useful when using a Telehub would be to restrictive as it would block landmarks and map teleports. This location is only ever used when no coordinates are provided. If config value not set, the previous default of 128,128 is used.
| * Include config option to disable stats thread showing read/write stats in ↵AliciaRaven2016-11-202-0/+6
| | | | | | | | | | | | | | console. Keeping default as true to retain current behaviour. Also checked to prevent counters being added to so there wont be any integer overflows over time
* | Merge branch 'master' into httptestsUbitUmarov2016-11-162-30/+91
|\ \ | |/
| * mantis 8055: fix default value of npc optionsUbitUmarov2016-11-122-12/+12
| |
| * reduce diferencs btw OpenSimDefaults.ini and OpenSim.ini.exampleUbitUmarov2016-11-112-25/+54
| |
| * add some configuration options missing in OpenSimDeafults.ini but present ↵UbitUmarov2016-11-081-1/+33
| | | | | | | | in OpenSim.ini.example
* | Merge branch 'master' into httptestsUbitUmarov2016-11-032-8/+24
|\ \ | |/
| * fix some coments, thanks Austin TateUbitUmarov2016-11-032-3/+3
| |
| * XEngine: make calls to gc.collect on region startup scripts loading a ↵UbitUmarov2016-11-032-8/+24
| | | | | | | | configurable option, since it is very slow operation
* | Merge branch 'master' into httptestsUbitUmarov2016-10-212-8/+11
|\ \ | |/
| * fix a coment on OpenSim.ini.example ( mantis 8037)UbitUmarov2016-10-161-1/+1
| |
| * Xengine option AppDomainLoading default option true is causing problems with ↵UbitUmarov2016-10-152-7/+10
| | | | | | | | several mono versions. Until a fix is found change the default to false, so this is not a major problem for the less technical skilled users.