ULX

Author Topic: Permabans are being removed  (Read 1942 times)

0 Members and 3 Guests are viewing this topic.

Offline DarthTealc

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Permabans are being removed
« on: November 04, 2012, 01:01:23 AM »
I'm a Lead Administrator of an Australian Gmod community. We run a few servers, with TTT being the primary one.
All permabans are being removed on each map change. I try re-adding them to the ban file but on the next map it removes them. Even issuing a fresh permaban for a single user in-game gets wiped on map change. And nothing appears in the server log or ULX log to indicate why this is happening.

Is this an issue other people are having?
If so, how are you managing permabanned users? Do you have a temporary fix?
If not, any idea as to why it may be happening on our server?

Any help would be much appreciated!

Offline iSnipeu

  • Jr. Member
  • **
  • Posts: 83
  • Karma: 12
Re: Permabans are being removed
« Reply #1 on: November 04, 2012, 06:46:42 AM »
Just to build on this, the ban is getting stored in banned_user.cfg but isn't saving correctly in ulib.

I've recreated it and made a screenshot.



To make sure it was nothing on our end, I removed all custom addons (exluding ulib and ulx ofc) and did the test in sandbox.
« Last Edit: November 04, 2012, 06:50:21 AM by iSnipeu »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Permabans are being removed
« Reply #2 on: November 04, 2012, 06:53:20 AM »
Fixed in latest push. Just as a reassurance -- the bans were being dropped from the ULib bans file, but they were still saved on the server ban list. The cause was from a typo when changing all our function calls to garry's new APIs.

EDIT: iSnipeu beat me to the punch between the time I started working on this and replied. :P
Experiencing God's grace one day at a time.

Offline DarthTealc

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Permabans are being removed
« Reply #3 on: November 04, 2012, 03:35:19 PM »
Thank you very much, I'll upload the latest version shortly if iSnipeu hasn't beaten me to it