Commit graph

120 commits

Author SHA1 Message Date
Lucas Nicodemus
8d934ef08f Update to 2018 2018-01-01 02:17:21 -07:00
Lucas Nicodemus
793cfcb842 Remove broken noclip detection
See the changelog entry for this. Basically, it's worse to keep
confirmed broken noclip detection in, even if it detects noclip 90% of
the time, because a random hacker can make a better noclip system and
just evade it 100% of the time by exploiting holes.
2017-12-26 20:28:38 -07:00
Lucas Nicodemus
4158990bee Turn off XML comment warnings for permissions 2017-12-23 09:38:19 -07:00
Lucas Nicodemus
12b83f6f85 Chop out some unused code. 2017-12-23 09:36:18 -07:00
Lucas Nicodemus
4ea7d10482 Remove stupid updates permission. Fixes #1540. 2017-12-11 15:45:23 -07:00
Lucas Nicodemus
691a368425 Change permission node to tshock.cfg.createdumps 2017-12-09 20:42:47 -07:00
Lucas Nicodemus
63179deaa5 Adds /dumpdata which dumps the permission table & ref data. 2017-12-09 15:54:51 -07:00
Lucas Nicodemus
0bbd128f13 Implement /su command & default group owner
/su elevates you to superadmin for 10 minutes.
Account creation instructions tell you to use the "owner" group.
If you fail to run a command but have the su permission, you're told
that you can override it.

Fixes #1505
2017-12-02 15:07:19 -07:00
Lucas Nicodemus
5183190745 Update Permissions to be more clear on SSI vs SSC 2017-04-12 12:50:16 -06:00
White
c4a3a9fb67 Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
Zaicon Kiroshu
50d8b0db30 1.3.4.3 Update (API 1.26) 2016-11-19 17:05:08 -06:00
Hussein Farran
7d323f253a Merge pull request #1321 from DogooFalchion/ssc_join_inv
Enable user to upload their data from when they join as SSC
2016-10-23 20:58:40 -04:00
DogooFalchion
49a0cc0cc5 Add permission for uploading other's SSC data. Allow this to run from console. Allow command to upload remote user's data. 2016-10-23 19:59:57 -04:00
DogooFalchion
f1ce158efd Implement logic to store the data of a player when they join, and allow for a command to be run that will upload that data in place of their existing SSC data. 2016-10-23 18:11:44 -04:00
Lucas Nicodemus
a0c4864567
Removed all obsolete methods from TShock 2016-10-23 06:09:17 -06:00
Rodrigo
78a4185152 Merge pull request #1312 from Simon311/general-devel
Add /accountinfo, fix offline bans exploit, fix #1309 more
2016-10-18 18:59:13 +01:00
Simon
186bb70186 Add /accountinfo, fix offline bans exploit, fix #1309 more 2016-10-18 09:50:10 +03:00
Adilson Carvalho
49b4effe74 Changed year to 2016 on all GPL headers 2016-10-16 17:06:02 -02:00
Enerdy
2320a913b4 Mark pointless permission as obsolete 2016-10-14 23:13:25 +01:00
White
36343dd8e7 Add a sandstorm command 2016-09-22 19:13:50 +09:30
ProfessorXZ
952da9609a Fixes #1197 2016-08-01 22:39:01 +02:00
White
b2bd40b8f2 Resolved merge conflicts on sundial-permission 2016-07-28 11:20:37 +09:30
Patrikk
111a0a2456 Add usesundial permission | Fix #1247 2016-07-27 21:19:33 +02:00
Patrikk
2b2e01b1eb Add toggleparty permission | Fix #1256 2016-07-27 21:08:14 +02:00
webmilio
bbca61cea1 Added the SetDungeon command. 2016-07-01 18:30:22 -04:00
Patrikk
ba73d5906a Separate item give perm from item spawn 2016-06-20 19:24:15 +02:00
White
9d55122da8 Teleport handler now handles wormhole potions.
Added a permission to use wormhole potions
2015-07-16 15:36:32 +09:30
White
2dd4be0081 Added /expert command to toggled expert mode 2015-07-06 10:51:08 +09:30
Zack Piispanen
015cf61b77 Add logout command and pos command. Closes #872 and Closes #887 2015-03-25 21:17:11 -04:00
PhoenixICE
10de490c86 Tab formatting issue 2015-02-23 09:30:05 +11:00
PhoenixICE
6bb3a2f2ab Godmode Other Permission 2015-02-23 09:26:51 +11:00
Zack
f9bf470b1d Tick version and update copyright 2015-01-28 15:29:13 -05:00
Zack
18138afd1d Update ServerAPI to latest. Added command to reset the completed angler quests. Verified that angler quests are working as intended. Set value in db to 9, completed quest, received fuzzy carrot, shut down server, set to saw it was set to 10, set to 19, started server, completed quest, received his hat. Please stop reporting this as broken. 2014-08-02 10:18:47 -04:00
MarioE
fd5c696656 Add permission to ignore max HP/MP, add config option for max HP/MP, possibly fix SSC
Fixing SSC is done by sending packet 39 (item disown) to the client.
Until a response, which is packet 22, is received from the client, all
SSC-related packets are completely ignored. This ensures that the SSC
data which is sent is not dirtied due to packets which are processed
during RestoreCharacter or slightly afterwards.
2014-07-28 23:40:27 -04:00
Zack
7a8422de5c Add tile banning, because such whine, much desire (doge).
I am sure this will result in someone whining for wall banning as well, but that can wait another couple of months.
2014-07-27 20:57:17 -04:00
MarioE
1228acbbc8 Fix up /tpnpc a bit, tick version 2014-07-20 18:08:01 -04:00
MarioE
4ce305b91d Merge pull request #822 from WhiteXZ/general-devel
Add /tpnpc to allow teleportation to active npcs
2014-07-20 18:06:25 -04:00
Zack
fb451c6d49 Update license header for 2014 2014-07-10 21:48:33 -04:00
White
a8a08caa4b Add /tpnpc to allow teleportation to active npcs 2014-07-10 17:58:20 +09:30
MarioE
97252dfe93 Add /forcehalloween, fix /hardmode to actually send changes, clamp tile positions in /tppos, remove extra permissions 2014-06-28 19:30:23 -04:00
MarioE
66b0f3899c Merge /tphere into /tp, add /tppos 2014-06-27 21:53:01 -04:00
MarioE
69529fad38 Fix permissions referring to "SSI" instead of "SSC"
Fixes #811
2014-06-27 20:58:31 -04:00
MarioE
bcebc2efc5 Split permission to hurt NPCs 2014-06-24 16:01:24 -04:00
MarioE
5225a55e76 Delegate /tphere * to a separate permission. Also made teleports more exact 2014-06-24 00:18:41 -04:00
k0rd
e50f2dfd1e changing variable to be less ambiguous 2014-06-12 13:33:42 -04:00
k0rd
a1158cb2e7 change permission for renamenpc to the npc node.
permission is now tshock.npc.rename
2014-06-12 13:27:55 -04:00
k0rd
98f1af65fa new command: /renamenpc <guide,nurse,etc.> <newname>
Change a town NPC's name to anything you want!
requires permission tshock.renamenpc

requested by our friends from /tg/
2014-06-12 04:03:16 -04:00
MarioE
af3f5ef954 Add a /wind command for changing the wind speed 2014-06-03 15:44:48 -04:00
Zack Piispanen
c8a4fd711f Refactor out spaces -> tabs
Remove checks to the itemban table for npcs(wtf zidonuke) and projectiles.
2014-04-21 17:24:46 -04:00
Zack Piispanen
84d8049ac6 Add projectile bans and the commands needed to set them up. 2014-04-11 13:44:47 -04:00