UbitUmarov
3c4bc681c3
refuse to create a new user with empty password
2019-10-24 17:40:39 +01:00
UbitUmarov
bf2e0f7737
oops, dont ask things twice
2019-10-24 17:30:24 +01:00
UbitUmarov
be6080c3c8
partial revert console Prompt code to fix it
2019-10-24 17:07:59 +01:00
UbitUmarov
46e36601cb
remove some more useless NULL arguments
2019-10-22 13:04:01 +01:00
UbitUmarov
da0a8d6c43
remove some more useless NULL arguments
2019-10-22 12:39:50 +01:00
UbitUmarov
b98ad6c53c
remove some useless NULL arguments
2019-10-22 12:23:19 +01:00
UbitUmarov
d838a7e5c7
missing file
2019-10-22 12:04:32 +01:00
UbitUmarov
7939974d92
try to fix console AGAIN
2019-10-22 11:55:27 +01:00
UbitUmarov
7f8d5bbdce
a few changes on osslEnable.ini
2019-10-21 11:34:32 +01:00
UbitUmarov
a7f8412644
a few changes on osslEnable.ini
2019-10-21 11:25:40 +01:00
UbitUmarov
656ea163cc
a few changes on LlGetObjectDetails
2019-10-20 10:55:13 +01:00
UbitUmarov
ab335b5926
add a few lsl constants
2019-10-19 18:00:45 +01:00
UbitUmarov
7ed339324f
same for osSetDynamicTextureURLBlendFace(). thx djphil
2019-10-19 11:49:46 +01:00
UbitUmarov
24b1e84eca
change osSetDynamicTextureURL(Blend) to ThreatLevel.VeryHigh,ESTATE_MANAGER,ESTATE_OWNER
2019-10-19 09:59:26 +01:00
UbitUmarov
9d698bcffb
Xengine: more on division by Zero
2019-10-18 15:02:32 +01:00
UbitUmarov
f09a18a7a8
Yengine: Also error on division by Zero
2019-10-18 14:16:37 +01:00
UbitUmarov
2a90f78fe1
add LSL_Integer osIsNotValidNumber(LSL_Float v)
2019-10-17 23:33:11 +01:00
UbitUmarov
d6abf2a2fe
simplify last code a bit
2019-10-17 22:40:54 +01:00
UbitUmarov
53c39bf25f
Xengine: Error on division by Zero. Yengine will take a lot more work. If your script gets killed by this, don't bother us, your script is just BAD
2019-10-17 21:35:34 +01:00
UbitUmarov
6b930a596b
Yengine make float.tostring culture invariant
2019-10-17 19:40:54 +01:00
UbitUmarov
5971021b5d
tests: windows does not have 1ms time resolution
2019-10-16 20:16:59 +01:00
UbitUmarov
0587dd38dc
fix some texts init
2019-10-16 20:09:31 +01:00
UbitUmarov
96553ecc11
minor text change
2019-10-16 15:47:55 +01:00
UbitUmarov
1a21ab1938
minor text change
2019-10-16 14:54:25 +01:00
UbitUmarov
45ad812457
minor text change
2019-10-16 14:45:04 +01:00
UbitUmarov
b87301f692
typo
2019-10-16 14:04:20 +01:00
UbitUmarov
43bf3af138
OSSL: threading issue
2019-10-16 13:53:55 +01:00
UbitUmarov
2abf375351
OSSL: stop reading configuration file on every script start.
2019-10-16 13:42:11 +01:00
UbitUmarov
c7714d6320
make OSSL parsing error warning more clear
2019-10-16 13:05:30 +01:00
UbitUmarov
0e3f24a67e
change OSSL functions allow control code. Behavior should stat pretty much the same. Some help testing, please
2019-10-16 12:24:07 +01:00
UbitUmarov
d79d7e228a
add OSSL option PermissionErrortoOwner (true or false). if true ossl functions permission errors will only be sent to prim owner, defaul false: send all around
2019-10-16 00:08:45 +01:00
UbitUmarov
77126cee00
change coments on osslEnable.ini and remove list of functions always suported;
2019-10-15 22:57:30 +01:00
UbitUmarov
23587391f8
basic search: fix people search, add some caching
2019-10-14 11:32:00 +01:00
UbitUmarov
6d1ad6acd5
viewers group search page size is 100 ( and not way to detect other value, so hardwired)
2019-10-13 19:11:21 +01:00
UbitUmarov
5bbaea50e4
groups v2: remove wrong filters on DB search
2019-10-13 18:52:33 +01:00
UbitUmarov
0273baaef6
mantis 8598: filter dead groups from group search. honor querystart request. Viewers are very broken on this, seems protocol was made by someone with no idea about lludp
2019-10-13 16:41:38 +01:00
UbitUmarov
2c1909a873
add osResetAllScripts(LSL_Integer AllLinkset). use with care
2019-10-11 00:01:59 +01:00
UbitUmarov
55d70f5df7
update livomv
2019-10-08 06:31:39 +01:00
Melanie
be34b8e79d
Fix build break
2019-10-06 23:57:47 +01:00
Melanie
eb55f7f2bc
Introduce a way to send the grid's message kay, if one is used
2019-10-06 23:24:41 +01:00
Melanie
22599fbf29
Remove a no longer used property that used ScopeID in an improper way
2019-10-06 19:51:46 +01:00
Melanie
aed0eaf4d7
Fix an issue where parameter parsing could lead to an exception
2019-10-06 19:51:13 +01:00
UbitUmarov
1b70b569ad
explicitly remove useragentserviceconnector dns lookup, effectively removed on a previus commit. This should not be needed with required mono versions and proper configured DNS (that must honour short TTL needed by dynamic DNS ); add some uri validation
2019-10-06 18:24:06 +01:00
UbitUmarov
c5e2afa9f8
remove useragentserviceconnector dns lookup also on ossl
2019-10-06 17:09:49 +01:00
Melanie
09d8da7e77
Merge branch 'master' of brain.opensimulator.org:/var/git/opensim
2019-10-06 16:12:54 +01:00
Melanie
abdc78d6d3
Stop replacing the host name with it's IP.
...
Mono DNS resolution is now configurable elsewhere.
Resolving the IP ahead of time causes requests to
be made by IP. If NginX is used to distribute requests
to services by name, this breaks HG teleports.
2019-10-06 16:10:57 +01:00
UbitUmarov
03da5a9714
fix ViewerAsset external url
2019-10-06 02:21:29 +01:00
UbitUmarov
39aa27af2b
missing file
2019-09-24 00:26:59 +01:00
UbitUmarov
27a40461e2
do removed the old API function (replaced in 2016). Thanks Terry for finding this old Bug
2019-09-23 16:29:33 +01:00
UbitUmarov
64834a880d
fix a HGsuitcase API
2019-09-23 15:59:15 +01:00