UbitUmarov
|
88ef8a9dbe
|
add Util.GetFirstConfigVarFromSections<T>(..) While GetConfigVarFromSections<T> scans all sections and returns the last value found, this returns as soon a value is found. So sections should be order from high priority to lower
|
2026-05-12 03:18:26 +01:00 |
|
UbitUmarov
|
b713c3047e
|
cosmetics
|
2026-04-26 21:58:41 +01:00 |
|
UbitUmarov
|
435636acdc
|
cosmetics
|
2026-04-09 20:02:41 +01:00 |
|
UbitUmarov
|
144e0bf6bd
|
mantis 9240 plus cosmetics, thx Tampa
|
2026-04-06 00:26:37 +01:00 |
|
UbitUmarov
|
f024cd21d8
|
add ComputeShake128UUID. Returns UUID type 5 but using shake128 instead of sha1, if supported on machine, sha1 if not
|
2026-03-26 21:12:36 +00:00 |
|
UbitUmarov
|
73fb61d02b
|
add scene.ID alias to scene.regioninfo.regionID plus cosmetics
|
2026-03-26 00:23:24 +00:00 |
|
UbitUmarov
|
82c32eac18
|
allow setting of MaxResponseContentBufferSize per instance ofglobal httpclient; limit it to 1MB on webrtc
|
2026-03-18 23:11:29 +00:00 |
|
UbitUmarov
|
da5f1b3f7e
|
cosmetics
|
2026-03-15 18:22:50 +00:00 |
|
UbitUmarov
|
2a5389cc67
|
cosmetics
|
2026-03-15 04:45:37 +00:00 |
|
UbitUmarov
|
ccc6e7b3b5
|
cosmetics on janusmessages
|
2026-03-11 20:37:50 +00:00 |
|
UbitUmarov
|
f785a45418
|
try to use HttpCompletionOption.ResponseHeadersRead again
|
2026-03-11 18:52:49 +00:00 |
|
UbitUmarov
|
d3f314b292
|
httpclient stream timout ignored under xml deserialize, so waste memory and time getting it all into mem first
|
2026-03-05 03:46:28 +00:00 |
|
UbitUmarov
|
18f652ee8d
|
try to timeout httpclient reads
|
2026-02-27 16:15:10 +00:00 |
|
UbitUmarov
|
c725dae95a
|
Ooops fix stun servers URIs. Thx MB
|
2026-02-26 17:20:13 +00:00 |
|
UbitUmarov
|
fc607035c8
|
add to opensim.ini a list of stun servers and send it to viewers in simulator features cap
|
2026-02-25 19:37:02 +00:00 |
|
UbitUmarov
|
4f8147696a
|
fix setup of find parcel by fakeID at load
|
2026-01-29 04:55:21 +00:00 |
|
UbitUmarov
|
afd5b34b8a
|
mode set tcp no delay inside try catch
|
2026-01-06 20:13:13 +00:00 |
|
UbitUmarov
|
0fbf5a44b3
|
cosmetics
|
2025-12-19 20:52:36 +00:00 |
|
UbitUmarov
|
d9ae06f338
|
add a socket null check
|
2025-12-10 00:28:32 +00:00 |
|
UbitUmarov
|
139f51e01b
|
a few changes on ServiceURLs. Add some extra checks on AssetServiceURI
|
2025-11-29 22:49:07 +00:00 |
|
UbitUmarov
|
fe425a8284
|
cosmetics to kick github to compile the fix to the typo on sqlile
|
2025-11-13 04:07:18 +00:00 |
|
UbitUmarov
|
c69eca6911
|
more on ReaderWriterLockSlim and thread.abort
|
2025-10-18 22:07:51 +01:00 |
|
UbitUmarov
|
d6c83aee6b
|
simplify DoubleDictionaryThreadAbortSafe because dotnet no longer has thread.abort. Name is not wrong but keep it for now
|
2025-10-18 21:25:06 +01:00 |
|
UbitUmarov
|
2950d07c86
|
cosmetics
|
2025-08-27 23:46:22 +01:00 |
|
UbitUmarov
|
6edc1f962b
|
llMap* lookat does nothing
|
2025-08-13 12:30:07 +01:00 |
|
UbitUmarov
|
7ac111627f
|
some changes to llMapDestination
|
2025-08-12 22:26:46 +01:00 |
|
UbitUmarov
|
63bef17153
|
split exception detection on oshttp accept loop for better log
|
2025-08-05 17:50:02 +01:00 |
|
UbitUmarov
|
0d71b6d871
|
very useless changes
|
2025-06-25 02:22:28 +01:00 |
|
UbitUmarov
|
9cd70dc401
|
cosmetics
|
2025-06-20 03:49:39 +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
|
25641e95a7
|
remove a spurius space on viewer name
|
2025-05-19 01:57:46 +01:00 |
|
UbitUmarov
|
354966cda9
|
remove broken libsqlite3.dylib, let macos find its own for now
|
2025-04-22 19:34:22 +01:00 |
|
UbitUmarov
|
8b962b19db
|
remove attachments from current appearence if they are not found in inventory
|
2025-04-20 23:52:12 +01:00 |
|
UbitUmarov
|
dc3d44a458
|
actually write a hex string in caps
|
2025-04-17 15:53:23 +01:00 |
|
UbitUmarov
|
b00df07563
|
do not allow estate bans to grid admins
|
2025-04-17 15:50:08 +01:00 |
|
UbitUmarov
|
f2379dc785
|
mantis 9133 replace some z < 0 checks by < Constants.MinSimulationHeight (-100)
|
2025-04-11 05:05:42 +01:00 |
|
UbitUmarov
|
9a02b55bf2
|
a few more changes on terrain
|
2025-03-29 23:29:42 +00:00 |
|
UbitUmarov
|
e5d10bf127
|
try to fix some terrain issues, Add some more locking
|
2025-03-29 01:21:43 +00:00 |
|
UbitUmarov
|
11cb8b6ed0
|
cosmitics; allow to wear 3 animesh objects
|
2025-03-16 21:31:53 +00:00 |
|
UbitUmarov
|
75e9a49072
|
only send up top 20 pre sorted profile picks to viewers
|
2025-03-14 02:08:11 +00:00 |
|
UbitUmarov
|
1855be20fa
|
place some limits on some profile pick fields
|
2025-03-14 00:25:21 +00:00 |
|
UbitUmarov
|
b13c4c2055
|
add option --force-assets to load oar. this will force replace of assets in region cache (will also try to upload but service will most likely refuse). avoid using unless trying to do some recovery
|
2025-02-10 22:52:53 +00:00 |
|
UbitUmarov
|
46f2fb575e
|
add some missing parcel media data to oars, Thx Tampa
|
2025-02-08 17:47:19 +00:00 |
|
UbitUmarov
|
85b0b89992
|
cosmetics
|
2025-02-07 04:07:20 +00:00 |
|
UbitUmarov
|
74b29f1fef
|
or not... grrr (thx Tampa)
|
2025-02-07 03:37:25 +00:00 |
|
UbitUmarov
|
ff95c7d798
|
maybe now?
|
2025-02-07 01:52:27 +00:00 |
|
UbitUmarov
|
c5d97c8a7c
|
still bad
|
2025-02-07 01:25:32 +00:00 |
|
UbitUmarov
|
ab91a071f2
|
fix ProcessParcelAccessList
|
2025-02-07 00:52:38 +00:00 |
|
UbitUmarov
|
4088b5d165
|
cosmetics
|
2024-12-22 23:29:34 +00:00 |
|
UbitUmarov
|
a3a64c3a68
|
get PID from Environment.ProcessId
|
2024-11-30 21:11:03 +00:00 |
|