334 Commits

Author SHA1 Message Date
UbitUmarov
0d71b6d871 very useless changes 2025-06-25 02:22:28 +01:00
UbitUmarov
4b1df46f6a make more use of stream.CopyTo on (de)compressors, plus several cosmetics 2025-06-19 20:11:42 +01:00
UbitUmarov
183350b617 viewers MUST ask for pbr terrain, requesting fake cap VTPBR if only support terrain pbr on standard size regions or cap VETPBR support on all region sizes 2024-06-08 22:05:41 +01:00
UbitUmarov
604282c482 simplify output of show caps list a bit 2024-04-17 20:31:21 +01:00
UbitUmarov
863ff6bc9f remove dead code 2024-04-17 19:46:43 +01:00
UbitUmarov
68c4724847 pesty warning 2024-04-17 16:34:50 +01:00
UbitUmarov
b7e897f741 direct encode to llsdxml cap seeds response 2024-04-17 16:09:57 +01:00
UbitUmarov
3e54b78668 avoid sending pbr lludp messages to older viewers 2024-01-31 13:06:53 +00:00
UbitUmarov
7ba6ddf2b1 do case invariant compare on deny mac and id0 2023-04-25 23:40:17 +01:00
UbitUmarov
38ddb92cc3 cosmetics 2022-12-16 19:38:10 +00:00
UbitUmarov
d9380c9b83 clean some spurius chars and a few other things. Thanks Vincent Sylvester 2022-11-12 02:49:01 +00:00
UbitUmarov
4cac42ab98 remove a lock on hginventorybroker; cosmetics 2022-11-10 09:44:36 +00:00
UbitUmarov
aa572df663 add some missing default group owner powers on xmlrpc groups module
plus more dotnet6 code style changes
2022-10-28 20:08:54 +01:00
UbitUmarov
0603667627 use shared assets for new empty notecard and defualt script. Grids not using core asset services may need the 2 new ones 2022-08-19 22:26:00 +01:00
UbitUmarov
1e5881386e fix agent_id on FetchLibDesc.. this is just a formal fix, viewers seem to just ignore it. 2022-04-23 23:27:47 +01:00
UbitUmarov
d1b5e7a981 some cleaup 2022-04-23 16:41:18 +01:00
UbitUmarov
adc9318bee missing files 2022-04-22 20:20:26 +01:00
UbitUmarov
0138a43d3c add back cap FetchLib2 and add cap FetchLibDescendents2. Still disabled, Most viewers do not support them. Alchemy is working on it 2022-04-22 19:49:16 +01:00
UbitUmarov
71f856bfa8 put back updated FetchLib2 cap. Still no viewer uses it, disabled 2022-04-22 16:16:04 +01:00
UbitUmarov
e043d8a2eb use array.Empty<byte> 2022-03-12 15:21:24 +00:00
UbitUmarov
fbbcc1edd7 == string.Empty is .Lenght == 0 2022-01-13 20:31:52 +00:00
UbitUmarov
da928d6099 != UUID.Zero is slow 2022-01-09 02:28:51 +00:00
UbitUmarov
357f20eb14 == UUID.Zero is slow 2022-01-08 23:35:56 +00:00
UbitUmarov
2e6790d164 save a few ns on FetchInventoryDescendents llsd response encode 2022-01-04 16:05:41 +00:00
UbitUmarov
7787a16426 and ofc the tests are also wrong.. Fix 2022-01-03 20:01:46 +00:00
UbitUmarov
7677e53dba fix FetchInvDescHandler response categories fields 2022-01-03 19:08:35 +00:00
UbitUmarov
eb5912817b getassests cap: be tolerant to mismatch between viewer idea and assets types. we had those very wrong.. 2021-12-23 17:02:28 +00:00
UbitUmarov
3f584dbf12 add auxiliar httpresponse.Redirect(string url, [HttpStatusCode redirStatusCode = HttpStatusCode.Redirect]) 2021-12-20 11:07:26 +00:00
UbitUmarov
a0e039e876 useless ms xml things 2021-12-14 16:04:45 +00:00
UbitUmarov
aa796bb443 'cosmetics' 2021-09-02 21:36:28 +01:00
UbitUmarov
f5e0459e08 test changes on oshttpserver responses send 2021-09-02 04:49:22 +01:00
UbitUmarov
a01046c24f a few changes to get assets 2021-07-16 03:08:31 +01:00
UbitUmarov
0252c5fa1b another silly bug gezz 2020-11-09 20:01:07 +00:00
UbitUmarov
f69f0281cf add some broken assets check/log, so i don't try to fix other code using one 2020-11-03 18:45:54 +00:00
UbitUmarov
9642453f9e viewers do send broken http range start, then flag good assets as bad, another try 2020-11-03 17:56:24 +00:00
UbitUmarov
dfe33bdafd look for GridName and gridname 2020-11-03 17:36:43 +00:00
UbitUmarov
5437fca647 viewers do send broken http range start, then flag good assets as bad 2020-11-03 15:16:09 +00:00
UbitUmarov
7b106564fa in some cases store a hg asset on local grid is just waste 2020-10-28 12:12:08 +00:00
UbitUmarov
c70904418a replace llsd xml fw encoder 2020-10-13 16:20:55 +01:00
UbitUmarov
473580652b duuhhhh... 2020-10-10 19:17:59 +01:00
UbitUmarov
c7d61737fb make use of some of those on inventory caps; fix some set of sp osutf8 fields 2020-10-10 19:11:37 +01:00
UbitUmarov
90bd42ddc0 cleanup 2020-08-28 01:13:17 +01:00
UbitUmarov
44b7e0c83f try reduce some inv spam re introduced recently.. but something very wrong with suitcase concept 2020-08-27 19:44:37 +01:00
UbitUmarov
5ef66d68a0 several changes to usermanagement and profiles 2020-08-27 18:31:28 +01:00
UbitUmarov
05be74bedc possible fix the real issue 2020-08-25 20:29:38 +01:00
UbitUmarov
9c47d7e06a add a debug message 2020-08-25 19:58:55 +01:00
UbitUmarov
3464c6457e mantis 8755: display bad folders owner (if avaiable) but on a single message per request, not per each bad one.(please test, i don't have bad folders 2020-08-25 15:31:39 +01:00
UbitUmarov
8d0ef07de8 some changes to getassets module and handler 2020-08-09 06:13:35 +01:00
UbitUmarov
592b94d142 some changes on Dispose 2020-08-09 00:20:50 +01:00
UbitUmarov
ce92ee1057 cache bad folders requests for 30s. Suitcase can induce a ton of this, and viewers keep requesting 2020-07-16 18:23:17 +01:00