Latest commit completely rewrote UCL. This is, of course, a major change. The formats have changed. I don't expect any problems since users should be brought up to date automatically with the upgrade script I deployed, but let us know if you have issues/errors during or after upgrade.
Here's the full commit for ULib:
Updated format.txt with new group/user format, updated groups.txt and users.txt as well.
* [ADD] Ability for clients to call Player:UniqueID()
* [ADD] ULib.clientRPC(), send massive amounts of data to a client with ease.
* [ADD] Upgrade script
* [ADD] hook.getCurrentHooks(), returns all currently processing hooks
* [ADD] hook.isInHook( name ), returns if you're in the specified hook or not
* [ADD] ULib.splitPort()
* [FIX] Attempting to delete misc_registered.txt when it didn't exist
* [FIX] ULib.splitArgs now really properly handles escaped quotes and now unescapes them.
* [CHANGE] Rewrote UCL entirely. The upgrade script will take care of bringing over old data into the new system.
* [CHANGE] Access tags now have comments attached to them (for the "what is it?" among us)
More work to do to bring ULX up to speed, but this is a step in the right direction.