A loosely moderated place to ask open-ended questions
Search asklemmy π
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?
Icon by @Double_A@discuss.tchncs.de
- 0 users online
- 346 users / day
- 818 users / week
- 2.39K users / month
- 5.77K users / 6 months
- 1 subscriber
- 3.11K Posts
- 120K Comments
- Modlog
Lol nope. Right now registration questions and email validation are the only tools.
Like the comms would request from the instance your on for their email you used to register? Comms themselves could use email verification
Huh? Instances canβt give out emails, thatβs a privacy violation.
Instance admins can tell your IP and presumably browser info if they bother to collect that data.
Lemmy doesnβt log ips, and the access logs donβt contain usernames or idβs by default. You would need to modify things to record ips.
Nginx and Lemmy both absolutely logs IPs by default.
sudo journalctl -u lemmy -f
.I assume that most admins of server big enough that they have to worry about abuse should check IPs to detect ban evasion, although you can get around it reliably by switching instances, and whether they actually do that or not would be a crapshoot, I think.
Apparently instances can share IP with each other but only for problematic ip addresses. Itβs not part of the protocol to give up address of the user
Even if Lemmy could track IP addresses its so easy to use a VPN or proxy I doubt it would stop most dedicated ban evaders.