Commit Graph

  • 5acf56d20e add missing lsl stub for llXorBase64 UbitUmarov 2020-12-29 13:24:04 +00:00
  • 0da43a8ef5 added a new function string=osSHA256(string) Mike Higgins 2020-12-29 00:37:35 -08:00
  • 5361045641 add a debug message on agenthandlers processRequest UbitUmarov 2020-12-29 04:27:20 +00:00
  • d2fd6d3d0f update libomv UbitUmarov 2020-12-29 03:32:26 +00:00
  • 0957317790 xbakes, we even avoid another array copy since httpRequest.InputStream is a memorystream with origin = 0 UbitUmarov 2020-12-29 02:05:44 +00:00
  • 5ecc264082 simplify xbakes service a bit more UbitUmarov 2020-12-28 21:44:26 +00:00
  • e169b1b074 simplify xbakes service UbitUmarov 2020-12-28 21:05:26 +00:00
  • 453855bd20 save a few ns UbitUmarov 2020-12-28 20:00:55 +00:00
  • 0217e39445 update libomv UbitUmarov 2020-12-28 19:59:59 +00:00
  • b69d84cd4c assetbase: comment out log messages UbitUmarov 2020-12-28 18:41:54 +00:00
  • 0c87215c13 no keepalive on gridinfo UbitUmarov 2020-12-28 14:55:59 +00:00
  • 81e13df897 fix a recent bug on login service hg inventory UbitUmarov 2020-12-26 14:19:40 +00:00
  • 98e69d9015 simplify RestGetGridInfoMethod a bit more UbitUmarov 2020-12-26 03:58:22 +00:00
  • 18402bc667 simplify GridInfoHandlers a bit UbitUmarov 2020-12-26 03:34:07 +00:00
  • 8316b9ff35 simplify HeloServiceInConnector a bit UbitUmarov 2020-12-26 03:12:08 +00:00
  • 7a07e1ac73 remove a spurius ; and change another string empty check UbitUmarov 2020-12-26 02:38:22 +00:00
  • f5e6159c22 comment out direct HG tp at login option that just does not work UbitUmarov 2020-12-26 00:10:33 +00:00
  • a0d0bbacb2 move servicesGodAgentID to Constants.cs UbitUmarov 2020-12-25 22:48:42 +00:00
  • 696a7a4edc cosmetics UbitUmarov 2020-12-25 00:46:35 +00:00
  • 7b5fc5c8bd silly null ref UbitUmarov 2020-12-25 00:37:00 +00:00
  • d3e5b3d769 changes on some robust map, connectors, map file read, etc UbitUmarov 2020-12-24 00:06:10 +00:00
  • 8c0994a367 Ooops, agentposthandler as a variable path UbitUmarov 2020-12-23 15:54:53 +00:00
  • 3732677972 changes on agenthandlers: simplify HG only agentposthandler, etc UbitUmarov 2020-12-23 15:36:51 +00:00
  • d0ade39641 a few changes to getregion(s)byName() UbitUmarov 2020-12-22 14:27:01 +00:00
  • ad1587b041 similar change on StorePrimInventory UbitUmarov 2020-12-22 04:10:47 +00:00
  • 098f86f5e0 remove replaced code UbitUmarov 2020-12-22 03:33:17 +00:00
  • e4d602b7ec improve stringbuilder needed size estimation UbitUmarov 2020-12-22 03:16:18 +00:00
  • b046b38e69 a few changes on mysql RemoveObject() UbitUmarov 2020-12-22 03:02:44 +00:00
  • 31d7ae0697 osReplaceAgentEnvironment change error -9 to -5 so it is identical to others UbitUmarov 2020-12-21 19:47:40 +00:00
  • 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 UbitUmarov 2020-12-18 17:18:28 +00:00
  • 874808522f also check the url on llHTTPRequest before doing anything with garbage UbitUmarov 2020-12-18 13:11:55 +00:00
  • 5859862162 mantis 8836: llLoadURL, prim cannot be group owned, url must be a valid url (and include http(s)://) reduce time penalty to 1s UbitUmarov 2020-12-18 12:57:26 +00:00
  • 567418d7cd start JonEngines without any thread, first job enq will add it UbitUmarov 2020-12-17 21:51:25 +00:00
  • 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) UbitUmarov 2020-12-17 21:49:40 +00:00
  • b514bac6c2 a few changes UbitUmarov 2020-12-17 03:35:37 +00:00
  • 2a1e518495 update mapsearch UbitUmarov 2020-12-16 23:56:51 +00:00
  • 8e40eaaa23 fix RegionURI set IsLocalGrid if url has no host UbitUmarov 2020-12-16 22:55:20 +00:00
  • 28c43011bc changes to map search parsing (may still be bad) UbitUmarov 2020-12-16 22:21:21 +00:00
  • 51e69e8b4f a few more tables that may blowup on utf8mb4 and need no more than latin1 UbitUmarov 2020-12-16 01:46:11 +00:00
  • f7597adcfb a few changes to ossl get grid uris and name UbitUmarov 2020-12-15 20:34:59 +00:00
  • a969797512 Allow estate config files to specify a specific EstateID. Defaults to 0 if not specified which uses auto increment id as current behaviour. Alicia Raven 2020-12-15 17:05:30 +00:00
  • 73d33aee32 a few changes to llXorBase64 and llXorBase64StringsCorrect UbitUmarov 2020-12-13 18:30:57 +00:00
  • 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 UbitUmarov 2020-12-13 16:53:07 +00:00
  • bbb42f96e9 cosmetics UbitUmarov 2020-12-12 20:54:18 +00:00
  • 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) Alicia Raven 2020-12-12 19:21:53 +00:00
  • 5bb21ff982 fix another texture needed for uglysky UbitUmarov 2020-12-12 14:26:17 +00:00
  • 59b1eca138 fix a texture needed for uglysky UbitUmarov 2020-12-12 13:20:09 +00:00
  • a8b4c359d9 do not start log before knowing where to log UbitUmarov 2020-12-12 02:48:44 +00:00
  • c289030858 robust: change detection of option logfile UbitUmarov 2020-12-12 02:21:54 +00:00
  • bbb24b95fb oops get my trees back on map (warp3d.dll) UbitUmarov 2020-12-11 01:19:33 +00:00
  • 582e9250ad update warp3d.dll; let prims have a bit higher LOD UbitUmarov 2020-12-11 00:12:21 +00:00
  • b830b6cc96 update warp3d.dll UbitUmarov 2020-12-10 19:19:16 +00:00
  • 90e441e805 mantis 8800: update warp3d.dll; fix export-map UbitUmarov 2020-12-10 17:12:46 +00:00
  • 25c9e66906 a few changes to lsl http headers UbitUmarov 2020-12-09 18:04:10 +00:00
  • 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 UbitUmarov 2020-12-09 14:46:55 +00:00
  • 4293ba9dd3 allow osStopSound to work on more than one prim Acording to provided LINK_* paramenter UbitUmarov 2020-12-09 13:47:32 +00:00
  • 489849ed8d SanitizeXml() save a few ns UbitUmarov 2020-12-07 20:59:58 +00:00
  • 221ec742bd SanitizeXml() go back to previus potencially heavy code, still needed, until a lighter method is created UbitUmarov 2020-12-07 15:34:17 +00:00
  • 5665bdb72d temporary(?) fix UbitUmarov 2020-12-07 01:59:48 +00:00
  • a758fc9d33 remove duplicated call UbitUmarov 2020-12-04 16:51:27 +00:00
  • 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 UbitUmarov 2020-12-04 15:07:07 +00:00
  • 3e113b4aec xmlrpc http hander: remove another temporary string UbitUmarov 2020-12-01 13:17:54 +00:00
  • ff1302f8c8 update xmlrpc.dll with a fix for empty base64 case UbitUmarov 2020-12-01 13:09:53 +00:00
  • 4f4a48cf60 let urlmodule pool request do some work ( missing from last commit) UbitUmarov 2020-11-29 12:35:02 +00:00
  • 4ad892e090 reenable keepalive local override, + cosmetics UbitUmarov 2020-11-29 12:29:18 +00:00
  • 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 UbitUmarov 2020-11-28 20:52:05 +00:00
  • 81873a5419 handle missing entries on GridUserData UbitUmarov 2020-11-27 01:08:10 +00:00
  • 4f2936259d ofc i forgot a file UbitUmarov 2020-11-26 23:54:20 +00:00
  • 6d77f65aa3 comment out robust HandleWebSocketLoginEvents listenner and handler, Tell us if you use it, bc its candidate to total removal UbitUmarov 2020-11-26 23:52:25 +00:00
  • a101d58a5c missing files UbitUmarov 2020-11-26 12:23:40 +00:00
  • 9d0d82ab6e split usermanagement adduser into simpler per case methods UbitUmarov 2020-11-26 12:14:00 +00:00
  • fe33ace3b2 change sqlitesimulationdata locks a bit UbitUmarov 2020-11-24 22:58:48 +00:00
  • d008654ae0 mantis 8819: fix ParcelPropertiesRequest bounds check UbitUmarov 2020-11-24 21:47:23 +00:00
  • cf193f99cf fix lm fetch on HG UbitUmarov 2020-11-23 09:02:23 +00:00
  • 28f5bfeb20 mantis 8816: missed a few spots UbitUmarov 2020-11-21 23:47:41 +00:00
  • d07f47a177 mantis 8816: change it again. Slash will be there or not acording to the local path UbitUmarov 2020-11-21 23:12:37 +00:00
  • db94395c62 mantis 8816: change handling of uri end slash UbitUmarov 2020-11-21 23:06:58 +00:00
  • 42cfd8a8b2 mantis 8815: update libomv UbitUmarov 2020-11-21 14:52:16 +00:00
  • 502878e01d verify user service urls with same rules UbitUmarov 2020-11-21 03:30:06 +00:00
  • 14ee7012f4 add cache to PresenceService UbitUmarov 2020-11-21 02:28:54 +00:00
  • 37aa142eac fix a test UbitUmarov 2020-11-21 00:46:34 +00:00
  • 2fbd14722d change usermanagement user homeurl verification and local grid detection, using new GridInfo and OSHHTPHost UbitUmarov 2020-11-21 00:36:47 +00:00
  • 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 UbitUmarov 2020-11-21 00:15:21 +00:00
  • 822f381145 mantis 8621: improve one error message a bit, thanks Tampa UbitUmarov 2020-11-19 15:29:16 +00:00
  • c34d6adcd7 send GridURLAlias even if empty, so viewers can tell this region does support it UbitUmarov 2020-11-17 20:59:06 +00:00
  • 0b3ad74774 add a missing ')' on dialogs unknown owner name UbitUmarov 2020-11-17 20:54:42 +00:00
  • 3ef11e7dec stop looking for things in dic twice; cover all true cases from stupid DBs UbitUmarov 2020-11-16 21:23:38 +00:00
  • 4b929a83da mantis 8809: fix local grid agent language (hg still not supported) UbitUmarov 2020-11-16 21:01:40 +00:00
  • da28aada2c avoid a null ref in lsl UbitUmarov 2020-11-15 13:45:34 +00:00
  • 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 UbitUmarov 2020-11-14 17:21:10 +00:00
  • 7063013694 keep economy (currency-base-uri) a local region setting for now, to avoid some potencial issues where grid side may override local modules UbitUmarov 2020-11-14 01:31:13 +00:00
  • 977dc0e31f fix some typos UbitUmarov 2020-11-13 19:57:28 +00:00
  • 6f943ecdda simple money module: do not override economy setting if defined UbitUmarov 2020-11-13 18:03:00 +00:00
  • a4f8df246d robust: look for grid name and nick on another section UbitUmarov 2020-11-13 15:35:08 +00:00
  • 06d669d9c7 fix oshttphost compare UbitUmarov 2020-11-13 12:07:01 +00:00
  • 19b26811c8 send it to regions UbitUmarov 2020-11-12 04:27:39 +00:00
  • 66af978208 add GatekeeperURIAlias to robust gatekeeper UbitUmarov 2020-11-12 03:56:45 +00:00
  • 80feaf1c41 improve some erro log information UbitUmarov 2020-11-12 01:26:49 +00:00
  • 4439f31b7e remove end slash from gridUrl UbitUmarov 2020-11-12 00:40:26 +00:00
  • 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 UbitUmarov 2020-11-12 00:30:20 +00:00