Commit graph

148 commits

Author SHA1 Message Date
Timo Smit
74b9490433 Fixed possible floating point error in command logging 2016-11-30 14:20:43 +01:00
Timo Smit
2275d4830f Fixed console id in command logging 2016-11-30 14:20:04 +01:00
Timo Smit
d33beade2b Fixed name retrieval of console id 2016-11-30 14:18:45 +01:00
Timo Smit
0c3f0d84ee Fixed wrong client id being logged as warn invoker 2016-11-30 14:17:27 +01:00
Timo Smit
4145dd87ba Removed dependencies on stats module (issue #63) 2016-11-15 14:41:47 +01:00
Timo Smit
02dd69efea Reworked sprees module so it doesn't make use of stats anymore (issue #63) 2016-11-15 14:33:58 +01:00
Timo Smit
de294b23d6 Fix for console GUID 2016-11-15 14:20:04 +01:00
Timo Smit
c3cb849eb1 Fixed more uninitialized variables 2016-11-15 14:05:13 +01:00
Timo Smit
01e60a5055 Fixed uninitialized variable 2016-11-15 13:58:36 +01:00
Timo Smit
d3449f847b Fixed missing module 2016-11-15 13:25:06 +01:00
Timo Smit
2fa0815a97 Removed unused table 2016-11-14 17:01:20 +01:00
Timo Smit
6facbf0a7d Further commented out rename limiter 2016-11-14 16:55:57 +01:00
Timo Smit
d43e8adaaf Fixed !listplayers 2016-11-14 16:32:38 +01:00
Timo Smit
f947e8567b Fixed missing module 2016-11-14 16:32:23 +01:00
Timo Smit
0fffcca1c2 We actually have an event for team changes now, so move spree handling out of commands.lua 2016-09-07 20:23:36 +02:00
Timo Smit
7f5a18b779 Disabled rename limit for the moment 2016-09-07 20:19:58 +02:00
Timo Smit
f5bd2d0f23 Fixed missing include 2016-09-07 20:07:52 +02:00
Timo Smit
c272eb67fe Misc rewriting to make use of players module instead of stats 2016-09-07 20:06:07 +02:00
Timo Smit
7befbbf9aa Only activate mute commands in standalone mode 2016-09-07 18:54:28 +02:00
Timo Smit
03b18f9c0a (Re-)implemented muting and player locking 2016-09-07 18:52:48 +02:00
Timo Smit
5ea4fc90e4 Seperated players and stats module 2016-09-06 12:41:02 +02:00
Timo Smit
f2667e558f Fixed GUID protection (stats not set in onConnectAttempt) 2016-09-06 11:17:05 +02:00
Timo Smit
b3573b231c Fixed player info not being updated on first connect (now correctly handle new players as well) 2016-09-05 08:17:08 +02:00
Timo Smit
98e8f6d341 Fixed player info not being updated on first connect 2016-09-05 08:13:16 +02:00
Timo Smit
c0e1974893 Integrated ACL/auth into level commands 2016-09-04 22:55:50 +02:00
Timo Smit
dd5f3ac175 Merge branch 'feature/standalone' into develop/1.2.0
Conflicts:
	luascripts/commands/admin/help.lua
2016-09-04 22:40:42 +02:00
Timo Smit
1f89591410 Merge branch 'feature/auth' into develop/1.2.0
Conflicts:
	luascripts/commands/admin/help.lua
2016-09-04 22:36:34 +02:00
Timo Smit
e745fe4c2c Implemented setting player level (issue #61, #62) 2016-09-04 22:28:57 +02:00
Timo Smit
e993fcc89e Fixed listings returning 'duplicate' rows (caused by references) 2016-09-04 22:05:03 +02:00
Timo Smit
73d66589e7 Level history is now stored in player_level 2016-09-04 21:48:03 +02:00
Timo Smit
de9e7b50fe Implemented retrieval of player levels from database 2016-09-04 19:58:34 +02:00
Timo Smit
4ce4ee9b9b Seperated some more functionality from admin/player module 2016-09-04 18:31:17 +02:00
Timo Smit
913545af00 Removed some upgrade stuff for pre-1.0.0 (old rows will be deleted) 2016-09-04 18:22:26 +02:00
Timo Smit
441e4cf7bb Decoupled player handling from admin and stats module (issue #63) 2016-09-04 10:20:21 +02:00
Timo Smit
06d4413b02 Replaced last occurrences of shrubbot calls with auth module 2016-09-02 14:52:34 +02:00
Timo Smit
e33b9480c9 Removed permission for debug output
Debug output is already controlled via a CVAR and including the 'auth' module would create more dependencies in debug.lua (unwanted)
2016-09-02 14:06:33 +02:00
Timo Smit
f9b73ed8d6 Added some more match/team management commands (issue #62) 2016-09-01 18:05:38 +02:00
Timo Smit
0aa330ad1b Added some missing permissions (slap, listmaps) 2016-09-01 17:48:15 +02:00
Timo Smit
b8b4abdfb1 Implemented shuffle command 2016-09-01 17:43:47 +02:00
Timo Smit
0d5a4d0adf Implemented a first basic set of commands (issue #62) 2016-09-01 16:13:35 +02:00
Timo Smit
9b9836d40b Added some missing permissions (slap, listmaps) 2016-09-01 15:00:08 +02:00
Timo Smit
793db53aa2 Merge branch 'feature/auth' into feature/standalone 2016-08-29 23:52:48 +02:00
Timo Smit
7babdb893b Return a temp value for ACL levels 2016-08-29 23:49:54 +02:00
Timo Smit
6a6ba42d7c Merge branch 'feature/auth' into feature/standalone 2016-08-29 23:43:34 +02:00
Timo Smit
dfa2533d7b Added stub function to retrieve a player's level 2016-08-29 23:41:51 +02:00
Timo Smit
a02f933722 Merge branch 'feature/auth' into feature/standalone
Conflicts:
	luascripts/commands/admin/help.lua
2016-08-29 22:22:37 +02:00
Timo Smit
0640c4bc3b Removed some NQ and shrubbot-specific things 2016-08-29 22:18:20 +02:00
Timo Smit
5c9e93f62a Created foundation for new ACL system 2016-08-29 22:00:11 +02:00
Timo Smit
0cbdf407cb Added setting to switch to standalone mode 2016-08-29 21:54:15 +02:00
Timo Smit
32bd456fa7 Merge branch 'feature/lua5.3' into develop/1.2.0 2016-08-29 16:03:27 +02:00