Zach P
|
c5633fe63b
|
Update defines.lua
|
2021-06-12 16:02:45 -07:00 |
|
Zach P
|
e08eec2cbc
|
Update plugin.lua
Changed the Initialize hook to a PlayerConnect hook for triggering the addon update checks to avoid the HTTP library failures.
|
2020-10-27 23:28:47 -07:00 |
|
Théo
|
9170c0a307
|
Fix mistake in comments and docs
Player:IsAdmin is for groups who inherit from "admin" group, not "superadmin"
|
2018-12-05 23:47:27 +01:00 |
|
SticklyMan
|
c44d23fd82
|
ULib doc revisions should only be added if the functionality significantly changed, or if the method parameters have been modifeid.
|
2018-05-12 11:12:09 -06:00 |
|
lewez
|
424bb9d3a0
|
#40
|
2018-04-28 18:27:21 +00:00 |
|
lewez
|
7bf9cd6801
|
#45
|
2018-04-28 18:27:01 +00:00 |
|
SticklyMan
|
34f146f9b6
|
Merge branch 'master' into console-flood
|
2018-02-11 02:40:34 -07:00 |
|
SticklyMan
|
c89fc4223a
|
Directly call routedCommandCallback on hookRoute instead of routing through concommands.
|
2018-02-11 01:45:47 -07:00 |
|
SticklyMan
|
4926b5b9aa
|
Add ULib.HOOK_ACCESS_REGISTERED to let anyone (XGUI) know when new accesses are registered.
Decided to keep the hook "grouped" when multiple accesses are added at once, thus, this callback will have no parameters.
|
2018-02-04 17:30:02 -07:00 |
|
SticklyMan
|
eda6abdccd
|
ULib should be calling UCLChanged after registerAccess.
|
2018-02-04 17:26:09 -07:00 |
|
SticklyMan
|
26b0139044
|
Verify concommand is registered before attempting to execute it.
|
2018-02-04 04:32:30 -07:00 |
|
Nayruden
|
ba21d08242
|
Fixes #41
|
2017-10-09 09:41:40 -05:00 |
|
Nayruden
|
b0436e5900
|
Fixes #31
|
2017-09-19 17:31:48 -05:00 |
|
Nayruden
|
0b4cdd0acb
|
Finished porting bans to SQLite
|
2017-09-08 16:57:23 -05:00 |
|
Nayruden
|
794bc65466
|
Too much carried over, putting back
|
2017-09-05 17:34:07 -05:00 |
|
Nayruden
|
9df61b641e
|
Splitting out ban-related functionality into a new file
|
2017-09-05 17:24:43 -05:00 |
|
Nayruden
|
0313791b62
|
Fixes #36
|
2017-08-22 14:14:54 -05:00 |
|
Nayruden
|
06111c3b87
|
Back to development mode
|
2017-03-21 15:40:46 -05:00 |
|
Nayruden
|
c3b1d7be47
|
Release prep
|
2017-03-21 15:19:55 -05:00 |
|
Nayruden
|
e003c7bf9f
|
[FIX] Server errors when loading massive ban lists.
|
2017-03-21 15:16:17 -05:00 |
|
Nayruden
|
6a85b66b2a
|
Back to dev mode
|
2017-03-19 13:50:13 -05:00 |
|
Nayruden
|
a3f7257035
|
Release prep
|
2017-03-19 13:06:30 -05:00 |
|
Nayruden
|
f88b4d94fd
|
Normalized changes from @andreblue. Thanks for the contribution, Andre!
|
2017-03-12 15:06:52 -05:00 |
|
Brett Smith
|
b62336f266
|
Merge branch 'master' into master
|
2017-03-12 14:36:03 -05:00 |
|
Nayruden
|
f416a47666
|
Potential fix for #29
|
2017-03-08 17:58:47 -06:00 |
|
Andre
|
7536c9ebf8
|
Removed Debug Print
|
2017-03-05 14:11:45 -05:00 |
|
Andreblue
|
ea8162d215
|
Replaced placeholder for ver and added build thingy from the git hooks stuff
|
2017-02-17 19:02:31 -05:00 |
|
Andreblue
|
bf96c45d68
|
Added hook.Call( ULib.HOOK_UCLCHANGED ) back where they were to allow older addons to still use it.
|
2017-02-17 18:30:13 -05:00 |
|
Andreblue
|
7ea455d2c5
|
User Removed Hook
|
2017-02-17 18:23:59 -05:00 |
|
Andreblue
|
7a457014c5
|
User Access Changed Hook
|
2017-02-17 18:15:48 -05:00 |
|
Andreblue
|
2f839a5437
|
Player Group Changed Hook Added
|
2017-02-17 18:03:32 -05:00 |
|
Andreblue
|
2bfa491503
|
Added cantarget group change hook, and fixed spelling issues
|
2017-02-17 15:26:36 -05:00 |
|
Andreblue
|
7a1d5cab58
|
Group Inheritance change hook
|
2017-02-17 14:45:17 -05:00 |
|
Andreblue
|
c7c5e72cf5
|
Group Rename Hook
|
2017-02-17 14:35:37 -05:00 |
|
Andreblue
|
b0255ec856
|
Added Group Access Changed Hook
|
2017-02-17 14:20:17 -05:00 |
|
Andreblue
|
2c1d351d43
|
Added group removed
|
2017-02-17 12:40:16 -05:00 |
|
Andreblue
|
fc586028f0
|
Added Group Created Hook, replacing UCL Changed hook for it. Tested to be working.
|
2017-01-26 18:21:31 -05:00 |
|
Andreblue
|
ac4c0eab0a
|
Player unban hook added/tested
|
2017-01-25 19:52:44 -05:00 |
|
Andreblue
|
916d4f6326
|
Added Ban Hook/Tested, added change to kick so we do not run the kick hook at the same time we ban a user.
|
2017-01-25 19:20:25 -05:00 |
|
Andreblue
|
952ae098cb
|
Player Kicked Hook Added/Tested
|
2017-01-25 18:55:53 -05:00 |
|
Brett Smith
|
ef1e70d393
|
Fixes #27
|
2016-10-26 19:33:11 -05:00 |
|
Nayruden
|
bb22495876
|
Fixes #25
|
2016-09-04 15:20:28 -05:00 |
|
Nayruden
|
9f459dc083
|
Revert "Testing a possible fix for TeamUlysses/ulx#59"
This reverts commit 180d7370ef .
|
2016-08-29 18:51:50 -05:00 |
|
Nayruden
|
180d7370ef
|
Testing a possible fix for TeamUlysses/ulx#59
|
2016-08-27 12:10:22 -05:00 |
|
uRandomAlex
|
ea9b292d83
|
Updated hook.lua - move autorefresh check
Updated hook.lua - move autorefresh check to save some nanoseconds of CPU and some bytes of RAM.
|
2016-07-16 15:16:56 +10:00 |
|
Nayruden
|
75f70ca1ce
|
Implemented CAMI.SignalSteamIDUserGroupChanged. Fixes #50.
Can't believe I missed that addition to the spec for so long...
|
2016-06-12 14:41:22 -04:00 |
|
Nayruden
|
c29b63b389
|
Back to development mode
|
2016-06-12 14:40:26 -04:00 |
|
achohbee
|
cea5b2d37f
|
Minor ulx.csay fix
* `if CLIENT` block correctly includes fade
* Update comment to indicate that `color` is a Color, and not an amount of red
|
2016-05-31 08:49:38 -05:00 |
|
Nayruden
|
8a1cef9aa4
|
Release prep
|
2016-05-22 14:17:55 -04:00 |
|
Nayruden
|
2bb1db4077
|
[FIX] Many issues with secondsToStringTime (Thanks, @fruitwasp).
I must have been completely brain dead when I wrote this...
|
2016-05-19 19:20:34 -04:00 |
|