1868 Commits

Author SHA1 Message Date
¡Cinder! ㊝
710bcbb2a0 A few unmistakable bugs I saw while poking (#140)
* Invalid comparison (map to bool/int) Check for null and count properly

* Fix a bad comparison. Good thing OpenSim doesn't support oblong regions.

* Assuming this should throw being that an exception is being created and all...

* ServerReleaseNotesModule.Initialize() returns unless capURL equals "localhost", which is almost certainly unintended.

* Same for EstateAccess

* Harden MapImageServicesConnector a lil bit.
2026-02-26 19:58:01 +01:00
lickx
6f1dd37bd4 Use ILIKE where applicable 2026-02-07 15:47:07 +01:00
lickx
1cd2361936 Revert folder version to ushort as in upstream
A signed int was a bad idea because of rollover
into the negative -sizeof(int)

To illustrate, my 'Current Outfits' folder version
is now, about 1 year after born, version 33000
2026-02-07 15:37:08 +01:00
lickx
bf9449b3fe Revert "Description column should be 127 bytes UTF-8 string"
This reverts commit 27e0684cbc.
2026-02-07 14:55:01 +01:00
lickx
6b223bb913 Description column should be 127 bytes UTF-8 string 2026-02-07 14:30:29 +01:00
lickx
3682b9ab8a Addendum to 7a9c591f99 2026-02-07 14:20:45 +01:00
lickx
4941818556 Revert "Description column should be 127 bytes UTF-8 string"
This reverts commit 4e3b0129fe.
2026-02-07 14:20:45 +01:00
lickx
11583534a6 Convert category to int from classifieds
Thanks OpenSim-NGC
2026-02-07 14:18:34 +01:00
lickx
4c507e8ee4 There is no classifieds datastore 2026-02-07 14:14:08 +01:00
lickx
f3dbaae928 Add missing classifieds table 2026-02-07 14:14:08 +01:00
lickx
e9148bb4d9 Description column should be 127 bytes UTF-8 string 2026-02-07 14:10:28 +01:00
lickx
72abced38d Unicode profiles and picks 2026-02-07 13:34:05 +01:00
UbitUmarov
a0713398ba another change to pgsql 2025-11-23 00:43:51 +00:00
UbitUmarov
8714f59277 a few changes to pgsql, Thx Tampa, (untested, may be bad) 2025-11-23 00:35:17 +00:00
UbitUmarov
0245886cb1 increment profile migration number on the one that did add the table usersettings, that had the typo 2025-11-13 16:16:05 +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
582f2a1fb6 fix a type on a sqlite migration, that was ignored on older version 2025-11-13 03:40:30 +00:00
UbitUmarov
9612ea2491 mantis 9219: update SQLite to System.Data.Sqlite 2.0.2 (native 3.50.4.5). Must run prebuild. This needs testing :( 2025-11-10 17:35:22 +00:00
UbitUmarov
dc4513ac33 remove mono.data.sqliteclient,dll obsolete since mono 1.2.4, Aparently only used in webstats. So we reduce obsolesce issuses to just Mono.Data.Sqlite, for now (needs testing, and do run prebuild) 2025-10-28 18:14:36 +00:00
UbitUmarov
154637b244 patch from Licu Rau from Craft/World for PostgreSQL friends (untested :() 2025-09-16 18:37:58 +01:00
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
4088b5d165 cosmetics 2024-12-22 23:29:34 +00:00
UbitUmarov
1edd874055 fix typo 2024-12-22 01:22:48 +00:00
UbitUmarov
901c157f8c missing sql code plus cosmetics 2024-11-26 19:45:54 +00:00
UbitUmarov
cd6efb7553 persist start string parameter (from rezobject) 2024-11-26 18:34:26 +00:00
UbitUmarov
1ff28960f1 cosmetics 2024-11-19 04:25:32 +00:00
UbitUmarov
fcddf631ce cosmetics 2024-09-20 00:21:36 +01:00
Adil El Farissi
c2eb8083cb Revert "Re-sync repo"
This reverts commit 1c214566f3.
2024-08-21 02:52:29 +00:00
Adil El Farissi
1c214566f3 Re-sync repo 2024-08-21 00:20:35 +00:00
Adil El Farissi
90618dc4d5 Merge branch 'master' of https://github.com/opensim/opensim 2024-07-09 02:06:53 +00:00
Adil El Farissi
6907ced898 conflict fixes 2024-07-06 21:25:39 +00:00
Adil El Farissi
4ece46b7a3 Update RegionStore.migrations 2024-07-06 21:16:00 +00:00
Adil El Farissi
3f3ddde44a Update RegionStore.migrations 2024-07-06 20:53:59 +00:00
Adil El Farissi
19ec375912 fixing conflicts 2024-07-06 20:31:46 +00:00
BlueWall
48a300fa2f Adding missing 'regionextra' table and associated handlers to the PgSQL adapter.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2024-06-24 19:55:15 +01:00
BlueWall
eb74fa6eec Fix region data loading to prevent deletion of telehub spawnpoints
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2024-06-24 19:51:44 +01:00
BlueWall
6c857b7ff9 Fix wrong primary key on telehub spawn points. With the RegionUUID being created as a unique primary key only one spawn point could be created. Replaced the primary key with one using multiple columns to guarantee that each spawn point occupies a unique space in the region.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2024-06-24 19:49:06 +01:00
BlueWall
ebcc0f0077 Postgresql Fixes: region store, mutelist and generic table handler.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2024-06-24 19:42:20 +01:00
UbitUmarov
583cc04910 also add default uuid zero string to mysql and pgsql pbr entries 2024-06-23 21:50:32 +01:00
UbitUmarov
37d37665bf fix sqlite migration 2024-06-19 11:13:09 +01:00
UbitUmarov
54fe5747ea add storage for pbr terrain feature that viewers for opensim may add 2024-06-08 21:58:46 +01:00
UbitUmarov
cbe6071f29 and more on broke pgsql 2024-05-16 01:07:45 +01:00
UbitUmarov
f7fd1a5497 and more.. 2024-05-16 00:40:00 +01:00
UbitUmarov
d0173f40f8 and more.. 2024-05-16 00:34:09 +01:00
UbitUmarov
18a0718508 and more.. 2024-05-15 23:46:01 +01:00
UbitUmarov
099da7efe5 and more.. 2024-05-15 23:29:31 +01:00
UbitUmarov
114830aa4b retry... 2024-05-15 23:12:08 +01:00
UbitUmarov
971778019a pgsql: still uint cast issue 2024-05-15 23:05:34 +01:00
UbitUmarov
464409bbc2 pgsql: a few more changes.. 2024-05-15 22:57:45 +01:00