Commit graph

59 commits

Author SHA1 Message Date
Timo Smit
c73a41f7e7 Fixed listings returning 'duplicate' rows (caused by references) 2017-03-08 12:31:19 +01:00
Timo Smit
4253955dbb Performance improvement for SQLite3 databases 2017-02-05 14:46:26 +01:00
Timo Smit
4149d3163b Bumped version to 1.1.1-dev 2017-02-04 19:03:52 +01:00
Timo Smit
218dce31b8 Added possibility to disable database system 2017-02-04 19:02:08 +01:00
Timo Smit
7484421845 Also fixed pagination for negative offsets (refs #54) 2017-02-04 18:54:26 +01:00
Timo Smit
f17df67a9b Fixed paginated lists returning too many results (refs #54) 2017-02-04 18:54:19 +01:00
Timo Smit
c9060064de Fixed README website links 2017-02-02 16:33:52 +01:00
Timo Smit
cf959be65d Updated version 2017-01-30 17:39:20 +01:00
Timo Smit
aeb43f991b Updated installation instructions for SQLite3 (fixes #70) 2017-01-30 17:35:45 +01:00
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
c0d2aa0e92 Sanitizing some client input (fixes #67) 2017-01-16 19:49:00 +01:00
Timo Smit
6e4b5b97a7 Fixed unknown database type error (sqlite3 default) 2016-08-29 13:22:15 +02:00
Timo Smit
e8a226cb53 Updated version 2016-08-26 10:19:01 +02:00
Timo Smit
85ac4e8d84 Updated docs 2016-08-26 10:15:50 +02:00
Timo Smit
730db32608 Renamed MySQL database scripts for consistency 2016-08-26 10:04:28 +02:00
Timo Smit
c2f5867ca9 Remove obsolete sprees.cfg 2016-08-26 10:02:29 +02:00
Timo Smit
32bf814562 Removed pre-1.0.2 update scripts 2016-08-07 19:10:47 +02:00
Timo Smit
c9c971bc30 Follow-up on bb67eb3 (removed cfg) 2016-08-07 19:09:53 +02:00
Timo Smit
ea90a08989 Use separate select statement instead of hardcoding database name 2016-08-07 19:09:08 +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
1be2b0f2eb Also set sqlite as default in settings.lua 2016-08-06 20:17:36 +02:00
Timo Smit
ef8d478cf9 Added SQLite support (issue #23) 2016-08-05 22:15:58 +02:00
Timo Smit
0529afb7ff Fix for latest luasql version 2016-08-04 20:11:09 +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
2524a1be9e Avoid objective carrier being balanced to the other team (issue #37) 2016-08-04 18:37:53 +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
f286ab78bc Reordered MySQL module + added comments to increase readability 2016-03-09 14:46:44 +01:00
Timo Smit
dad2ead47c Fixes for new naming of SQL columns 2016-03-09 11:46:25 +01:00
Timo Smit
057c37d7e7 Updated database column names to match new SQL column naming 2016-03-09 11:39:32 +01:00
Timo Smit
3c60513190 Updated SQL module to match new database table naming 2016-03-09 11:36:05 +01:00
Timo Smit
5de6be4e12 Renamed database tables/indexes/keys to increase consistency 2016-03-09 11:32:57 +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
356e6951ce Fixed minor issue with colouring of balancer message 2016-02-25 12:36:22 +01:00
Timo Smit
5e6b336139 Implemented more advanced balancing functions (issue #37)
TODO: check objective carrier
2016-02-24 11:49:00 +01:00
Timo Smit
b69b58005d Added temporary utility bits module for checking bit flags 2016-02-24 11:48:02 +01:00
Timo Smit
a1910edb28 Added tracking of teams in teams module 2016-02-24 11:46:58 +01:00
Timo Smit
9ab81bd4ac Fixed health display in !stats 2016-02-24 11:38:32 +01:00
Timo Smit
72fd6f5d32 Fixed removing/cancelling timers not working correctly 2016-02-23 17:32:52 +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
Timo Smit
72f31282ca 1.0.2 2016-02-16 12:55:13 +01:00