Commit graph

52 commits

Author SHA1 Message Date
Timo Smit
4ae1421f0b Merge branch 'develop/1.1.0' into develop/1.2.0
# Conflicts:
#	luascripts/commands/admin/listaliases.lua
#	luascripts/commands/admin/listlevels.lua
#	luascripts/commands/admin/plock.lua
#	luascripts/commands/admin/punlock.lua
#	luascripts/commands/admin/setlevel.lua
#	luascripts/commands/admin/showhistory.lua
#	luascripts/commands/admin/stats.lua
#	luascripts/commands/admin/vmute.lua
#	luascripts/commands/admin/vunmute.lua
#	luascripts/commands/admin/warn.lua
2017-01-17 20:20:53 +01:00
Timo Smit
9eee8e8564 Fixed minor bugs caused by sanitizing (refs #67) 2017-01-17 20:12:00 +01:00
Timo Smit
dcb2859378 Fixed minor bugs 2017-01-17 12:02:03 +01:00
Timo Smit
87ece57322 Fixed inconsistency between database and script 2017-01-16 23:09:19 +01:00
Timo Smit
c0d2aa0e92 Sanitizing some client input (fixes #67) 2017-01-16 19:49:00 +01:00
Timo Smit
44c10910e1 Fixed more inconcistencies between database script + lua script 2017-01-16 17:45:40 +01:00
Timo Smit
c9889d4598 Load mutes from database and apply to online players (issue #55) 2017-01-14 15:14:43 +01:00
Timo Smit
f8ec599932 Fixed missing module 2017-01-14 14:41:48 +01:00
Timo Smit
3252c6a563 Implemented team locking (issue #62) 2017-01-14 14:30:39 +01:00
Timo Smit
8977ba41cb Implemented basic ACL functionality (issue #69) 2017-01-13 18:59:14 +01:00
Timo Smit
f8cbba943f Advanced player punishments (issue #55)
Warns, mutes and bans are stored in the database. A history is available through !showhistory [player] and !showwarns has been merged into this.
2017-01-12 18:26:45 +01:00
Timo Smit
a14f5f1b32 Copyright update 2017-01-04 10:38:25 +01:00
Timo Smit
2e26cbc257 Fixed !finger command executing on wrong client 2016-12-15 16:26:39 +01:00
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
4145dd87ba Removed dependencies on stats module (issue #63) 2016-11-15 14:41:47 +01:00
Timo Smit
d43e8adaaf Fixed !listplayers 2016-11-14 16:32:38 +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
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
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
06d4413b02 Replaced last occurrences of shrubbot calls with auth module 2016-09-02 14:52:34 +02:00
Timo Smit
f9b73ed8d6 Added some more match/team management commands (issue #62) 2016-09-01 18:05:38 +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
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
bb67eb3f69 Removed cfg system and added checks for database availability/connectivity (issue #59) 2016-08-07 18:55:26 +02:00
Timo Smit
00c487a6ef Added !balance options to enable/disable balancer, !putbots auto-disables balancer as needed. 2016-08-04 19:14:00 +02:00
Timo Smit
fc88fcfc4b Fix syntax help for !p(un)lock (issue #56) 2016-03-16 22:46:23 +01:00
Timo Smit
7445e7b173 Implemented pagination for !showbans, !listlevels and !listaliases (issue #54) 2016-03-09 18:21:28 +01:00
Timo Smit
dad2ead47c Fixes for new naming of SQL columns 2016-03-09 11:46:25 +01:00
Timo Smit
cb3e80b49f Added notification sound for /ac (issue #53) 2016-02-25 12:50:13 +01:00
Timo Smit
6a76718c01 Added notification sound for /r + now also displayed for sender (issue #52) 2016-02-25 12:49:49 +01:00
Timo Smit
9ab81bd4ac Fixed health display in !stats 2016-02-24 11:38:32 +01:00
Timo Smit
27c62df026 Added tracking of team locks (needed for issue #37) 2016-02-22 10:28:43 +01:00
Timo Smit
abf57e2469 Fixed player locks making use of admin.lockPlayer and admin.unlockPlayer 2016-02-22 10:01:52 +01:00
Timo Smit
0764a16046 fixed missing include for util 2016-02-19 12:27:25 +01:00
Timo Smit
54ec0621ef added client commands from chat (issue #47) 2016-02-19 10:45:13 +01:00
Timo Smit
1adeb63acf cleaned client command handler 2016-02-19 10:44:59 +01:00
Timo Smit
eabf1a5fbb move server and client commands out of commands.lua (issue #51) 2016-02-18 20:45:45 +01:00
Timo Smit
ae8ae5a417 load client and server commands dynamically (issue #51) 2016-02-18 19:42:17 +01:00
Timo Smit
f883b92292 updated copyright 2016-02-16 14:10:00 +01:00