Commit graph

343 commits

Author SHA1 Message Date
Timo Smit
f835d8c6ec Fixed banners calculation (fixes #98)
* added checks for available banners
2019-02-04 12:20:06 +01:00
Timo Smit
311f4877c7 Added banners module (refs #98) 2019-02-03 23:09:28 +01:00
Timo Smit
217456cbb6 Added setting to disable spree sounds (entirely, or for others) 2019-02-02 18:12:35 +01:00
Timo Smit
2bd45363e5 Correctly enable commands on legacy 2019-01-31 11:33:41 +01:00
Timo Smit
a253e00d15 Correctly set fs_game in settings module 2019-01-31 11:33:00 +01:00
Timo Smit
5c0c9d3cee Disable !balance command on ETPub 2019-01-31 11:31:37 +01:00
Timo Smit
61ac6de86c Fixed help text and syntax for !put 2019-01-31 11:20:46 +01:00
Timo Smit
d18127fea0 Fixed syntax for !mute and !vmute 2019-01-30 17:00:10 +01:00
Timo Smit
1a8e1f6af5 Fixed correct table merging by values 2019-01-30 16:28:33 +01:00
Timo Smit
2d349919d0 Correctly merge tables when copying levels from one to another 2019-01-30 15:44:03 +01:00
Timo Smit
d5f051890a Implemented a command to clear a level's permissions 2019-01-29 22:49:40 +01:00
Timo Smit
4d332c36a0 Fixed acl not being able to copy level permissions to levels with existing permissions 2019-01-29 22:49:20 +01:00
Timo Smit
e9a4704df1 Fixed zip process of pk3 including pk3 directory itself 2019-01-28 14:32:21 +01:00
Timo Smit
251d85ab66 Merge branch 'patch-1' of github.com:IR4T4/wolfadmin into develop/1.2.1 2019-01-27 22:36:05 +01:00
IR4T4
57904d6a5c
Update putbots.lua
Fix putbots help text
2019-01-27 09:22:42 +01:00
Timo Smit
910c0e15a6 Updated default permission set
* removed 'noreason' from level 4
2019-01-22 15:03:24 +01:00
Timo Smit
f5e2a65e2e Play a sound to the player on !slap for some extra feedback 2019-01-20 21:36:45 +01:00
Timo Smit
7b70c7e7e8 Fixed !showhistory still trying to show an old syntax 2019-01-20 20:57:52 +01:00
Timo Smit
2d145254fe Miscellaneous fixes in loading of sprees, rules and greetings
* fixed counts being returned
* implement some checks for TOML parsing
2019-01-18 15:36:06 +01:00
Timo Smit
11c0903b95 Fixed file existence check for rules.toml 2019-01-18 13:15:59 +01:00
Timo Smit
b2b3fae5ce Fixed checks for punishments without reason and/or time 2019-01-17 19:16:45 +01:00
Timo Smit
14ebac44d9 Fixed util.getTimeFromString not processing a single number as seconds 2019-01-17 18:54:59 +01:00
Timo Smit
adb469a29f Fixed permission checks in certain commands 2019-01-17 16:56:42 +01:00
Timo Smit
511b663f2a Added missing checks for history saving 2019-01-17 16:56:02 +01:00
Timo Smit
cd701f187b Improved error handling of events 2019-01-17 15:31:23 +01:00
Timo Smit
6d3197413a Moved file existence checks for rules and greetings to match sprees code 2019-01-17 11:16:26 +01:00
Timo Smit
415835c723 Check whether sprees file exist (fixes #89) 2019-01-17 11:12:48 +01:00
Timo Smit
2762ff7507 Only enable chat logging in legacy
* references 0212af1a6b
2019-01-16 12:13:17 +01:00
Timo Smit
2754faf98f Fixed syntax for private message command 2019-01-16 11:51:46 +01:00
Timo Smit
f671d02a5b Fixed !rules not displaying correctly when used with arguments 2019-01-15 21:12:33 +01:00
Timo Smit
1ab9877e77 Basic Lua 5.0 compatibility for ETPro 2019-01-10 14:20:04 +01:00
Timo Smit
5e3c966453 Fixed being unable to unban 2019-01-10 10:12:38 +01:00
Timo Smit
fee38fcee5 Merge branch 'bug-mysql-init' of github.com:adawolfa/wolfadmin into develop/1.2.1 2019-01-10 10:10:28 +01:00
Timo Smit
0d36516e60 Updated version to 1.2.1-dev 2019-01-10 10:09:14 +01:00
Adam Klvač
c7917c1e73 Fixed missing columns in MySQL initialization script 2019-01-09 23:12:17 +01:00
Timo Smit
19c18fd11a Updated version 2019-01-04 18:15:38 +01:00
Timo Smit
7f0583485f Added MySQL collation conversion (refs #46) 2019-01-04 18:10:03 +01:00
Timo Smit
45002153c9 Deploy script update, added notice on startup (fixes #73) 2019-01-04 18:09:26 +01:00
Timo Smit
1549f950e0 Merge branch 'master' of github.com:timosmit/wolfadmin into develop/1.2.0
# Conflicts:
#	README.md
2019-01-04 17:55:24 +01:00
Timo Smit
93eb1a9544 Reverted 'luamods' dir back to 'luascripts'
* reverts commit 4ae1421
2019-01-04 17:44:56 +01:00
Timo Smit
c4da960bb8 Updated links to use HTTPS protocol 2019-01-04 17:35:36 +01:00
Timo Smit
d3874d3896 Yearly copyright update 2019-01-04 17:32:24 +01:00
Timo Smit
c7009e91d3 Updated TOML lib to 2.0.1 2019-01-04 17:18:39 +01:00
Timo Smit
b98bccbba6 Fixed foreign key constraints failing 2019-01-04 16:19:51 +01:00
Timo Smit
0212af1a6b Only enable chat logging in legacy 2019-01-03 12:51:31 +01:00
Timo Smit
47f9baf277 Fixed consistent checking of standalone setting
* treat everything non-zero as true (enabled)
2019-01-03 12:49:11 +01:00
Timo Smit
6d0ba325f1 Fixed greetings returning errors when database is not connected 2019-01-03 12:14:13 +01:00
Timo Smit
2a71ab2bb1 Updated docs (part II) 2019-01-03 12:09:10 +01:00
Timo Smit
241910ad38 Updated docs.
* docs directory was obsolete and has been removed.
* the readme is more reader friendly now.
* the license has been changed to Markdown format.
2019-01-03 12:08:06 +01:00
Timo Smit
aef9e0d426 Fixed aliases not being updated on connect 2019-01-03 11:28:22 +01:00