Jump to content

samuel22200 Naxos

Resident
  • Posts

    13
  • Joined

  • Last visited

Everything posted by samuel22200 Naxos

  1. Hello, do you know why lsl is not correctly parsing json ? I just get the raw json without unicode to UTF-8 transformation. example:
  2. Yes they will https://strawberrysingh.com/2018/05/04/gdpr/ . otherwise they will be sanctionned. That's why all internet services which aim europeans users are (1) complying (2) closing their service to europeans users. example I think you have a too childish vision of the law. http://www.businessminds.com/2018/03/09/what-countries-need-to-know-gdpr/
  3. EU law is above all EU members country law. (except constitution)
  4. So why LL plans to comply if they don't have to ? Please tell me I'm very interested
  5. UnderFawkes Resident gave me the solution in-game to use the twitter api without external server by using Application-only authentication instead. And it works
  6. It could be a solution but I don't want to use an external server. There is no soluton about it if I want to make a pure lsl script ?
  7. https://en.wikipedia.org/wiki/General_Data_Protection_Regulation Legally, they have to comply because there are europeans users on second life. So LindenLab will have to implement features like “Forget me” –LL should have a method that takes a userId and deletes all personal data about that user (in case they have been collected on the basis of consent or based on the legitimate interests of the controller (see more below), and not due to contract enforcement or legal obligation). Notify 3rd parties for erasure Export data – there should be another button – “export data”. When clicked, the user should receive all the data that you hold about them. What exactly is that data – depends on the particular usecase. more info: https://techblog.bozho.net/gdpr-practical-guide-developers/ What do you think about it ?
  8. Hello, i'm creating a twitter oauth script, the last thing I have to do is to create a custum header "Authorization" and then put the required values like on this page https://developer.twitter.com/en/docs/basics/authentication/guides/authorizing-a-request But the length exceed 253 char and according to llHTTPrequest page http://wiki.secondlife.com/wiki/LlHTTPRequest it's not going to work because of that. Have you a solution ? Thank you
  9. Thank you for your answer animats! the purpose is to create a signature for Oauth request so I needed this function, and I found it (http://wiki.secondlife.com/wiki/User:Pedro_Oval/Base64_HMAC_SHA-1)and it works !
  10. Hello, I'm looking for a script to hash something HMAC-SHA1. I saw that LL will maybe soon release llHMACSHA1 (https://jira.secondlife.com/browse/BUG-214745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel) but i'm looking such function now I also find this https://github.com/gistya/LSL-HMAC-SHA1-Fast But it does not properly work for me, neither for other ppl (https://github.com/gistya/LSL-HMAC-SHA1-Fast/issues/1) Can you help me ? thank you
×
×
  • Create New...