Commit Graph

287 Commits

Author SHA1 Message Date
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
46deb85a02 Merge branch 'master' of github.com:TeamUlysses/ulib 2016-10-26 19:33:48 -05:00
Brett Smith
ef1e70d393 Fixes #27 2016-10-26 19:33:11 -05:00
Brett Smith
3e3e5fed7f Merge pull request #22 from WilliamVenner/patch-1
Readme: GMod 10 -> GMod 13
2016-09-05 10:19:18 -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
William Venner
29921795d7 GMod 10 -> GMod 13 2016-08-01 23:11:36 +01:00
Brett Smith
7142249f3d Merge pull request #20 from uRandomAlex/patch-1
Updated hook.lua - extremely minor change - move autorefresh check
2016-07-16 09:35:08 -04: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
Brett Smith
08180cc506 Merge pull request #16 from achohbee/patch-1
Minor ulx.csay fix by @achohbee
2016-06-05 15:09:46 -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
Nayruden
2860342e04 This might fix #15. 2016-05-19 18:29:46 -04:00
Nayruden
4d47936dd5 Slight wording change in docs 2016-04-30 16:52:48 -04:00
Nayruden
81044e2a65 Adding issue template 2016-02-17 20:35:02 -05:00
Nayruden
939250a73d [FIX] NPCs loading from saves (Thanks, @GamingStudios1029).
This fixes https://github.com/TeamUlysses/ulx/issues/31
2016-02-16 20:15:15 -05:00
Nayruden
9f4846437c Back to development mode 2016-02-16 20:14:31 -05:00
Nayruden
fb763d143d Show version as workshop even for releases. 2016-02-16 20:00:53 -05:00
Nayruden
6a6ad38054 Fixed ULib passing incorrect release flag for plugin information 2016-02-15 18:51:23 -05:00
Nayruden
a4c4a45557 Getting ready for v2.60 release 2016-02-15 18:41:07 -05:00
SticklyMan
5652d868ba Updated findVar and setVar to allow for integer index syntax in path.
Example: "info[1].type"
2016-02-13 16:34:31 -07:00
Nayruden
7e7d3d7a9e Move ULib.refreshBans to a hook. Fixes #11. 2016-02-06 13:46:40 -05:00
Nayruden
7944886609 Paragraph format fix 2016-01-25 16:41:12 -05:00
Nayruden
4519aea9f0 Readme and changelog modernization 2016-01-25 16:39:10 -05:00
Nayruden
72c0a8a4ad Expose more ULib.getBanMessage variables 2016-01-23 10:52:03 -05:00
SticklyMan
657e9bd7d5 Changed getBanMessage to be accessible externally. 2016-01-23 03:52:34 -07:00
Nayruden
8f81fece40 Removed old file 2016-01-09 11:54:03 -05:00
Brett Smith
ea510fd4c1 Ignore bad data passed by FAdmin 2016-01-06 20:16:59 -05:00
Nayruden
7eda6192c7 Some more work to help prevent players naming themselves after keywords. 2016-01-03 15:53:57 -05:00
Nayruden
3013bf57af ULib.findVar and setVar
[ADD] ULib.setVar, a compliment to ULib.findVar.
[CHANGE] Massively improved the utility of ULib.findVar and restructured the return values.
2016-01-03 15:12:54 -05:00
Nayruden
91f6607207 Added some more documentaiton 2016-01-01 12:03:23 -05:00
Nayruden
eb66088ea5 Major refactoring of plugin.lua 2016-01-01 11:00:54 -05:00
Nayruden
b4dfda5bd6 Remove old files, approaching hooks differently now 2016-01-01 10:12:43 -05:00
SticklyMan
7d5d404e94 Missed one line for last commit. 2015-12-18 02:35:59 -07:00
SticklyMan
af1f251497 Fixed minor exploit that redirects unspecified playerArgs to a player with a specific name instead of the calling player. (Thanks Repe!) 2015-12-18 01:37:30 -07:00
Nayruden
d1db6c74ad Ban message is now templated. This is half of the implementation for https://github.com/TeamUlysses/ulx/issues/12 2015-12-15 21:10:43 -05:00
Nayruden
c4c3c99140 Completely revamped the new version system to be consistent and consolidated among ULib and plugins. 2015-12-13 18:35:35 -05:00
Nayruden
64527a2dac Clean up addon.txt. 2015-12-13 10:04:31 -05:00
Nayruden
d28f574d89 Removed a holdover function dealing with data files in ULib. 2015-12-13 09:42:23 -05:00
Nayruden
11a338ce11 Fixed https://github.com/TeamUlysses/ulx/issues/10 2015-12-12 19:57:02 -05:00
Nayruden
56b2c84643 Finished #2 2015-12-12 19:40:38 -05:00
Nayruden
4189bea6c6 Partially implemented a custom ban message.
The message sent on join is done, need to change the message sent on initial kick too. This is for #2
2015-12-12 15:27:06 -05:00
Nayruden
36dd63e16c Add another file for workshop ignore 2015-12-12 12:10:58 -05:00