Commit Graph

  • 9ecee558b5 whatever... UbitUmarov 2020-05-18 00:28:24 +0100
  • 4fa8e20aab add more cooldown to flotsam cache files expire UbitUmarov 2020-05-18 00:20:28 +0100
  • fe72b54652 cosmetics UbitUmarov 2020-05-17 17:16:29 +0100
  • 9ce52ed2fc cosmetics UbitUmarov 2020-05-16 03:01:44 +0100
  • dc5a0244fc cosmetics UbitUmarov 2020-05-16 02:22:01 +0100
  • cfe1285869 missing files UbitUmarov 2020-05-16 02:14:13 +0100
  • 65ca238cd7 do unpack appearence cacheitems on tps UbitUmarov 2020-05-16 01:52:53 +0100
  • baf5c61387 simplify GruntWork on getassets (needs more) UbitUmarov 2020-05-16 01:16:19 +0100
  • 48892ad8a7 timestamp http requests UbitUmarov 2020-05-15 23:40:19 +0100
  • 7098091616 avoid null ref UbitUmarov 2020-05-15 18:17:13 +0100
  • c0597e278b update libomv UbitUmarov 2020-05-15 15:12:34 +0100
  • 79bb22eaf6 fix typo UbitUmarov 2020-05-15 15:11:06 +0100
  • 214cf5d60b llsdXml: do direct base64 encode UbitUmarov 2020-05-15 14:41:38 +0100
  • 5848d3a6bb make scenepresence IDisposable UbitUmarov 2020-05-14 13:36:27 +0100
  • 67bc086782 add sog TemporaryInstance flag UbitUmarov 2020-05-14 12:51:55 +0100
  • 8b77162020 make sog, sop and sop inventory IDisposable UbitUmarov 2020-05-14 12:02:46 +0100
  • dd55a3d19c fix a bug on part inventory locking UbitUmarov 2020-05-14 11:51:57 +0100
  • af1e20d054 missing file UbitUmarov 2020-05-13 14:58:26 +0100
  • 4c7107dfda cosmetics UbitUmarov 2020-05-13 14:51:05 +0100
  • f15c6be20c update libomv UbitUmarov 2020-05-13 13:55:13 +0100
  • a2c7a13065 silly bug UbitUmarov 2020-05-12 20:42:31 +0100
  • 51bc19f1ab no need to clone something Idisposable when we just want to see values UbitUmarov 2020-05-12 18:58:07 +0100
  • d613287a77 mk TaskInventoryDictionary IDisposable UbitUmarov 2020-05-12 18:52:02 +0100
  • c63fabe054 well and it does get all assets, grrr UbitUmarov 2020-05-12 04:19:45 +0100
  • 48df8869e8 duuhh windows does not update lastaccesstime UbitUmarov 2020-05-12 03:03:31 +0100
  • 6a4564869b flotsam file touch before expire: gatherer.GatherAll already touchs and tries to fecth all assets. This is nasty to use anyway.. avoid it UbitUmarov 2020-05-12 00:56:47 +0100
  • 7c0b3387dd give up on simplehandler for root default get for now UbitUmarov 2020-05-11 23:28:59 +0100
  • c40b297fc7 (TEST) add a default root uri GET handler. this may be usefull for some cases. UbitUmarov 2020-05-11 23:07:29 +0100
  • 4bf4c76a64 cosmetics UbitUmarov 2020-05-11 19:35:13 +0100
  • 8da733c485 test xbakes async/await store UbitUmarov 2020-05-11 19:06:09 +0100
  • 713c222ec8 remove some redundancy UbitUmarov 2020-05-11 15:12:21 +0100
  • 7f3bb9267a oops a bad end slash UbitUmarov 2020-05-11 13:38:59 +0100
  • 6d92b75452 more on end slash and uri handler determination UbitUmarov 2020-05-11 13:01:27 +0100
  • 2629d9d901 comment out estimatedLocalCost test UbitUmarov 2020-05-10 21:30:34 +0100
  • c15869438c move currency-base-uri simulator feature to global settings, based on [Economy] economy setting on opensim.ini. make sampleMoney honour it UbitUmarov 2020-05-10 21:27:23 +0100
  • aafc6579a1 remove end slash from most URLs we send to viewers UbitUmarov 2020-05-10 21:14:52 +0100
  • c1d69018bd some viewers send '//' at end of url plus cosmetics UbitUmarov 2020-05-09 18:54:51 +0100
  • a367828a85 clean a few more things before giving a socket to websockets. (this would happen later anyway) UbitUmarov 2020-05-09 00:16:01 +0100
  • ea11f1aeb8 SampleMoneyModule: remove last '/' on currency-base-uri UbitUmarov 2020-05-08 17:30:46 +0100
  • bcb9ab29d7 SampleMoneyModule: suport viewers new opensimextra currency-base-uri sim feature override for helperURI (that we call economy on some ini files, just because) UbitUmarov 2020-05-08 17:00:43 +0100
  • fa5b4dc5d8 add AddOpenSimExtraFeature to simulator features, so it is done under proper locking. Fix gridservice extra features merge (they override older). This does need a future cleanup UbitUmarov 2020-05-08 16:54:18 +0100
  • 72c1c923f8 SampleMoneyModule: add private xmlrpc methods UbitUmarov 2020-05-08 14:50:46 +0100
  • c2c00c5d84 add httpserver HandleXmlRpcRequests with local set of xlmrpc methods UbitUmarov 2020-05-08 14:37:08 +0100
  • f38c5d7ac2 SampleMoneyModule: add the needed php fake uris, since we no longer folish look for xmlrpc on everything not decoded, return back the reqeusted amount or viewers get confused. UbitUmarov 2020-05-08 05:35:47 +0100
  • bf218f2cef make httpserver HandleXmlRpcRequests public UbitUmarov 2020-05-08 05:26:25 +0100
  • f70f0b5ffd cosmetics UbitUmarov 2020-05-07 14:26:07 +0100
  • f0fc1f628f another missing file UbitUmarov 2020-05-07 02:33:54 +0100
  • 1908c095d3 missing file UbitUmarov 2020-05-07 02:31:05 +0100
  • 58a4f45712 change eventqueue queues type, move event methods to other file (using partial class) UbitUmarov 2020-05-07 02:26:25 +0100
  • 6c49f16132 minor changes UbitUmarov 2020-05-07 02:15:25 +0100
  • ac7187eada avoid a null ref, plus some cleanup UbitUmarov 2020-05-07 02:02:50 +0100
  • d5baeb4690 add SslMode=None to some connection strings UbitUmarov 2020-05-07 00:37:25 +0100
  • 1e8e59e635 also override Output(string format) on remoteConsole UbitUmarov 2020-05-02 18:31:02 +0100
  • 41d7d2f2f4 do dispose requests in context queue UbitUmarov 2020-05-02 17:32:14 +0100
  • 0b0b5111df simplify PollServiceRequestManager, now that low level does serielaze requests UbitUmarov 2020-05-02 15:25:05 +0100
  • 6d030e2f2b try to shutup some errors dunring shutdown, due to .net mess UbitUmarov 2020-05-02 14:25:57 +0100
  • 1ad3a256f2 do http requests serialization at lower level UbitUmarov 2020-05-02 14:23:52 +0100
  • ab14241871 mantis 8678: try fix rest console client UbitUmarov 2020-05-01 17:49:11 +0100
  • 929fa3efbd dispose of jobengine queue UbitUmarov 2020-05-01 15:42:02 +0100
  • 5fa81a6ca9 give viewers more time to start uploading assets UbitUmarov 2020-04-30 17:02:37 +0100
  • 22c28a0260 make Caps IDisposable UbitUmarov 2020-04-30 03:37:28 +0100
  • 36d005e1cc update circuit child status when it changes UbitUmarov 2020-04-30 02:32:41 +0100
  • 003b109561 move DynamicMenuModule to simpleh.., UbitUmarov 2020-04-30 01:59:20 +0100
  • b023914cc0 move RegionConsoleModule to simpleh.., and try to fix it UbitUmarov 2020-04-30 01:31:34 +0100
  • 715c7a4825 fix localconsole so viewer one can display things UbitUmarov 2020-04-30 00:47:53 +0100
  • 52f50d2035 move UploadObjectAsset to simpleh.. UbitUmarov 2020-04-29 23:17:36 +0100
  • 88a81a9ca4 move ObjectAdd to simpleh.. UbitUmarov 2020-04-29 22:55:02 +0100
  • c289b83250 remove dead code UbitUmarov 2020-04-29 16:57:58 +0100
  • 5da135a90b a few changes to updateitemasset things UbitUmarov 2020-04-29 16:52:54 +0100
  • ae15b75f79 change UploadBakedTextureModule. Make it shared and self contained UbitUmarov 2020-04-29 16:29:20 +0100
  • b0e1347cd0 silly typo... UbitUmarov 2020-04-29 13:44:44 +0100
  • 693adf9ecf hide handler types not in use from show http-handlers UbitUmarov 2020-04-29 13:41:57 +0100
  • 6c349e6534 let show caps list display the avatar name UbitUmarov 2020-04-29 13:32:02 +0100
  • d42c7e5e32 change CopyInventoryFromNotecard to simpleh.. UbitUmarov 2020-04-29 13:18:50 +0100
  • b069b668e4 make some use of those UbitUmarov 2020-04-29 12:34:48 +0100
  • c39ffa4dd1 add some utf8 getbytes help functions UbitUmarov 2020-04-29 12:24:45 +0100
  • 7b5934ea26 add timeouts and placehold for future code UbitUmarov 2020-04-29 10:39:36 +0100
  • 3a21d4de1e split the Upload* caps per asset type. We will need that one day. move uploadtaskscript to simpleh UbitUmarov 2020-04-29 09:58:17 +0100
  • 7a8a7c7168 missing file UbitUmarov 2020-04-28 21:38:03 +0100
  • bff6be4f66 give up on baked flag (test) UbitUmarov 2020-04-28 21:34:54 +0100
  • f9e3c9adab clear baked flag on uploaded npc baked. This may cause issues on older grids (test) UbitUmarov 2020-04-28 20:41:47 +0100
  • 3482259518 add SimpleBinaryHandler UbitUmarov 2020-04-28 16:21:03 +0100
  • 1f7286fb95 do things in the right order UbitUmarov 2020-04-28 15:53:50 +0100
  • 0b29bff512 restore lost things in the process UbitUmarov 2020-04-28 15:47:13 +0100
  • 1abc6149bb split file bunchofcaps a bit UbitUmarov 2020-04-28 15:43:07 +0100
  • d8b182afff change the http handler of those update* caps to simplehandler UbitUmarov 2020-04-28 14:29:37 +0100
  • b6a02269f7 change update of agent or object inventory items assets. This may need better check UbitUmarov 2020-04-28 13:48:49 +0100
  • dee822208a make FetchInventory2 a shared module UbitUmarov 2020-04-28 01:39:10 +0100
  • 7e2ed9ee2b change FetchInventory2 region handler UbitUmarov 2020-04-28 01:15:18 +0100
  • bfcbdc8a93 change voice modules handlers UbitUmarov 2020-04-27 21:42:35 +0100
  • 5929e43c2c change MoapModule UbitUmarov 2020-04-27 20:02:10 +0100
  • 27ea249194 change meshUploadFlagModule UbitUmarov 2020-04-27 20:00:03 +0100
  • b4fc5c33ec rename wrong RegionSimpleStatsHandler as RegionStatsSimpleHandler UbitUmarov 2020-04-27 18:06:27 +0100
  • 04b28f206a mantis 8688: put RegionStatsHandler : BaseStreamHandler tempory back, to give time for external modules to update UbitUmarov 2020-04-27 18:00:37 +0100
  • 6d66770228 change the RemoteParcelRequest cap UbitUmarov 2020-04-27 17:46:33 +0100
  • b5067baa4a it is nice to actually send the options back UbitUmarov 2020-04-27 17:40:55 +0100
  • 89dee19060 move httpMethod OPTIONS handling to top, this needs to be chacked UbitUmarov 2020-04-27 17:25:55 +0100
  • fa844d7e6e add soem try/catch (and yes..yes right on last commit should hed been write... UbitUmarov 2020-04-27 16:40:54 +0100
  • 0518b397a3 add SimpleOSDMapHandler, for caps that have just one httpmethod and body should be decoded as OSDMap, so we don't right the same things all pver UbitUmarov 2020-04-27 15:46:31 +0100
  • a3cd0cbfcb no need for stream hanlder description UbitUmarov 2020-04-27 14:52:43 +0100