Commit graph

222 commits

Author SHA1 Message Date
Timo Smit
9eee8e8564 Fixed minor bugs caused by sanitizing (refs #67) 2017-01-17 20:12:00 +01:00
Timo Smit
c261a10c9f Added getHomePath() function, move SQLite database to homepath 2017-01-17 19:26:56 +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
f54e5aec36 Fixed inconsistency 2017-01-16 18:02:50 +01:00
Timo Smit
44c10910e1 Fixed more inconcistencies between database script + lua script 2017-01-16 17:45:40 +01:00
Timo Smit
7620862fc1 Fixed undefined player issue at connection 2017-01-16 17:36:57 +01:00
Timo Smit
0001bc7a12 Fixed wrongly named column 2017-01-16 17:34:06 +01:00
Timo Smit
2d4191f03f Minor bugfixes regarding new players 2017-01-15 12:27:18 +01:00
Timo Smit
9d4aaa7a62 Revert "PRIMARY KEY consistency"
This reverts commit c7319028b6.
2017-01-15 11:51:19 +01:00
Timo Smit
c7319028b6 PRIMARY KEY consistency 2017-01-14 15:15:36 +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
039855b4d0 Fixed module loading 2017-01-13 20:12:46 +01:00
Timo Smit
8977ba41cb Implemented basic ACL functionality (issue #69) 2017-01-13 18:59:14 +01:00
Timo Smit
958b2de6f9 Version 1.1.0-beta to 1.2.0-dev 2017-01-13 14:34:46 +01:00
Timo Smit
b2a5fb53fe SQLite update
Contains update for new level setup
2017-01-12 21:12:23 +01:00
Timo Smit
a9004cdb21 SQLite script update (issue #55)
Contains create statements for mute, bans and history.
2017-01-12 21:08:07 +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
f0af3cfe03 Fixed util.getTimeFromString returning unnecessary floating point 2017-01-12 13:54:02 +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
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