allcontributors[bot]
d45d8ceebe
docs: update .all-contributorsrc [skip ci]
2020-05-20 07:35:52 +00:00
allcontributors[bot]
8db2ce7619
docs: update README_cn.md [skip ci]
2020-05-20 07:35:51 +00:00
allcontributors[bot]
20d1072f98
docs: update README.md [skip ci]
2020-05-20 07:35:50 +00:00
Lucas Nicodemus
dea5e0f8f8
Remove reference to obsolete forums in setup
...
Thanks to @Retrograde-i486 for pointing this out! Fixes #1793 .
2020-05-20 00:25:13 -07:00
Lucas Nicodemus
7314a34986
Properly don't log if not logging enabled
2020-05-20 00:00:09 -07:00
Lucas Nicodemus
8d96e2114a
Update changelog again
2020-05-19 23:52:18 -07:00
Lucas Nicodemus
3b748f1156
Potentially fix player desync issue
...
It was discovered that LastNetPosition is being checked to see if it's
zero in Bouncer. Then, Bouncer rejects the update. The default is zero
and potentially this can be zero in other ways. The original code in
master (checked at 9f4892f in GetDataHandlers) had an additional write
on LastNetPosition to update it, but this write was not moved over to
Bouncer. Thus, there is a high probability that players are "desync'd"
after LastNetPosition gets stuck at zero and never updates.
2020-05-19 23:50:02 -07:00
Chris
1ae88c9339
Merge pull request #1801 from Pryaxis/h/betterlogs
...
Improve logging of anticheat/antihack checks
2020-05-20 15:40:39 +09:30
Lucas Nicodemus
e6df3edeec
Merge branch 'general-devel' into h/betterlogs
2020-05-19 23:02:46 -07:00
Chris
6eb5afe958
Merge pull request #1802 from Pryaxis/h/vs2
...
Remove Terraria player resync from HandlePlayerUpdate and also the confuse command
2020-05-20 15:30:06 +09:30
Chris
8cc32a4a14
Merge branch 'general-devel' into h/vs2
2020-05-20 15:24:54 +09:30
Lucas Nicodemus
194caa51d1
Merge pull request #1804 from Pryaxis/all-contributors/add-Ristellise
...
docs: add Ristellise as a contributor
2020-05-19 22:40:14 -07:00
allcontributors[bot]
bf0bca6b04
docs: update .all-contributorsrc [skip ci]
2020-05-20 05:39:20 +00:00
allcontributors[bot]
4df9edbbdc
docs: update README_cn.md [skip ci]
2020-05-20 05:39:19 +00:00
allcontributors[bot]
3c362fb68a
docs: update README.md [skip ci]
2020-05-20 05:39:18 +00:00
Lucas Nicodemus
411be27b8e
Merge pull request #1784 from Pryaxis/all-contributors/add-ndragon798
...
docs: add ndragon798 as a contributor
2020-05-19 22:38:29 -07:00
Lucas Nicodemus
902b22a3c9
Merge branch 'general-devel' into all-contributors/add-ndragon798
2020-05-19 22:31:57 -07:00
Lucas Nicodemus
e20f717269
Remove reimplementation of Terraria player sync
...
The reimplementation of Terraria player sync was first created by
@Zidonuke when introducing better antihack and the item ban system. He
added this because he was probably attempting to correct the client that
sent that sent bad data. The primary purpose was to send data back to
the client, not necessarily for the purpose of doing anything for the
server. This is demonstrated by the fact that when we added player
update handling, we started rejecting the packets outright and not
sending the player any packets. This means that functionally we don't
run this code hardly ever if someone is actually disabled.
Some of those code was related to /confuse. That is also being removed.
2020-05-19 22:26:46 -07:00
Lucas Nicodemus
145885beb3
Remove /confuse command
2020-05-19 22:26:45 -07:00
Lucas Nicodemus
e9098d0e78
Add verbose debug logs to a variety of checks
...
These are high priority checks we really want to look at. I want to add
more of these debug statements to all checks in Bouncer and other parts
of GetDataHandlers, but I think this is good enough for now.
2020-05-19 22:11:21 -07:00
Lucas Nicodemus
b76d906c59
Overhaul debug logging
...
Debug logging now provides ConsoleDebug and ILog has been updated to
support the concept of debug logs. Debug logs are now controlled by
config.json instead of by preprocessor debug flag.
2020-05-19 22:04:10 -07:00
Lucas Nicodemus
19de422304
Add plugin site link to readme
2020-05-19 20:59:10 -07:00
Lucas Nicodemus
ad8a95643b
Reconcile changelog with latest release
...
UwU
2020-05-19 20:49:12 -07:00
Lucas Nicodemus
e1fa7aa556
Restructure folder structure of GHA artifacts
2020-05-19 15:06:09 -07:00
Chris
2df23c53b7
Add annotations to new permissions
2020-05-20 00:39:24 +09:30
Chris
6ecdf8545f
Consolidated a number of world event commands into one master command
...
`worldevent` is now the root for the following:
Meteor, fullmoon, bloodmoon, eclipse, invasions, sandstorm, rain.
Added a new set of permission nodes to represent world events: `tshock.world.events.*`
2020-05-20 00:11:04 +09:30
Chris
a178b31333
Fixes world mode some more
2020-05-19 23:04:23 +09:30
Chris
f773142448
Merge pull request #1791 from Ristellise/worldfix
...
Fixed Command IDs
2020-05-19 21:20:09 +09:30
Asada shinon
57a8aacf39
Elaborated Changes.
2020-05-19 19:05:16 +08:00
Asada shinon
0cd8a87178
Update CHANGELOG.md
2020-05-19 19:04:08 +08:00
Asada shinon
31f9c57080
Quick Command ID Fix
2020-05-19 19:02:40 +08:00
Chris
240b6b71b0
Change toggleexpert command to change the world mode
2020-05-19 13:20:45 +09:30
Lucas Nicodemus
35198647a1
Presumptively fix MySQL 8 compat
...
`Groups` is a reserved name in MySQL 8 and this should fix compat issues
with it.
2020-05-18 18:40:51 -07:00
Lucas Nicodemus
8318b37de3
Merge branch 'general-devel' of github.com:Pryaxis/TShock into general-devel
2020-05-18 18:27:04 -07:00
Lucas Nicodemus
d8747c34e9
Rename /bloodmoon to /tbloodmoon
2020-05-18 18:25:07 -07:00
Lucas Nicodemus
9531b0ad86
Merge pull request #1785 from Pryaxis/all-contributors/add-Patrikkk
...
docs: add Patrikkk as a contributor
2020-05-18 18:20:14 -07:00
Lucas Nicodemus
541a3ff658
Merge branch 'general-devel' into all-contributors/add-Patrikkk
2020-05-18 17:55:45 -07:00
Lucas Nicodemus
1c70ce5bb7
Merge pull request #1770 from Pryaxis/boncer-buff-fix
...
Adding new buffs to OnNPCAddBuff
2020-05-18 17:54:58 -07:00
allcontributors[bot]
f8670a02e1
docs: update .all-contributorsrc [skip ci]
2020-05-19 00:53:07 +00:00
allcontributors[bot]
6f1c6d2bd5
docs: update README_cn.md [skip ci]
2020-05-19 00:53:06 +00:00
allcontributors[bot]
dce7e579a7
docs: update README.md [skip ci]
2020-05-19 00:53:05 +00:00
allcontributors[bot]
45b078eeb0
docs: update .all-contributorsrc [skip ci]
2020-05-19 00:52:09 +00:00
allcontributors[bot]
4861f5ff19
docs: update README_cn.md [skip ci]
2020-05-19 00:52:08 +00:00
allcontributors[bot]
1b46abe725
docs: update README.md [skip ci]
2020-05-19 00:52:07 +00:00
Lucas Nicodemus
36e920c335
Merge branch 'general-devel' into boncer-buff-fix
2020-05-18 17:50:11 -07:00
Lucas Nicodemus
c78a2b0e46
Update defect report template
2020-05-18 10:36:42 -07:00
Patrikkk
8ced5d5dfc
Adding new buffs to OnNPCAddBuff
...
Missed these buffs with their bufftimes, so it was always caught by the bouncer, thinking players are hacking.
2020-05-18 18:47:39 +02:00
Lucas Nicodemus
17affbe93b
Run actions on pull request
2020-05-18 09:24:33 -07:00
Lucas Nicodemus
c14ddae58b
Update submodule for assembly version change
2020-05-18 09:17:40 -07:00
Lucas Nicodemus
b56f1fc35c
Update readme again
2020-05-18 01:25:29 -07:00