The 0.18 version of Lemmy was announced. This will solve many issues.

But we can’t upgrade yet because the captcha was removed, and captcha relied on Websockets, which are removed in 0.18 so despite the devs agreeing on my request to add captcha back, this will not be until 0.18.1. Without captcha we will be overrun by bots.

Hopefully this 0.18.1 will be released soon, because another issue is that the newest version of the Jerboa app won’t work with servers older than 0.18. So if you’re on Lemmy.world, please (temporarily) use another app or the web version.

  • Presi300
    link
    61 year ago

    Why was captcha even removed in the 1sr place?

      • @solrize
        link
        31 year ago

        No need for a database table, just encrypt the solution and encode it in the filename.

        • brianorca
          link
          11 year ago

          You don’t want to provide any more info to the client that you need to. Otherwise someone can write a robot that decrypts that filename and breaks the captcha.

          • @solrize
            link
            31 year ago

            Encrypted means encrypted with real cryptography, using a secret key known only to the server. If a random robot can break that, we are all in trouble. Almost all internet security depends on basically similar cryptography.

          • @solrize
            link
            1
            edit-2
            1 year ago

            deleted by creator