Commit graph

5239 commits

Author SHA1 Message Date
quake1337
c6dad11a1c Initial patch for advisory-1.
- Remove unused fields from NetTile
- Apply data from packets selectively based on approving context.
2021-05-21 09:53:33 +02:00
Lucas Nicodemus
c9b13b493e Merge branch 'general-devel' of github.com:Pryaxis/TShock into general-devel 2021-05-20 03:32:24 -07:00
Lucas Nicodemus
39147355c1 Automatically back up the world by default
Backups run every 10 minutes for up to 4 hours of backups to prevent
against accidental data loss.
2021-05-20 03:31:37 -07:00
Lucas Nicodemus
44c6b69fdc
Remove ref to travis builds & add video to readme 2021-05-20 02:54:27 -07:00
Lucas Nicodemus
544ba45f50
Merge pull request #2300 from moisterrific/patch-21
Change max buff limit from short to int
2021-05-20 02:40:09 -07:00
Lucas Nicodemus
4e4294f497
Merge pull request #2307 from moisterrific/patch-22
minor improvement to stock MOTD behavior
2021-05-20 02:39:48 -07:00
Lucas Nicodemus
d7bc4fdbda Add Danger CI check for changelog entries
This commit adds Danger via GitHub Actions. Dangerfiles are ruby files
that have a DSL for interacting with GitHub. They can do arbitrary
things. See: https://danger.systems/reference.html

The point of this commit is to automate the process of asking people to
update the changelog. This is a really really annoying thing that we
have to do too often. Editing a pull request will automatically re-run
the check.

Truly trivial commits can be marked as trivial easily by using the
hashtag trivial in the PR body. This is really just useful for actually
trivial things. Most commits actually do need to have associated
changelog entries.
2021-05-20 02:33:37 -07:00
Lucas Nicodemus
91bf525a4a
Add upcoming buff changes to changelog 2021-05-20 01:58:37 -07:00
Lucas Nicodemus
94939bc050
Merge branch 'general-devel' into patch-21 2021-05-20 01:57:39 -07:00
Lucas Nicodemus
e5ffbfde91
Add command specifier support in motd to changelog 2021-05-20 01:54:33 -07:00
Lucas Nicodemus
38c070ad03
Update changelog with upcoming MOTD changes 2021-05-20 01:53:25 -07:00
Lucas Nicodemus
7d5901c350
Merge branch 'general-devel' into patch-22 2021-05-20 01:52:35 -07:00
Lucas Nicodemus
465537b424
Update changelog with log changes from @QuiCM 2021-05-20 01:50:28 -07:00
Lucas Nicodemus
a3b98b5406
Merge pull request #2306 from Pryaxis/logs
Change logpath to `./tshock/logs` by default
2021-05-20 01:49:10 -07:00
Lucas Nicodemus
619c3d4f75 Rename TSAPI to TSAPI in git submodule file
For the purposes of making it easier to understand, the Terraria Server
API is now being called "TShock Scaffold API." This is actually just an
elaborate measure so that TSAPI can be called TSAPI but to alleviate
some confusion.
2021-05-19 23:58:07 -07:00
Lucas Nicodemus
154456bbb5 Update submodule for TSAPI to fix #2304 2021-05-19 23:51:34 -07:00
Chris
6fee39ed68
Merge branch 'general-devel' into patch-22 2021-05-19 17:43:17 +09:30
Lucas Nicodemus
439dc6a0eb
Merge pull request #2314 from moisterrific/patch-25
Add tele potion and conch perms to default
2021-05-18 23:22:09 -07:00
Chris
4b3125b8db
Merge branch 'general-devel' into patch-25 2021-05-19 15:50:05 +09:30
Lucas Nicodemus
d82db22e5d Tick submodule for 1.4.2.3 2021-05-16 19:17:51 -07:00
stacey
62d15cf445
Add tele potion and conch perms to default 2021-05-16 20:57:26 -04:00
stacey
a1ddea4f59
Update /gbuff with the same changes
totally forgot this existed
2021-05-14 13:44:37 -04:00
stacey
a2804b6c89
Update how it looks 2021-05-14 13:23:42 -04:00
stacey
a9e8cd7ca5
update default motd to use %specifier 2021-05-14 13:00:56 -04:00
stacey
e0c9f45038
Add %specifier% to SendFileTextAsMessage 2021-05-14 12:58:16 -04:00
Chris
b754f142a1 Change logpath to ./tshock/logs by default 2021-05-14 22:08:32 +09:30
stacey
44d7bf04f8
Merge branch 'general-devel' into patch-21 2021-05-14 07:51:12 -04:00
Chris
356cdaa7ad
Merge pull request #2299 from moisterrific/patch-20
Update HealOtherPlayer check to respect ignoredamagecap permission
2021-05-13 17:43:34 +09:30
stacey
d2a0a539f4
fix error msg 2021-05-12 22:08:10 -04:00
stacey
306e4d1ab4
fix typo
sigh
2021-05-12 21:45:06 -04:00
stacey
dacc20e9c3
Update buff command HelpText
More properly explain the command functionality
2021-05-12 21:40:44 -04:00
stacey
68c650f4fa
More minor fixes
Reverted default (when no duration is specified) buff duration to 60s, added formula instead of hard coding max duration as per Quake's recommendation, made error message more self-explanatory
2021-05-12 21:36:26 -04:00
stacey
0eadfaba52
Minor fixes 2021-05-12 15:48:38 -04:00
stacey
0d686ea80f
Change duration to actual max value in seconds 2021-05-12 15:39:11 -04:00
stacey
9418e4304f
Change max buff limit from short to int 2021-05-12 13:47:27 -04:00
stacey
b98c6aa282
fix typo
oops sorry
2021-05-12 12:35:15 -04:00
stacey
e7807f6378
improved the code 2021-05-12 12:18:53 -04:00
stacey
708b455d6b
Add HealOtherCheck to changelog 2021-05-12 12:13:23 -04:00
stacey
10318f032a
Improve HealOtherPlayer 0.2 check
Since this check is based on damage and healing amount is based on 20% of the damage, it makes more sense to skip the check if the player has ignoredamagecap (trustedadmin and higher).
2021-05-12 12:09:11 -04:00
Chris
563c439aee
Merge pull request #2297 from drunderscore/feature/additional-tp-permissions
Implement additional teleport permissions
2021-05-12 08:54:06 +09:30
James Puleo
b3cf5f4e43
Implement additional teleport permissions.
This adds the follows permissions to the following items:
- tshock.tp.tppotion:   Teleportation Potion
- tshock.tp.magicconch:  Magic Conch
- tshock.tp.demonconch: Demon Conch
2021-05-11 14:17:36 -04:00
Chris
19cc3f9b4c Update changelog for new REST perm 2021-04-22 17:28:16 +09:30
Lucas Nicodemus
77e5dfc679
Merge pull request #2219 from TheBambino/rest-permissions
Permission added to REST Server Broadcast .
2021-04-22 00:56:27 -07:00
Chris
d92bfc0f65
Merge branch 'general-devel' into rest-permissions 2021-04-22 16:52:55 +09:30
Chris
174b759eee
Merge pull request #2250 from Pryaxis/pscheck
Implement place style checks, courtesy of @AgaSpace
2021-04-22 13:20:40 +09:30
Chris
76ea1760fd
Merge branch 'general-devel' into pscheck 2021-04-22 13:16:40 +09:30
Lucas Nicodemus
8a3a339976
Fix silly changelog typo 2021-04-21 20:22:11 -07:00
Lucas Nicodemus
6bb4230bc3 Remove /ungodme
With 1.4.2.2, we no longer need to offer an escape hatch due to the
underlying bug involving godmode being permanently applied to local
players now having been fixed.
2021-04-21 20:16:57 -07:00
Lucas Nicodemus
4668ab86a0 Version tick: 4.5.2 2021-04-21 19:58:36 -07:00
Lucas Nicodemus
fb62110b76 Add preliminary support for Terraria 1.4.2.2 2021-04-21 19:43:35 -07:00