c74e0e2d9bremove a Paralell.For (actually not used). That kind of fine gained multitask makes no sense on already heavy multitasked server application like opensim. CPU cores are already busy or needed elsewhere.
UbitUmarov
2017-05-15 18:10:08 +0100
7f163e8f76Update 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.
Geir Nøklebye
2017-05-14 15:23:21 +0200
c1d06a806dUpdated Npgsql.dll to version 2.0.14.3 built for .NET 4.0 Mono.Security has been updated for the same build.
Geir Nøklebye
2017-05-07 15:11:09 +0200
eea247fcc5Merge branch 'master' into httptests
UbitUmarov
2017-05-14 07:52:50 +0100
156707edfbclear land object on delete
UbitUmarov
2017-05-14 06:27:29 +0100
92df6095d5don't round to nearest int
UbitUmarov
2017-05-14 05:49:01 +0100
f968118e23don't do dwell if there is no module active
UbitUmarov
2017-05-14 05:39:22 +0100
9ab8ce1404fix remote requests for dwell, so dwell module still called
UbitUmarov
2017-05-14 04:17:48 +0100
cb21caae77fix some issue on parcels loading and make parcels dwell show something. Resolution is 2.5min aprox.
UbitUmarov
2017-05-14 01:44:04 +0100
25ca8695f3find parcels by GlobalID.. well most time
UbitUmarov
2017-05-13 20:21:56 +0100
dd0269df48fix passcollisions bool value on store
UbitUmarov
2017-05-13 17:22:56 +0100
7cf82a71d6PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast that fails with newer versions of NPGSQL.
Geir Nøklebye
2017-05-13 17:43:59 +0100
16f02cb6fdwe can't allow abort to change only one dic
UbitUmarov
2017-05-13 16:34:29 +0100
9ea49d107dfix wrong locking on unused path it case it does get uses. Thanks LaNani Sundara
UbitUmarov
2017-05-13 15:58:35 +0100
086eb28a91a bit more on ServicePointManager
UbitUmarov
2017-05-12 22:03:53 +0100
948138a3a4lower connection limits again
UbitUmarov
2017-05-12 16:45:58 +0100
566c96dc85revert changes to *exe.config since a host mask of * produces identical effects as runtime setting
UbitUmarov
2017-05-12 15:54:54 +0100
d08df7bda7mantis 8165: fix a null ref on hg gatekeeper on another place
UbitUmarov
2017-05-12 15:22:16 +0100
5e577baa10fix a null ref on hg gatekeeper
UbitUmarov
2017-05-12 14:42:21 +0100
0f2ab6bdddsoem changes on connections limits
UbitUmarov
2017-05-12 14:20:06 +0100
8bdd4c3ed9yes it is not destiny grid but destination.. thx u know who :)
UbitUmarov
2017-05-12 12:30:59 +0100
9c46e4921aremove forgotten refs to Mono.Posix.dll
UbitUmarov
2017-05-12 04:08:55 +0100
a932f24ba4minor fix on sensorrepeat
UbitUmarov
2017-05-12 03:53:18 +0100
dcdc527401Merge branch 'master' into httptests
UbitUmarov
2017-05-12 01:55:15 +0100
19d141c9a5avoid a null ref
UbitUmarov
2017-05-11 23:46:06 +0100
1b7aee89d3Merge branch 'master' into httptests
UbitUmarov
2017-05-11 23:14:02 +0100
97d02ecf32remove a coment added by mistake
UbitUmarov
2017-05-11 21:44:57 +0100
b8138c37d3hide a nonsense option
UbitUmarov
2017-05-11 21:41:33 +0100
cc95b7e2d4don't allow multiple presences of same avatar also on HG gatekeeper
UbitUmarov
2017-05-11 20:26:06 +0100
fb427daa34avoid a null ref
UbitUmarov
2017-05-11 19:06:49 +0100
211a1fe9d4do not allow multiple logins of same avatar. No HG case, that needs work on some paths. option m_allowDuplicatePresences is checked, but is is a total nonsense.. Presences control will get broken if allowed, No one ever added code to suport it correctly.
UbitUmarov
2017-05-11 17:59:37 +0100
5968c6372alet new regions know about grid services god
UbitUmarov
2017-05-11 17:30:57 +0100
7e8c996d1badd a grid services god account
UbitUmarov
2017-05-11 17:15:02 +0100
731510c305let .net decide GC mode from its defaults on the platform
UbitUmarov
2017-05-09 18:27:06 +0100
52d4cf692cupdate mysql connector to v6.9.9 .net4.0
UbitUmarov
2017-05-09 12:22:42 +0100
03a38a80abPGSQL: Rewrote EstateStore.migrations as it errored out in version 8 leaving the database without any estate tables on first run. It also lacked primary keys on estate_map and estate_settings. Syntax requires Postgresql 9.5 or higher.
Geir Nøklebye
2017-05-08 00:40:15 +0100
957ca41b13remove file bin/Mono.Posix.dll that causes problems with mono
UbitUmarov
2017-05-09 11:58:07 +0100
4b3d57e964update mysql connector to v6.9.9 .net4.5
UbitUmarov
2017-05-08 19:08:20 +0100
72811de98bpush .Net framework to 4.5, this means minimal OS is now windows Vista (not XP), but we do need this, namely for easier SSL implementation
UbitUmarov
2017-05-08 19:06:37 +0100
5622b174c4update mysql connector to v6.9.9 .net4.0
UbitUmarov
2017-05-08 04:18:17 +0100
d9038e650aMySQLConnector is not a MS product
UbitUmarov
2017-05-06 01:25:54 +0100
8e30016841revert to older CSJ2K.dll since new seems have issues on linux with existent textures/sculpts
UbitUmarov
2017-05-05 22:24:05 +0100
3bc64f638aadd a few guard checks on serviceThrottlemodule
UbitUmarov
2017-05-05 17:44:33 +0100
3f641d98bdAdded a fully functional groups data layer for testing.
Diva Canto
2017-05-04 20:17:54 -0700
424a7a274bMerge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2017-05-04 18:20:48 -0700
dd88319495Add a groups module to the perms test suite
Diva Canto
2017-05-04 18:20:10 -0700
ab4f870000Change the engine of the groups table back to MyISAM, because MySQL 5.5 and older don't support full test search on InnoDB
Diva Canto
2017-05-04 18:19:46 -0700
f31fe66ce1fix bad move on xmlgroups
UbitUmarov
2017-05-05 01:53:02 +0100
9e12ef9234let all clients get a group title update on create group
UbitUmarov
2017-05-05 01:39:38 +0100
04a50b47bfthe new options i add where actually bad idea, they would make the compatibility issue ethernal. Removed and extended the ugly date hack to group share outwards propagation, until a better way is found at least
UbitUmarov
2017-05-04 12:35:42 +0100
3402819888do the same in the cases we are just moving parts around and not changing their caches (ie their taskInventory)
UbitUmarov
2017-05-04 12:08:10 +0100
3a8dd24fd1move deep effective permissions aggregation to first time use and not on changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
UbitUmarov
2017-05-04 11:37:13 +0100
d62aed7f46fix right to change permissions of group owned objects
UbitUmarov
2017-05-03 21:12:16 +0100
3ef583f205fix right to change permissions of group owned taskitems
UbitUmarov
2017-05-03 19:39:42 +0100
fc46274732still another missing conversion btw viewer and OS on groupd owned
UbitUmarov
2017-05-03 19:10:02 +0100
4c42716022taskitem group owned information was still incorrect
UbitUmarov
2017-05-03 18:11:50 +0100
6c2f8176aechange opensim.ini.example setting of ExternalHostNameForLSL to a defualt
UbitUmarov
2017-05-02 11:39:29 +0100
a890ea312bdisable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostNameForLSL is not set in cofiguration or does not resolve
UbitUmarov
2017-05-02 11:23:41 +0100
ed22c5f3beMerge branch 'master' of opensimulator.org:/var/git/opensim
UbitUmarov
2017-05-02 01:09:32 +0100
9c82ff7673Shuffle some code around
Diva Canto
2017-05-01 16:49:42 -0700
3c43cdbbccAdded some indirect transfer tests -- Take Copy by another avatar
Diva Canto
2017-05-01 16:42:47 -0700
8498cc2f02save a few nanoseconds
UbitUmarov
2017-05-01 23:07:57 +0100
1ca2a7937ePermissions tests: added test with 2 direct transfers with permission changes in between (in inventory)
Diva Canto
2017-05-01 14:58:03 -0700
8e88a9d702Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2017-05-01 10:09:54 -0700
9c6dd5d967Perms test framework: make a lot of things more generic.
Diva Canto
2017-05-01 10:09:31 -0700
45096b6238Initial commit of the emerging test suite for permissions and more.
Diva Canto
2017-05-01 07:06:50 -0700