Commit Graph

31536 Commits

Author SHA1 Message Date
UbitUmarov
3732677972 changes on agenthandlers: simplify HG only agentposthandler, etc 2020-12-23 15:36:51 +00:00
UbitUmarov
d0ade39641 a few changes to getregion(s)byName() 2020-12-22 14:27:01 +00:00
UbitUmarov
ad1587b041 similar change on StorePrimInventory 2020-12-22 04:10:47 +00:00
UbitUmarov
098f86f5e0 remove replaced code 2020-12-22 03:33:17 +00:00
UbitUmarov
e4d602b7ec improve stringbuilder needed size estimation 2020-12-22 03:16:18 +00:00
UbitUmarov
b046b38e69 a few changes on mysql RemoveObject() 2020-12-22 03:02:44 +00:00
UbitUmarov
31d7ae0697 osReplaceAgentEnvironment change error -9 to -5 so it is identical to others 2020-12-21 19:47:40 +00:00
UbitUmarov
b4b1c4551f send GridStatus and GridStatusRSS urls to viewers in opensimextras (and grinfinfo?), for viewers that may care in future. This can be set on section GridInfoService of robust.ini or standalonecommon.ini 2020-12-18 17:18:28 +00:00
UbitUmarov
874808522f also check the url on llHTTPRequest before doing anything with garbage 2020-12-18 13:11:55 +00:00
UbitUmarov
5859862162 mantis 8836: llLoadURL, prim cannot be group owned, url must be a valid url (and include http(s)://) reduce time penalty to 1s 2020-12-18 12:57:26 +00:00
UbitUmarov
567418d7cd start JonEngines without any thread, first job enq will add it 2020-12-17 21:51:25 +00:00
UbitUmarov
1d528727db simplify mapsearchmodule, do not block client requests while one is in progress puting it back on client secondary exec thread job (this may cause issues, to see later) 2020-12-17 21:49:40 +00:00
UbitUmarov
b514bac6c2 a few changes 2020-12-17 03:35:37 +00:00
UbitUmarov
2a1e518495 update mapsearch 2020-12-16 23:56:51 +00:00
UbitUmarov
8e40eaaa23 fix RegionURI set IsLocalGrid if url has no host 2020-12-16 22:55:20 +00:00
UbitUmarov
28c43011bc changes to map search parsing (may still be bad) 2020-12-16 22:21:21 +00:00
UbitUmarov
51e69e8b4f a few more tables that may blowup on utf8mb4 and need no more than latin1 2020-12-16 01:46:11 +00:00
UbitUmarov
f7597adcfb a few changes to ossl get grid uris and name 2020-12-15 20:34:59 +00:00
Alicia Raven
a969797512 Allow estate config files to specify a specific EstateID. Defaults to 0 if not specified which uses auto increment id as current behaviour. 2020-12-15 17:05:30 +00:00
UbitUmarov
73d33aee32 a few changes to llXorBase64 and llXorBase64StringsCorrect 2020-12-13 18:30:57 +00:00
UbitUmarov
96d2ec16c4 mantis 8831: add a version of llXorBase64 a bit based on the patch. kept the other as they are so to no break opensim scripts possible based on them. Thanks CasperWarden 2020-12-13 16:53:07 +00:00
UbitUmarov
bbb42f96e9 cosmetics 2020-12-12 20:54:18 +00:00
Alicia Raven
ce9f8804b6 initial commit of experimental Estate config file (Estate.ini) allowing new simulators to create estates from ini file and bypass command prompts. (funding provided by Zetamex Network) 2020-12-12 19:21:53 +00:00
UbitUmarov
5bb21ff982 fix another texture needed for uglysky 2020-12-12 14:26:17 +00:00
UbitUmarov
59b1eca138 fix a texture needed for uglysky 2020-12-12 13:20:09 +00:00
UbitUmarov
a8b4c359d9 do not start log before knowing where to log 2020-12-12 02:48:44 +00:00
UbitUmarov
c289030858 robust: change detection of option logfile 2020-12-12 02:21:54 +00:00
UbitUmarov
bbb24b95fb oops get my trees back on map (warp3d.dll) 2020-12-11 01:19:33 +00:00
UbitUmarov
582e9250ad update warp3d.dll; let prims have a bit higher LOD 2020-12-11 00:12:21 +00:00
UbitUmarov
b830b6cc96 update warp3d.dll 2020-12-10 19:19:16 +00:00
UbitUmarov
90e441e805 mantis 8800: update warp3d.dll; fix export-map 2020-12-10 17:12:46 +00:00
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