Commit Graph

654 Commits

Author SHA1 Message Date
PanFritz
61202f2482 Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into dev 2015-09-13 01:44:08 +02:00
PanFritz
de2b097484 Changed login event to highest, added a message to the command interrupt 2015-09-13 01:43:41 +02:00
NEMESIS13cz
b3ff447d05 Added sudo aliases to the sudo blacklist 2015-09-13 01:34:02 +02:00
PanFritz
d4bb481b24 Now cancles all commands besides /login whilst not logged in 2015-09-13 01:32:13 +02:00
PanFritz
a1973b6666 Fixed syntax error 2015-09-13 00:56:52 +02:00
NEMESIS13cz
fff55eb016 Fixed spelling error (thanks keyboard) 2015-09-12 21:10:17 +02:00
NEMESIS13cz
a7ed59cfbf Added a lag warning broadcast command 2015-09-12 21:06:49 +02:00
PanFritz
256bcadf8d Disabled servercontrol for now 2015-09-11 11:48:42 +02:00
PanFritz
1cc8126a9f Added args and kwargs 2015-09-11 11:44:46 +02:00
PanFritz
d751654ff8 Acctualy, its simpler to just do it all in a thread. 2015-09-11 11:43:57 +02:00
PanFritz
ebb893289c Converted to use async_query 2015-09-11 11:39:06 +02:00
NEMESIS13cz
449c501544 Added evil obsidian mining punishments plugins thing >:D 2015-09-06 15:20:53 +02:00
NEMESIS13cz
65b74511d0 Added punishments.py to module list 2015-09-06 15:20:10 +02:00
NEMESIS13cz
579b906b2a Added vanishfix.py into modules + call its enabled method 2015-09-06 01:40:13 +02:00
NEMESIS13cz
823dd37341 Added a temporary fix for the knows /vanish bug 2015-09-06 01:39:53 +02:00
NEMESIS13cz
aa3f76e897 Added note deletion in tag 2015-09-04 20:51:28 +02:00
jomo
75a78dfef0 Fix #25
which -s is not available on all platforms
2015-09-01 23:59:43 +02:00
PanFritz
945cc977a7 Imported db password and user from secrets, added target_args 2015-09-01 00:42:19 +02:00
PanFritz
f711f5e46c Added async_query since we need to remake all of our db interaction to be in a seperate thread 2015-08-31 03:25:37 +02:00
NEMESIS13cz
465b235042 Added a simple per-player notes module 2015-08-30 20:25:10 +02:00
NEMESIS13cz
b9e71b80ad Added scriptutils and tag into main.py 2015-08-30 20:24:49 +02:00
PanFritz
65f20ae9ca First working prototype of servercontrol to redstoner 2015-08-28 05:53:36 +02:00
NEMESIS13cz
37de65d130 Added /stop to the sudo blacklist 2015-08-27 18:09:02 +02:00
NEMESIS13cz
cbdfd4af23 Added a /sudo blacklist as a final security update 2015-08-25 18:33:43 +02:00
PanFritz
0ea6183c03 Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into dev
Conflicts:
	loginsecurity.py
	player.py
2015-08-18 00:24:26 +02:00
PanFritz
6574179872 Multiple bug fixes, loginsecurity fully functioning 2015-08-17 04:54:02 +02:00
PanFritz
2ae64488ad Fixed indentation problems 2015-08-17 04:13:28 +02:00
PanFritz
bacdebca34 Fixed missing argument 2015-08-17 04:10:35 +02:00
PanFritz
039d79fa0c remade loginsecurity to use py_player 2015-08-17 04:06:34 +02:00
NEMESIS13cz
2310c9143a More security fixes 2015-08-14 02:19:14 +02:00
NEMESIS13cz
fcda622259 Fixed spelling error 2015-08-14 00:57:43 +02:00
NEMESIS13cz
e400f9999a Merge branch 'dev' of https://github.com/RedstonerServer/redstoner-utils into dev 2015-08-13 15:01:37 +02:00
NEMESIS13cz
d76b0aaf37 Changed event priority to low 2015-08-13 14:56:56 +02:00
jomo
45008c0443 remove trailing whitespace, replace tabs with 4x space 2015-08-13 00:30:54 +02:00
jomo
34eed808dc Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into dev 2015-08-13 00:22:21 +02:00
jomo
fe56d1e2f4 check requirements before trying to setup 2015-08-13 00:22:13 +02:00
jomo
6d7bd233da install python dependencies on setup 2015-08-13 00:18:06 +02:00
jomo
ae02f14c4b duplicate sample files on setup 2015-08-13 00:11:35 +02:00
jomo
9e3cd6828e disable some plugins by default 2015-08-13 00:05:36 +02:00
NEMESIS13cz
c137ef93c6 Merge branch 'dev' of https://github.com/RedstonerServer/redstoner-utils into dev 2015-08-12 22:41:58 +02:00
NEMESIS13cz
f1ae0c4189 Created script utilities 2015-08-12 22:40:59 +02:00
jomo
6aa7cf40aa use ssh for cloning, fix level-type 2015-08-12 22:02:19 +02:00
NEMESIS13cz
66ab0c1468 Fixed order of operations 2015-08-12 20:34:20 +02:00
NEMESIS13cz
11cbd08480 Changed /pyeval to only work for certain people 2015-08-12 20:22:41 +02:00
jomo
c05e56d307 add setup.sh 2015-08-12 01:50:02 +02:00
NEMESIS13cz
f865c02bf5 Added support for hex strings 2015-08-11 03:35:23 +02:00
NEMESIS13cz
6e5829f9d2 Fixed loading issues 2015-08-11 03:15:17 +02:00
NEMESIS13cz
d683203aca Rewrote a lot, added a lot 2015-08-11 02:45:03 +02:00
NEMESIS13cz
77f445002c Merge branch 'dev' of https://github.com/RedstonerServer/redstoner-utils into dev 2015-08-10 20:41:35 +02:00
NEMESIS13cz
69fe651dc1 Changed calc to run on a separate thread 2015-08-10 20:40:03 +02:00