Ubit Umarov
35104e4960
Merge pull request #54 from amandaleeang/opensim-defaults
...
Add MinPoolThreads setting to OpenSimDefaults.ini
2026-08-08 21:16:48 +01:00
Amanda Lee
5d70f9e34d
Add MinPoolThreads setting to OpenSimDefaults.ini
2026-08-08 17:50:47 +08:00
UbitUmarov
a87969840c
fix m_regionSizeY change
ra879698
2026-08-07 11:25:44 +01:00
UbitUmarov
460ed81f41
a few changes on the local maptiles folder code
r460ed81
2026-08-07 11:21:34 +01:00
UbitUmarov
b4b0d1773a
Merge branch 'master' of https://github.com/opensim/opensim
2026-08-07 10:50:33 +01:00
UbitUmarov
46dd8c03bb
missing commit ops
2026-08-07 10:49:45 +01:00
Ubit Umarov
3463388772
Merge pull request #51 from typhartez/maptiles-path
...
Add MapTilesDirectory setting to configure map tile location
r3463388
2026-08-07 10:46:23 +01:00
Ubit Umarov
1d7235f864
Merge pull request #53 from holoneon/patch-7
...
Update MapSearchModule.cs
r1d7235f
2026-08-07 10:42:42 +01:00
Ubit Umarov
7607ed99a0
Merge pull request #52 from amandaleeang/enforce-script-hasrun
...
Mark scripts as HasRun on every run (fix empty state on teleport)
r7607ed9
2026-08-07 10:37:38 +01:00
Fiona Sweet
205b8c6018
Update MapSearchModule.cs
...
'data' isn't used, dead code.
2026-08-07 02:23:48 -07:00
Amanda Lee
6950500b87
Mark scripts as hasRun on event dispatch (fix empty state on teleport)
2026-08-07 13:36:46 +08:00
Typhaine Artez
68b42d860a
Add MapTilesDirectory setting to configure map tile location
...
Introduce a new MapTilesDirectory option in the [Map] config section
that controls where the MAP-<region uuid>.png tile images are saved and
loaded from. Previously these were always written to and read from the
current working directory.
- Warp3DImageModule saves the tile into the configured directory,
creating it if needed.
- WorldMapModule loads the local tile from the configured directory when
exporting the world map.
- Document the option in OpenSimDefaults.ini.
When left empty the current working directory is used, preserving the
previous behaviour.
2026-08-06 00:02:50 +02:00
Ubit Umarov
4549b745c7
Merge pull request #50 from holoneon/patch-6
...
Update WorldMapModule.cs
r4549b74
2026-08-04 21:14:36 +01:00
Fiona Sweet
34cd0f8d23
Update WorldMapModule.cs
...
We currently can only have square regions, so this is incidental, but we have Region Size Y everywhere, and in config so probably should update here i suppose.
2026-08-04 12:35:55 -07:00
UbitUmarov
247b9182c1
small fix on sqlite
r247b918
2026-07-21 21:05:56 +01:00
UbitUmarov
87fc4c1f51
cosmetics
2026-07-18 00:27:29 +01:00
UbitUmarov
1b428a1825
a few fixes and cosmetics on some DB code
r1b428a1
2026-07-14 21:24:31 +01:00
UbitUmarov
6ed9b246cf
fix typos
r6ed9b24
2026-07-07 19:59:13 +01:00
UbitUmarov
ff2d47b1a3
fix another typos
rff2d47b
2026-07-07 19:41:14 +01:00
Ubit Umarov
b581699065
Merge pull request #47 from holoneon/patch-5
...
Update CombatModule.cs - typo
rb581699
2026-07-07 18:54:00 +01:00
Ubit Umarov
a5e5111d4a
Merge pull request #46 from holoneon/patch-4
...
Update BunchOfCaps.cs typo
ra5e5111
2026-07-07 18:51:13 +01:00
Fiona Sweet
ee20e48097
Update CombatModule.cs - typoe
...
Unkown -> Unknown
2026-07-07 08:12:56 -07:00
Fiona Sweet
f561c21369
Update BunchOfCaps.cs typo
...
Unkown -> Unknown
2026-07-07 08:11:01 -07:00
UbitUmarov
af207a329d
a few changes to last patch
raf207a3
2026-06-30 21:37:22 +01:00
Vincent Sylvester
da6a36c26d
Handle failed asset stores for InventoryAccessModule
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2026-06-30 20:57:30 +01:00
UbitUmarov
4a356cba5e
fix typo in function name (missed file)
2026-06-30 19:32:56 +01:00
UbitUmarov
bd750906af
fix typo in function name
2026-06-30 19:31:33 +01:00
UbitUmarov
7ae3779423
cosmetics and things
2026-06-27 23:50:17 +01:00
UbitUmarov
9f68028c9d
silly bugs
2026-06-27 01:08:45 +01:00
UbitUmarov
d829644650
reduce unnecessary saves of attachments a bit
2026-06-20 01:34:33 +01:00
UbitUmarov
effb5784c1
a few changes on assets store and exists return
2026-06-19 22:47:12 +01:00
UbitUmarov
7130e30483
increase asset store web timeout to 30s again
2026-06-19 21:39:58 +01:00
UbitUmarov
ecdcaca032
cosmetics
2026-06-19 01:41:02 +01:00
UbitUmarov
2720a1db36
change the rebakes throotle code
2026-06-16 21:56:11 +01:00
UbitUmarov
60a32d28e4
add AddOrUpdate to ExpiringKey
2026-06-16 21:41:15 +01:00
Ubit Umarov
8a95a4dfe0
Merge pull request #41 from holoneon/patch-3
...
Update AvatarFactoryModule.cs
2026-06-16 20:54:32 +01:00
UbitUmarov
282db7dd1e
update libomv
2026-06-16 19:09:47 +01:00
Fiona Sweet
dae81f7bf5
Update AvatarFactoryModule.cs
...
in logs i have noticed thousands of 'rebake' requests happening extremely rapidly from a few hg visitors, (for example yesterday 2400 from one hg visitor in 3 minutes) a potential denial of service vector. this adds throttling limit 1 per 30 seconds. please review
2026-06-15 12:53:52 -07:00
UbitUmarov
29889f481a
cosmetics
2026-06-12 12:12:24 +01:00
Vincent Sylvester
2494f23538
Postgres fixes for uuid type handling
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2026-06-12 11:35:40 +01:00
Ubit Umarov
cf8778f50f
Merge pull request #36 from Tampa/webrtc-fix
...
Fix response for vivox server type under webrtc
2026-06-06 15:17:17 +01:00
Vincent Sylvester
a61b946563
Do not respond to vivox under webrtc
2026-06-04 23:48:20 +02:00
UbitUmarov
93ebb36904
cosmetics
2026-06-04 11:36:33 +01:00
Ubit Umarov
6a679f7cfa
Merge pull request #35 from AdilElFarissi/master
...
Bug fixes and cosmetics
2026-06-04 11:03:34 +01:00
Adil El Farissi
9c2cc2d1af
Bug fix and cosmetics
...
Fix: UserAgentServiceConnector return null if the destination is under TLS/SSL.
Refractor: DataSnapshot to use http> UnSecureInstance as @UbitUmarov recommaded. Personally, i prefer it to be under HTTPS as well.
2026-06-04 00:41:25 +00:00
Adil El Farissi
ad1d137c2e
Merge branch 'master' of https://github.com/AdilElFarissi/opensim
2026-06-03 23:07:23 +00:00
UbitUmarov
9afd9e9e74
increase default SensorMaxResults to 32
2026-06-01 09:34:38 +01:00
UbitUmarov
c2569335b6
update libomv
2026-05-17 05:37:17 +01:00
UbitUmarov
94e887b9f7
update libomv fixing a silly typo
2026-05-14 03:12:09 +01:00
UbitUmarov
72c6ac378a
update libomv (changes to bin serialized used on lludp, etc)
2026-05-14 02:53:22 +01:00