Author Topic: Some way to view modified user permissions  (Read 1842 times)

0 Members and 1 Guest are viewing this topic.

Offline JackYack13

  • Newbie
  • *
  • Posts: 28
  • Karma: -1
Some way to view modified user permissions
« on: January 30, 2013, 07:00:43 AM »
It would be very useful if there was some way to view a list of all users / steamids whose permissions were modified using userallow or userdeny (just like it's possible to view group permissions in XGUI). It could be done in XGUI, but if that's not possible then I think just a command that prints a list of all users and their permissions to the console would be enough.

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: Some way to view modified user permissions
« Reply #1 on: January 30, 2013, 01:15:23 PM »
Yes, userallow/userdeny is one of the parts of XGUI I just haven't had the time to get implemented. I imagine that I'd use the existing XGUI stuff for permissions, just have a way to select a user instead of a group. It would require rearranging a few things, which is mostly why I haven't gotten around to it :P
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Some way to view modified user permissions
« Reply #2 on: January 30, 2013, 03:00:33 PM »
In case anyone didn't already know, there's been a way to do it since ULX started using userallow/deny.
Notepad or other text editor, open gmod/data/ulib/users.txt

If you want a slightly more formatted way.
From your server console, run "ulx debuginfo"
In the console, it will tell you where it placed a file.
That file has all sorts of info, including a slightly more formatted users ucl.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming