mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
111 stars 45 forks source link

Anti-IPLogger #260

Closed adiantek closed 7 years ago

adiantek commented 7 years ago

Will be avaiable anti-iplogger? For example, when user add [img], MyBB will be download with timeout to set and maximum size and It will be stored on server, like spigotmc.org has it.

PS. This is not issue, it's suggestion.

JoshHarmon commented 7 years ago

IPs aren't all that important 99% of the time. I'd be more worried about cookies getting set than anything else. If someone's really that paranoid about their IP being disclosed, VPNs are generally a pretty easy solution to that. Most people really shouldn't worry about it.

Multiple issues with the "simple" implementation of this:

However, I do agree that having, for example, better compatibility with proxies like Camo (which we use with community.mybb.com) could mostly solve this problem. However, this requires a competent server admin to maintain the system, while most of the MyBB user base isn't.

adiantek commented 7 years ago

If you have forum for server game (for example minecraft server), IP shouldn't be avaiable for other users. It could be simple option in MyBB ACP. [img] can be also in PMs (conversions).

marktopper commented 7 years ago

@adiantek: I think this is better as a plugin.

dvz commented 7 years ago

MyBB 2.0 will support resource proxies: https://community.mybb.com/thread-191635.html It's possible that we'll also include an internal proxy script for setting up secure boards quickly and for those without heavy traffic.

ghost commented 7 years ago

dont worry about ip nor cookies if you are really that worried use https://tails.boum.org/ its a OS if you dont want to go that far use https://www.torproject.org/ dont want to use tor? use https://openvpn.net/ dont want to use vpn? use a proxy https://www.uproxy.org/

All of the projects that i posted are OPEN-SOURCE

katosdev commented 7 years ago

Based on the answers by @Devilshakerz and @LiveChief I will be closing this issue.