ULX

Author Topic: Players evading bans through Family Sharing.  (Read 2340 times)

0 Members and 2 Guests are viewing this topic.

Offline DetectDefective

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Players evading bans through Family Sharing.
« on: April 15, 2015, 10:03:35 AM »
A few days ago, I banned a problem player permanently for directly harassing a staff member. He was given many chances, and decided that it wasn't enough.

Since then, he has made fresh accounts with F2P games while using Family Sharing with his main account to evade the bans and be an overall pain in the ass. Considering we've had persistent griefers in the past, I'm surprised that this has only started happening now.

Is there any specific way to stop players that have been permanently banned from Family Sharing to evade it?

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: Players evading bans through Family Sharing.
« Reply #1 on: April 15, 2015, 10:51:05 AM »
Ban their IP Address.
Once you get to know me, you'll find you'll have never met me at all.

Offline DetectDefective

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Players evading bans through Family Sharing.
« Reply #2 on: April 15, 2015, 10:57:33 AM »
Ban their IP Address.
ULX isn't logging IPs any more, neither are the general Garry's Mod logs, and even then, a dynamic IP sort of ruins it.

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: Players evading bans through Family Sharing.
« Reply #3 on: April 15, 2015, 12:03:25 PM »
You can search for Cobalt's commands in the release section. It has a dban function which logs disconnected players' IPs
Once you get to know me, you'll find you'll have never met me at all.

Offline Buzzkill

  • Respected Community Member
  • Full Member
  • *****
  • Posts: 176
  • Karma: 59
    • The Hundred Acre Bloodbath
Re: Players evading bans through Family Sharing.
« Reply #4 on: April 15, 2015, 01:58:25 PM »
ULX isn't logging IPs any more, neither are the general Garry's Mod logs, and even then, a dynamic IP sort of ruins it.

You might need to block part of the subnet at the firewall, assuming you have access to the firewall config.  I've unfortunately had to do that a few times to effectively ban IP hoppers.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Players evading bans through Family Sharing.
« Reply #5 on: April 15, 2015, 03:38:07 PM »
This is definitely a complicated issue. You can detect if an account is being shared via the Steam API, but that requires much more setup work (to retrieve the API key) than we can reasonably expect most ULX users to put forth. You can read more about this here -- http://forums.ulyssesmod.net/index.php/topic,6990.msg35043.html#msg35043
Experiencing God's grace one day at a time.

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Players evading bans through Family Sharing.
« Reply #6 on: April 15, 2015, 08:21:14 PM »
This is definitely a complicated issue. You can detect if an account is being shared via the Steam API, but that requires much more setup work (to retrieve the API key) than we can reasonably expect most ULX users to put forth. You can read more about this here -- http://forums.ulyssesmod.net/index.php/topic,6990.msg35043.html#msg35043
I almost feel like you could make this a feature, but off by default, enableable by dropping an API key into an XGUI text entry and ticking a box. Document it, give a small little info box on how to do it...
If I could figure out xlib, I'd write a module for it.
bw81@ulysses-forums ~ % whoami
Homepage

Offline Timmy

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 252
  • Karma: 168
  • Code monkey
Re: Players evading bans through Family Sharing.
« Reply #7 on: April 15, 2015, 09:17:02 PM »
I want to point out that this script will only kick the player if he is banned on the account he owns the game on. Players would still be able to evade bans if they don't play on their main account.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Players evading bans through Family Sharing.
« Reply #8 on: April 16, 2015, 04:37:14 PM »
I want to point out that this script will only kick the player if he is banned on the account he owns the game on. Players would still be able to evade bans if they don't play on their main account.

Good point. You'd also have to modify the ban function itself to ban the parent account along with the lent-to account.
Experiencing God's grace one day at a time.