UbitUmarov
|
25c9e66906
|
a few changes to lsl http headers
|
2020-12-09 18:04:10 +00:00 |
|
UbitUmarov
|
90ef92158a
|
several changes to lsl http urlmodule; X-SecondLife-Region change is in global coords not grid, etc, mantis 8823 sould be fixed at least untly next viewers changes
|
2020-12-09 14:46:55 +00:00 |
|
UbitUmarov
|
4293ba9dd3
|
allow osStopSound to work on more than one prim Acording to provided LINK_* paramenter
|
2020-12-09 13:47:32 +00:00 |
|
UbitUmarov
|
489849ed8d
|
SanitizeXml() save a few ns
|
2020-12-07 20:59:58 +00:00 |
|
UbitUmarov
|
221ec742bd
|
SanitizeXml() go back to previus potencially heavy code, still needed, until a lighter method is created
|
2020-12-07 15:34:17 +00:00 |
|
UbitUmarov
|
5665bdb72d
|
temporary(?) fix
|
2020-12-07 01:59:48 +00:00 |
|
UbitUmarov
|
a758fc9d33
|
remove duplicated call
|
2020-12-04 16:51:27 +00:00 |
|
UbitUmarov
|
2285ced73a
|
merge LocalGridServicesConnector and LemoteGridServicesConnector into just RegionGridServicesConnector, with more clear code path and less useless modules loading. runprebuild and note the need changes in config-include files
|
2020-12-04 15:07:07 +00:00 |
|
UbitUmarov
|
3e113b4aec
|
xmlrpc http hander: remove another temporary string
|
2020-12-01 13:17:54 +00:00 |
|
UbitUmarov
|
ff1302f8c8
|
update xmlrpc.dll with a fix for empty base64 case
|
2020-12-01 13:09:53 +00:00 |
|
UbitUmarov
|
4f4a48cf60
|
let urlmodule pool request do some work ( missing from last commit)
|
2020-11-29 12:35:02 +00:00 |
|
UbitUmarov
|
4ad892e090
|
reenable keepalive local override, + cosmetics
|
2020-11-29 12:29:18 +00:00 |
|
UbitUmarov
|
5552716724
|
xmlrpc handler, remove a useless tmp string, that can be large, and implicit convertions to utf-16 and back to utf-8, make the serielization be already utf8
|
2020-11-28 20:52:05 +00:00 |
|
UbitUmarov
|
81873a5419
|
handle missing entries on GridUserData
|
2020-11-27 01:08:10 +00:00 |
|
UbitUmarov
|
4f2936259d
|
ofc i forgot a file
|
2020-11-26 23:54:20 +00:00 |
|
UbitUmarov
|
6d77f65aa3
|
comment out robust HandleWebSocketLoginEvents listenner and handler, Tell us if you use it, bc its candidate to total removal
|
2020-11-26 23:52:25 +00:00 |
|
UbitUmarov
|
a101d58a5c
|
missing files
|
2020-11-26 12:23:40 +00:00 |
|
UbitUmarov
|
9d0d82ab6e
|
split usermanagement adduser into simpler per case methods
|
2020-11-26 12:14:00 +00:00 |
|
UbitUmarov
|
fe33ace3b2
|
change sqlitesimulationdata locks a bit
|
2020-11-24 22:58:48 +00:00 |
|
UbitUmarov
|
d008654ae0
|
mantis 8819: fix ParcelPropertiesRequest bounds check
|
2020-11-24 21:47:23 +00:00 |
|
UbitUmarov
|
cf193f99cf
|
fix lm fetch on HG
|
2020-11-23 09:02:23 +00:00 |
|
UbitUmarov
|
28f5bfeb20
|
mantis 8816: missed a few spots
|
2020-11-21 23:47:41 +00:00 |
|
UbitUmarov
|
d07f47a177
|
mantis 8816: change it again. Slash will be there or not acording to the local path
|
2020-11-21 23:12:37 +00:00 |
|
UbitUmarov
|
db94395c62
|
mantis 8816: change handling of uri end slash
|
2020-11-21 23:06:58 +00:00 |
|
UbitUmarov
|
42cfd8a8b2
|
mantis 8815: update libomv
|
2020-11-21 14:52:16 +00:00 |
|
UbitUmarov
|
502878e01d
|
verify user service urls with same rules
|
2020-11-21 03:30:06 +00:00 |
|
UbitUmarov
|
14ee7012f4
|
add cache to PresenceService
|
2020-11-21 02:28:54 +00:00 |
|
UbitUmarov
|
37aa142eac
|
fix a test
|
2020-11-21 00:46:34 +00:00 |
|
UbitUmarov
|
2fbd14722d
|
change usermanagement user homeurl verification and local grid detection, using new GridInfo and OSHHTPHost
|
2020-11-21 00:36:47 +00:00 |
|
UbitUmarov
|
2f66a82cbe
|
mantis 8802 and 6744: change how griduserservice handles duplicated entries, trying to use the most recent. Add cache to compensate the very low performance of the search the db engine is force to do. WARNING this is not compatible with current Diva Wifi. that will replace this code or not run at all
|
2020-11-21 00:15:21 +00:00 |
|
UbitUmarov
|
822f381145
|
mantis 8621: improve one error message a bit, thanks Tampa
|
2020-11-19 15:29:16 +00:00 |
|
UbitUmarov
|
c34d6adcd7
|
send GridURLAlias even if empty, so viewers can tell this region does support it
|
2020-11-17 20:59:06 +00:00 |
|
UbitUmarov
|
0b3ad74774
|
add a missing ')' on dialogs unknown owner name
|
2020-11-17 20:54:42 +00:00 |
|
UbitUmarov
|
3ef11e7dec
|
stop looking for things in dic twice; cover all true cases from stupid DBs
|
2020-11-16 21:23:38 +00:00 |
|
UbitUmarov
|
4b929a83da
|
mantis 8809: fix local grid agent language (hg still not supported)
|
2020-11-16 21:01:40 +00:00 |
|
UbitUmarov
|
da28aada2c
|
avoid a null ref in lsl
|
2020-11-15 13:45:34 +00:00 |
|
UbitUmarov
|
9533217d82
|
change some mysql tables and columns character sets, this is close to patch at mantis 8707, but that is not correct. This should have no impact on current dbs. Many of those are now too large to do this change automaticl,, but they should. Some columns as utf8 (4 bytes in future) are pure waste of space, in fact some are used as indexes and can violate max index size. Namelly on groups V2, reason why we are forced to use utf8mb3 mostly likely to be dropped by new mysql/maria versions
|
2020-11-14 17:21:10 +00:00 |
|
UbitUmarov
|
7063013694
|
keep economy (currency-base-uri) a local region setting for now, to avoid some potencial issues where grid side may override local modules
|
2020-11-14 01:31:13 +00:00 |
|
UbitUmarov
|
977dc0e31f
|
fix some typos
|
2020-11-13 19:57:28 +00:00 |
|
UbitUmarov
|
6f943ecdda
|
simple money module: do not override economy setting if defined
|
2020-11-13 18:03:00 +00:00 |
|
UbitUmarov
|
a4f8df246d
|
robust: look for grid name and nick on another section
|
2020-11-13 15:35:08 +00:00 |
|
UbitUmarov
|
06d669d9c7
|
fix oshttphost compare
|
2020-11-13 12:07:01 +00:00 |
|
UbitUmarov
|
19b26811c8
|
send it to regions
|
2020-11-12 04:27:39 +00:00 |
|
UbitUmarov
|
66af978208
|
add GatekeeperURIAlias to robust gatekeeper
|
2020-11-12 03:56:45 +00:00 |
|
UbitUmarov
|
80feaf1c41
|
improve some erro log information
|
2020-11-12 01:26:49 +00:00 |
|
UbitUmarov
|
4439f31b7e
|
remove end slash from gridUrl
|
2020-11-12 00:40:26 +00:00 |
|
UbitUmarov
|
20695be8cd
|
several changes to simulatorfeatures, special url ones. Centralize those on scene gridinfo. Do host and dns checks, etc. Grid can override local settings, but currently same old mess. Grid login and info fecth should happen before loading anything in scene, specially modules
|
2020-11-12 00:30:20 +00:00 |
|
UbitUmarov
|
ddc1083383
|
small changes
|
2020-11-10 05:49:13 +00:00 |
|
UbitUmarov
|
5d8378dd0b
|
on getownername, be more concret comparing to UnknownUMM2
|
2020-11-10 05:32:13 +00:00 |
|
UbitUmarov
|
08b06ec670
|
lludp textures.. do not try to decode meshes and other things ( imprudence plague at LBSA)
|
2020-11-10 01:24:13 +00:00 |
|