this post was submitted on 27 Jun 2023
43 points (85.2% liked)
Asklemmy
43839 readers
1073 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For accuracy, it’s not just about the admins being busy, 0.18.0 removed the signup captcha, which has been crucial for preventing massive bot signups into instances, some number of instances can’t upgrade without that critical downside. The plan is for the captcha to be reintroduced in 0.18.1, so we’re all waiting for that.
Anyone know why Captcha was removed?
~~Because it was implemented using WebSockets, which was torn out for 0.18. They need to reimplement a captcha using HTTP instead. Not the most difficult job or anything, just didn't make the cut for 0.18 in the interests of getting it out there.~~
EDIT: I'm wrong, just double-checked github after reading what @[email protected] said. See below for his comment or here for the discussion on github.
I found this topic that discusses switching to HTTP. https://github.com/LemmyNet/lemmy/issues/2841#issuecomment-1535469357
What was WebSockets being used for (I see references to live updates)?