Lucas Nicodemus
7d9c960b0f
Add config option for saving the world when last player exists
2015-02-27 00:38:47 -07:00
Lucas Nicodemus
f2b2da90d7
Added silent commands & other stuff (see below)
...
1. Removed old code.
2. Added silent command prefix & supporting code
3. Region ban & spawnmob support silence
2015-02-24 20:55:59 -07:00
Zack
f9bf470b1d
Tick version and update copyright
2015-01-28 15:29:13 -05:00
PhoenixICE
0dcbbc9f18
Added Kicking for Damage Threshold
2014-12-18 21:54:12 +08:00
Lucas Nicodemus
05b29081bd
Revert "Added npcStreamSpeed configuration parameter."
2014-11-08 17:28:28 -07:00
Sam Eaton
4ac6e70cc5
Attempt at correcting indentation.
2014-11-08 22:36:16 +00:00
Sam Eaton
2a8d3dd09a
Added npcStreamSpeed configuration parameter.
2014-11-08 22:18:27 +00: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
fb451c6d49
Update license header for 2014
2014-07-10 21:48:33 -04:00
Zack
915e791406
Initial work to move all Server Side Character code to its own module.
2014-07-10 21:09:32 -04:00
MarioE
afffa46ef2
Add config option for anonymous boss/invasion messages
2014-07-10 19:21:22 -04:00
Stealownz
3748789110
Adds kick/ban on hardcore death.
2014-07-05 00:08:21 +08:00
MarioE
e2d826a157
Add config option "RespawnBossSeconds"
...
Fixes #813
2014-07-01 14:43:56 -04:00
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
Zack Piispanen
0f3156b4ac
Added config to allow the choice for what string starts a command, ie '/login' can become '.login'. Changing this from default will introduce inconsistencies with plugins and help text, you have been warned.
2014-03-02 19:49:59 -05:00
MarioE
6a4e7584a0
Add AllowCrimsonCreep config option
2013-11-10 15:55:09 -05:00
Zack Piispanen
55f969f250
Add config option to allow cutable and breakable tiles to be cut or broken by users with no permissions etc.
2013-11-07 05:43:31 -05:00
Zack Piispanen
c54f7bd850
Remove config hotpatch because real fix is in.
2013-10-26 21:57:47 -04:00
Zack Piispanen
ace810c8b3
Add toggles for pumpkin moon
2013-10-26 05:37:51 -04:00
Zack Piispanen
83a813e4f5
Implement halloween check, like xmas
...
Update binary
Add new "invasion" to GetDataHandlers.cs
2013-10-25 08:20:43 -04:00
MarioE
16093fd9ca
Fix another sendtilesquare exploit
...
... removing EnableInsecureTileFixes in the process.
2013-10-21 17:22:59 -04:00
Zack Piispanen
078dca1f40
Add in code to auto kill clients that have large buffers. This is disabled, and set to 5mb.
...
If enabled, this would silently kill players as their buffer is full, which could have bad consequences in large servers with lag. This is intended to deal with the issue where servers are running out of memory.
2013-10-19 02:34:15 -04:00
k0rd
a58e21191b
Add options to kick empty UUID - handling to ignore UUID login and bans for blank UUIDs if this option is not enabled
2013-10-09 23:53:24 -04:00
Vladimir Panteleev
6fac82ee2c
Add AnnounceSave option
2013-10-08 04:22:00 +00:00
k0rd
0878900ea5
Removed DisablePiggybanksOnSSC configuration option; piggy banks and safes cannot be used with SSC at this time.
2013-10-07 23:18:49 -04:00
Zack Piispanen
fe00e3a195
Fix description in config for chatoverheads, as well as fix handling of health/mana item usage for SSC
2013-10-07 22:41:37 -04:00
Zidonuke Ghost
3f956801f8
Removed stat hack configs and permissions, added hardcoded limits due to crash exploit potential from abnormal stats. Also added hardcoded limits of player damage and killme due to crash exploits.
2013-10-06 02:56:55 -04:00
MarioE
428ee68b86
Up the default TilePaintThreshold and fix one last typo
2013-10-05 18:22:05 -04:00
MarioE
149dbdf56d
Add hack checks to painting tiles & walls
2013-10-04 18:37:56 -04:00
Zack Piispanen
f80ed62719
Remove deprecation config option because it is causing issues.
2013-10-04 17:14:46 -04:00
Zack Piispanen
0ed25ebbfe
Fix chat over heads, thanks Inanzen for the tip months ago!
2013-10-04 16:11:36 -04:00
Zack Piispanen
25ca94a77e
Customize the time in between death and respawn.
2013-10-03 17:30:29 -04:00
Zidonuke Ghost
fdf7c6ec07
New max health.
2013-10-01 21:36:02 -04:00
Zack Piispanen
23e06c803c
Fix dumps
2013-10-01 19:00:41 -04:00
Zidonuke Ghost
262e6d8349
Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel
2013-10-01 06:22:25 -04:00
Zidonuke Ghost
0d351778a7
Initial server side character system implementation.
2013-10-01 06:22:08 -04:00
Zack Piispanen
98a282cd2a
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
2013-10-01 04:53:06 -04:00
Zidonuke Ghost
b2a8198bb1
Client UUID Implementation: Bans and User Auth.
...
Send ServerSideCharacter flag if set in WorldInfo.
2013-10-01 04:35:49 -04:00
Zack Piispanen
ce73b0c0b5
Add canchat permission as well as godmode being a toggle command.
2013-10-01 04:20:52 -04:00
Zack Piispanen
811a98bb4c
Added Config option for Rest spam.
2013-10-01 01:06:41 -04:00
Zack Piispanen
b7019d8267
change permissions to tshock.xxx and fix default group creating to reference permissions that exist, and not hardcoded strings.
2013-09-22 23:14:14 -04:00
Zack Piispanen
4fed645fde
Added config override for stat hacks. This makes updating for 1.12 easy as well since these will change then, small part of #525
2013-09-21 16:06:01 -04:00
Zack Piispanen
ef584c62d7
Added Application tokens that can never be deleted, and are loaded either by the command line arg, or the list in the config file. Other plugins can easily add their own tokens into the dictionary as well, however, I believe the config file approach works best for transparency to the user.
...
Currently, this is an extremely complex looking field in the config file now. I don't think we should add a placeholder tho as servers wouldn't realize they had a rest token there. Perhaps when we do a dump of the config file, someone can add the format for this field.
Closes #520
2013-09-17 18:44:58 -04:00
Lucas Nicodemus
7e1954d047
Removed now useless config option
2013-08-22 23:45:37 -06:00
Lucas Nicodemus
8fb046f5b3
Removed old, crusty stat tracker.
2013-08-22 22:50:59 -06:00
Lucas Nicodemus
ae7ab5f234
Updated copyright information to point to 2013.
2013-08-22 21:51:17 -06:00
Lucas Nicodemus
9470e20423
Line ending normalization to CRLF (Windows)
2013-08-22 21:17:32 -06:00
CoderCow
f8fbe9b5da
Added config setting "RestUseNewPermissionModel" to allow switching between the REST permission models for backward compatibility.
2013-08-02 13:01:22 +02:00
CoderCow
580010c478
-Added "/v2/server/rules" and "/v2/server/motd" endpoints.
...
-Minor REST fixes.
2013-07-25 23:58:53 +02:00
CoderCow
5d2be35690
-Made the broadcast color configurable.
...
-Broadcast color defaults to Aquamarine now.
2013-07-22 12:22:40 +02:00