Commit Graph

  • c5d0c69a35 update libomv LitJSON to version 0.9.0 UbitUmarov 2017-05-19 02:51:37 +0100
  • c28430d527 oops... UbitUmarov 2017-05-15 18:12:17 +0100
  • c74e0e2d9b remove 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
  • 7f163e8f76 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. Geir Nøklebye 2017-05-14 15:23:21 +0200
  • c1d06a806d Updated 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
  • eea247fcc5 Merge branch 'master' into httptests UbitUmarov 2017-05-14 07:52:50 +0100
  • 156707edfb clear land object on delete UbitUmarov 2017-05-14 06:27:29 +0100
  • 92df6095d5 don't round to nearest int UbitUmarov 2017-05-14 05:49:01 +0100
  • f968118e23 don't do dwell if there is no module active UbitUmarov 2017-05-14 05:39:22 +0100
  • 9ab8ce1404 fix remote requests for dwell, so dwell module still called UbitUmarov 2017-05-14 04:17:48 +0100
  • cb21caae77 fix some issue on parcels loading and make parcels dwell show something. Resolution is 2.5min aprox. UbitUmarov 2017-05-14 01:44:04 +0100
  • 25ca8695f3 find parcels by GlobalID.. well most time UbitUmarov 2017-05-13 20:21:56 +0100
  • dd0269df48 fix passcollisions bool value on store UbitUmarov 2017-05-13 17:22:56 +0100
  • 7cf82a71d6 PGSQL: 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
  • 16f02cb6fd we can't allow abort to change only one dic UbitUmarov 2017-05-13 16:34:29 +0100
  • 9ea49d107d fix wrong locking on unused path it case it does get uses. Thanks LaNani Sundara UbitUmarov 2017-05-13 15:58:35 +0100
  • 086eb28a91 a bit more on ServicePointManager UbitUmarov 2017-05-12 22:03:53 +0100
  • 948138a3a4 lower connection limits again UbitUmarov 2017-05-12 16:45:58 +0100
  • 566c96dc85 revert changes to *exe.config since a host mask of * produces identical effects as runtime setting UbitUmarov 2017-05-12 15:54:54 +0100
  • d08df7bda7 mantis 8165: fix a null ref on hg gatekeeper on another place UbitUmarov 2017-05-12 15:22:16 +0100
  • 5e577baa10 fix a null ref on hg gatekeeper UbitUmarov 2017-05-12 14:42:21 +0100
  • 0f2ab6bddd soem changes on connections limits UbitUmarov 2017-05-12 14:20:06 +0100
  • 8bdd4c3ed9 yes it is not destiny grid but destination.. thx u know who :) UbitUmarov 2017-05-12 12:30:59 +0100
  • 9c46e4921a remove forgotten refs to Mono.Posix.dll UbitUmarov 2017-05-12 04:08:55 +0100
  • a932f24ba4 minor fix on sensorrepeat UbitUmarov 2017-05-12 03:53:18 +0100
  • dcdc527401 Merge branch 'master' into httptests UbitUmarov 2017-05-12 01:55:15 +0100
  • 19d141c9a5 avoid a null ref UbitUmarov 2017-05-11 23:46:06 +0100
  • 1b7aee89d3 Merge branch 'master' into httptests UbitUmarov 2017-05-11 23:14:02 +0100
  • 97d02ecf32 remove a coment added by mistake UbitUmarov 2017-05-11 21:44:57 +0100
  • b8138c37d3 hide a nonsense option UbitUmarov 2017-05-11 21:41:33 +0100
  • cc95b7e2d4 don't allow multiple presences of same avatar also on HG gatekeeper UbitUmarov 2017-05-11 20:26:06 +0100
  • f09fafff34 some cleanup UbitUmarov 2017-05-11 20:24:47 +0100
  • fb427daa34 avoid a null ref UbitUmarov 2017-05-11 19:06:49 +0100
  • 211a1fe9d4 do 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
  • 5968c6372a let new regions know about grid services god UbitUmarov 2017-05-11 17:30:57 +0100
  • 7e8c996d1b add a grid services god account UbitUmarov 2017-05-11 17:15:02 +0100
  • 09c4952c6d merge UbitUmarov 2017-05-09 23:22:36 +0100
  • 731510c305 let .net decide GC mode from its defaults on the platform UbitUmarov 2017-05-09 18:27:06 +0100
  • 52d4cf692c update mysql connector to v6.9.9 .net4.0 UbitUmarov 2017-05-09 12:22:42 +0100
  • 03a38a80ab PGSQL: 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
  • 957ca41b13 remove file bin/Mono.Posix.dll that causes problems with mono UbitUmarov 2017-05-09 11:58:07 +0100
  • d952d62baa PGSQL: Add missing AgentPrefs.migrations Geir Nøklebye 2017-05-08 21:11:33 +0200
  • 4b3d57e964 update mysql connector to v6.9.9 .net4.5 UbitUmarov 2017-05-08 19:08:20 +0100
  • 72811de98b push .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
  • 5622b174c4 update mysql connector to v6.9.9 .net4.0 UbitUmarov 2017-05-08 04:18:17 +0100
  • f358b39ef5 update httpserver UbitUmarov 2017-05-08 04:00:47 +0100
  • 6c79cc652b some conditional dispose on http requests inputstream UbitUmarov 2017-05-08 00:54:17 +0100
  • 604b966d84 some conditional dispose on http requests inputstream UbitUmarov 2017-05-08 00:40:15 +0100
  • 8ef43e5fb3 take more heavy work out of opened dbconn sections UbitUmarov 2017-05-07 22:22:28 +0100
  • b20778d8ec fix merge UbitUmarov 2017-05-07 04:45:28 +0100
  • 11f6d28a06 fix merge UbitUmarov 2017-05-07 04:21:33 +0100
  • d0912b6151 let StreamReader be in using statements UbitUmarov 2017-05-07 00:47:45 +0100
  • de55ad9545 oops closed too soon UbitUmarov 2017-05-06 22:12:45 +0100
  • c57215687f a few more changes on mysql UbitUmarov 2017-05-06 21:43:22 +0100
  • 4b2ef46de6 don't hold dbconn longer than necessart UbitUmarov 2017-05-06 20:40:29 +0100
  • 76337b1d8e another misplaced close UbitUmarov 2017-05-06 20:38:38 +0100
  • 504736eb43 build const strings a compile time... UbitUmarov 2017-05-06 20:23:55 +0100
  • 54eb6fc779 GZipStream does have a CopyTo() UbitUmarov 2017-05-06 18:25:07 +0100
  • eb93855d84 dispose some MemoryStreams UbitUmarov 2017-05-06 17:47:43 +0100
  • ae191cd304 dispose some MemoryStreams UbitUmarov 2017-05-06 15:57:47 +0100
  • 025bef4e07 fix a few wrong placement ( this is a test by the way ) UbitUmarov 2017-05-06 01:47:26 +0100
  • d26a9ed0b1 fix wrong placement UbitUmarov 2017-05-06 01:41:33 +0100
  • d9038e650a MySQLConnector is not a MS product UbitUmarov 2017-05-06 01:25:54 +0100
  • 8e30016841 revert to older CSJ2K.dll since new seems have issues on linux with existent textures/sculpts UbitUmarov 2017-05-05 22:24:05 +0100
  • 3bc64f638a add a few guard checks on serviceThrottlemodule UbitUmarov 2017-05-05 17:44:33 +0100
  • 3f641d98bd Added a fully functional groups data layer for testing. Diva Canto 2017-05-04 20:17:54 -0700
  • 424a7a274b Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Diva Canto 2017-05-04 18:20:48 -0700
  • dd88319495 Add a groups module to the perms test suite Diva Canto 2017-05-04 18:20:10 -0700
  • ab4f870000 Change 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
  • f31fe66ce1 fix bad move on xmlgroups UbitUmarov 2017-05-05 01:53:02 +0100
  • 9e12ef9234 let all clients get a group title update on create group UbitUmarov 2017-05-05 01:39:38 +0100
  • 5f5b7e56db merge fix UbitUmarov 2017-05-04 12:57:11 +0100
  • 04a50b47bf the 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
  • 3402819888 do 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
  • 3a8dd24fd1 move 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
  • d62aed7f46 fix right to change permissions of group owned objects UbitUmarov 2017-05-03 21:12:16 +0100
  • 3ef583f205 fix right to change permissions of group owned taskitems UbitUmarov 2017-05-03 19:39:42 +0100
  • fc46274732 still another missing conversion btw viewer and OS on groupd owned UbitUmarov 2017-05-03 19:10:02 +0100
  • 4c42716022 taskitem group owned information was still incorrect UbitUmarov 2017-05-03 18:11:50 +0100
  • 94bb6d965e change taskInventory copy/move to agents inventory rules UbitUmarov 2017-05-03 16:03:26 +0100
  • 8a330bc45d Merge branch 'master' of opensimulator.org:/var/git/opensim UbitUmarov 2017-05-03 15:32:34 +0100
  • b0244107dc viewer can't tell if a taskitem is group owned if we don't tell him; missing taskInv serial update UbitUmarov 2017-05-03 15:31:42 +0100
  • 1b501f03f9 recover a lost trim in permissions modules names parsing UbitUmarov 2017-05-02 20:45:01 +0100
  • cffe2f87e6 viewer can't tell if a taskitem is group owned if we don't tell him; missing taskInv serial update" UbitUmarov 2017-05-03 15:17:16 +0100
  • 832ca518d7 fix merge UbitUmarov 2017-05-03 03:52:55 +0100
  • 02b43f06d1 recover a lost trim in permissions modules names parsing UbitUmarov 2017-05-02 20:45:01 +0100
  • 1bfe9354e3 coment out optional fields that should be edited and uncomented if needed UbitUmarov 2017-05-02 15:45:33 +0100
  • 710677cdc6 mantis 8135 UbitUmarov 2017-05-02 15:16:56 +0100
  • 55f7986b44 fix some comments UbitUmarov 2017-05-02 13:14:26 +0100
  • a18ee3b6b3 fix LSL_ApiHttpTests UbitUmarov 2017-05-02 12:35:06 +0100
  • 6c2f8176ae change opensim.ini.example setting of ExternalHostNameForLSL to a defualt UbitUmarov 2017-05-02 11:39:29 +0100
  • a890ea312b disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostNameForLSL is not set in cofiguration or does not resolve UbitUmarov 2017-05-02 11:23:41 +0100
  • ed22c5f3be Merge branch 'master' of opensimulator.org:/var/git/opensim UbitUmarov 2017-05-02 01:09:32 +0100
  • 9c82ff7673 Shuffle some code around Diva Canto 2017-05-01 16:49:42 -0700
  • 3c43cdbbcc Added some indirect transfer tests -- Take Copy by another avatar Diva Canto 2017-05-01 16:42:47 -0700
  • 8498cc2f02 save a few nanoseconds UbitUmarov 2017-05-01 23:07:57 +0100
  • 1ca2a7937e Permissions tests: added test with 2 direct transfers with permission changes in between (in inventory) Diva Canto 2017-05-01 14:58:03 -0700
  • 8e88a9d702 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Diva Canto 2017-05-01 10:09:54 -0700
  • 9c6dd5d967 Perms test framework: make a lot of things more generic. Diva Canto 2017-05-01 10:09:31 -0700
  • 45096b6238 Initial commit of the emerging test suite for permissions and more. Diva Canto 2017-05-01 07:06:50 -0700