Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵ | UbitUmarov | 2017-05-29 | 1 | -1/+7 |
| | | | | This should reduce impact of absurd dns fails observed on my test ubuntu VM | ||||
* | cache endpoints (and other paths) dns requests for 5min, this delay should ↵ | UbitUmarov | 2017-05-29 | 1 | -5/+25 |
| | | | | be acceptable in all cases ? | ||||
* | some cleanup and assume Linux/mono DNS is just broken... | UbitUmarov | 2017-05-29 | 1 | -34/+42 |
| | |||||
* | no.. still a fail | UbitUmarov | 2017-05-29 | 1 | -19/+13 |
| | |||||
* | mono is a total crap | UbitUmarov | 2017-05-29 | 1 | -19/+22 |
| | |||||
* | cleanup util.cs get dns | UbitUmarov | 2017-05-29 | 1 | -77/+80 |
| | |||||
* | cleanup (grid)region info endpoint; add log to try to find some xml decode ↵ | UbitUmarov | 2017-05-26 | 1 | -0/+59 |
| | | | | issues | ||||
* | use threads from main pool on assetsconnector | UbitUmarov | 2017-05-25 | 1 | -1/+0 |
| | |||||
* | add a bit more pre exit cleanup | UbitUmarov | 2017-05-24 | 1 | -0/+10 |
| | |||||
* | recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵ | UbitUmarov | 2017-04-29 | 1 | -2/+2 |
| | | | | easys code readability | ||||
* | a few changes to permissions folding... we are testing. at this point only ↵ | UbitUmarov | 2017-04-28 | 1 | -1/+4 |
| | | | | use master for TESTING also | ||||
* | Merge branch 'melanie' | Melanie Thielker | 2017-03-31 | 1 | -1/+14 |
|\ | |||||
| * | Allow setting the stats log file location in OpenSim.ini rather than ↵ | Melanie Thielker | 2017-03-31 | 1 | -1/+14 |
| | | | | | | | | app.exe.config | ||||
* | | chance new effective permissions code to ease aggregation on demand( ie on ↵ | UbitUmarov | 2017-01-16 | 1 | -7/+9 |
|/ | | | | changes). But still doing full aggregation on checks, so still heavy | ||||
* | Remove the last instance of the legacy slam but being set | Melanie Thielker | 2017-01-16 | 1 | -0/+8 |
| | | | | New objects now get only the real slam bit. | ||||
* | use of PermissionMask Bit3 for slam was a recent mistake, so make it only ↵ | UbitUmarov | 2017-01-15 | 1 | -3/+3 |
| | | | | bit4 and move folded export to its more natural place as bit3 | ||||
* | oops fix FolderMask acording | UbitUmarov | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | make the Slam bit actually be the two previus used ones, to try to minimize ↵ | UbitUmarov | 2017-01-14 | 1 | -2/+2 |
| | | | | compatibilty issues | ||||
* | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 2017-01-14 | 1 | -2/+3 |
| | | | | | places.) this may still be wrong on other places; Do not loose folded permitions, WARNING MASTER IS NOW UNSTABLE. permissions are still broken" | ||||
* | Harmonize case in Permissions enum | Melanie Thielker | 2017-01-13 | 1 | -4/+5 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -43/+43 |
| | |||||
* | check if a parcelID is a encoded position data or a true UUID. This may ↵ | UbitUmarov | 2016-12-23 | 1 | -1/+5 |
| | | | | fail, just reducing the odds. | ||||
* | and yes HG uri again | UbitUmarov | 2016-12-16 | 1 | -0/+20 |
| | |||||
* | ok.. another try on the HG uri | UbitUmarov | 2016-12-16 | 1 | -0/+114 |
| | |||||
* | Fix OpenSim bombing when a MySQL connection string doesn't contain a password. | Melanie Thielker | 2016-12-10 | 1 | -0/+2 |
| | | | | | Passwordless connection is perfectly legal and makes sense within a container. | ||||
* | try to make mono happy | UbitUmarov | 2016-08-22 | 1 | -3/+3 |
| | |||||
* | workaround potencial memory leak | UbitUmarov | 2016-08-22 | 1 | -1/+3 |
| | |||||
* | add a missing cast to ulong in RegionGridLocToHandle (mantis: 7994) | UbitUmarov | 2016-08-13 | 1 | -1/+2 |
| | |||||
* | rearrange handlers convertion math, harcoding the grid unit size of 256m, ↵ | UbitUmarov | 2016-07-31 | 1 | -17/+17 |
| | | | | also inviting jit to use cpu barrel shifters. | ||||
* | rename a few things to reduce confusion between regions wold location and ↵ | UbitUmarov | 2016-07-31 | 1 | -3/+5 |
| | | | | grid location (a lot more elsewhere) | ||||
* | Fixed the order of two file names used in a warning. | Kevin Cozens | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | coment out odd DoubleQueue class code | UbitUmarov | 2015-12-09 | 1 | -1/+2 |
| | |||||
* | fix a 1m diference in regions view range estimations | UbitUmarov | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | coment out warnings that do a messed around number of threadpool workitens ↵ | UbitUmarov | 2015-11-27 | 1 | -1/+3 |
| | | | | and number of active threads ( at least when a pool is in use) | ||||
* | suspend the use of DisableSimulator, that is causing teleport and crossing ↵ | UbitUmarov | 2015-11-25 | 1 | -1/+1 |
| | | | | issues | ||||
* | add a StringToBytes variant that takes Maximum lenght as argument. | UbitUmarov | 2015-11-10 | 1 | -0/+50 |
| | |||||
* | fix cut points of UTF-8 strings | UbitUmarov | 2015-10-28 | 1 | -10/+28 |
| | |||||
* | add a GetTimeStampMS method, this returns a time stamp in miliSeconds with ↵ | UbitUmarov | 2015-09-04 | 1 | -0/+11 |
| | | | | the resolution avaiable for StopWatchs. Value in double since it can be large (as machine uptime in high resolution ticks) | ||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -68/+0 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -31/+222 |
|\ | |||||
| * | more on tps and crossings | UbitUmarov | 2015-08-30 | 1 | -7/+16 |
| | | |||||
| * | on util thread pool reduce the min number of threads, increase the | UbitUmarov | 2014-10-13 | 1 | -1/+1 |
| | | | | | | | | maximum and increase the idle time before release to OS | ||||
| * | fix the damm thing | UbitUmarov | 2014-08-12 | 1 | -6/+13 |
| | | |||||
| * | Merge branch 'master' into careminster | Melanie | 2014-01-28 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/RegionSettings.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs OpenSim/Region/Framework/Interfaces/IInterregionComms.cs OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs | ||||
| | * | Fix casting error for float type INI file parameter parsing. | Robert Adams | 2014-01-19 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into careminster | Melanie | 2014-01-28 | 1 | -1/+3 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | | Intermediate commit. Sill errors. | Melanie | 2014-01-05 | 1 | -0/+43 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs | ||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-09-07 | 1 | -7/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-08-11 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -5/+7 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs |