Ray
Ray
here the explanation https://xmpp.org/extensions/inbox/omemo-media-sharing.html afaik encrypted http-upload of an image and then sending link+key within omemo chat so that the client then downloads the content and decrypts it
connected to https://github.com/raysilent/lslforge/issues/16?
is this connected to https://code.google.com/archive/p/lslforge/issues/18 which got fixed with https://github.com/RayZopf/lslforge-raysilent/commit/7ae61d900fe16b072d261518cefb2948a9c0e112
is this feature request still valid with version 0.1.6?
given the current haskell code and structure, this is unlikley to get implented
I wonder that this is not solved by https://github.com/RayZopf/lslforge-raysilent/commit/9fb49cc42b8fe99592290149fbe4fd92b84967b1 as it is a fix for another out of scope https://code.google.com/archive/p/lslforge/issues/9#c1 and some more stuff
regarding haskell packages / compile see https://github.com/RayZopf/LSLForge_patched and esp. https://code.google.com/p/lslforge/issues/detail?id=40#c7
I know about one other bug: _(float-variable = number-a / number-b) get's calculated to (f-v = 0);_ **use f-v = a.n / b.m** not (val = 4 / 5) but...
what do you think about cherry-picking the last commit/the changes in there? - add version number stamp to Render.hs (lsl output) - sync version number for Render.hs and LslForge.hs -...
I agree that we need someone who can code in Haskell, as the original author of those patches is not available