Commit graph

6404 commits

Author SHA1 Message Date
Cardinal System
1682fa0503 New translations template.pot (Russian)
[skip actions]
2025-06-16 03:14:28 +09:00
Cardinal System
685a94ee69 New translations template.pot (Portuguese)
[skip actions]
2025-06-16 03:14:26 +09:00
Cardinal System
245c3ab7bc New translations template.pot (Polish)
[skip actions]
2025-06-16 03:14:25 +09:00
Cardinal System
c21f820a51 New translations template.pot (Japanese)
[skip actions]
2025-06-16 03:14:24 +09:00
Cardinal System
98dd74dce4 New translations template.pot (Italian)
[skip actions]
2025-06-16 03:14:23 +09:00
Cardinal System
2553e1ba6b New translations template.pot (German)
[skip actions]
2025-06-16 03:14:22 +09:00
Cardinal System
f3ed6ec134 New translations template.pot (Spanish)
[skip actions]
2025-06-16 03:14:20 +09:00
Cardinal System
6f1b67a88c New translations template.pot (French)
[skip actions]
2025-06-16 03:14:19 +09:00
Cardinal System
c7a44041f9 Update translation template 2025-06-15 18:04:24 +00:00
Lucas Nicodemus
98172f8c9e
Merge pull request #3118 from Pryaxis/i18n
New Crowdin updates
2025-06-16 02:56:19 +09:00
Cardinal System
cc31e5e668 New translations template.pot (toki pona)
[skip actions]
2025-06-16 02:54:50 +09:00
Cardinal System
d2234391d4 New translations template.pot (Rսssian, Սkraine)
[skip actions]
2025-06-16 02:54:49 +09:00
Cardinal System
a2ee02d2fc New translations template.pot (French, Quebec)
[skip actions]
2025-06-16 02:54:48 +09:00
Cardinal System
4e62a1e873 New translations template.pot (Pirate English)
[skip actions]
2025-06-16 02:54:46 +09:00
Cardinal System
b83495a3ef New translations template.pot (Indonesian)
[skip actions]
2025-06-16 02:54:45 +09:00
Cardinal System
afc075333a New translations template.pot (Portuguese, Brazilian)
[skip actions]
2025-06-16 02:54:44 +09:00
Cardinal System
dbd4eea254 New translations template.pot (Chinese Simplified)
[skip actions]
2025-06-16 02:54:42 +09:00
Cardinal System
80e3b539c4 New translations template.pot (Turkish)
[skip actions]
2025-06-16 02:54:41 +09:00
Cardinal System
8fbbc3b4b9 New translations template.pot (Russian)
[skip actions]
2025-06-16 02:54:39 +09:00
Cardinal System
559dc368fe New translations template.pot (Portuguese)
[skip actions]
2025-06-16 02:54:38 +09:00
Cardinal System
36a0e1ea6e New translations template.pot (Polish)
[skip actions]
2025-06-16 02:54:37 +09:00
Cardinal System
d90290d3b4 New translations template.pot (Japanese)
[skip actions]
2025-06-16 02:54:35 +09:00
Cardinal System
9419cf147e New translations template.pot (Italian)
[skip actions]
2025-06-16 02:54:34 +09:00
Cardinal System
498b734bd3 New translations template.pot (German)
[skip actions]
2025-06-16 02:54:33 +09:00
Cardinal System
8721aa2c12 New translations template.pot (Spanish)
[skip actions]
2025-06-16 02:54:32 +09:00
Cardinal System
ffcf475fcc New translations template.pot (French)
[skip actions]
2025-06-16 02:54:30 +09:00
Sakura Isayeki
a6c00d10f4
Merge branch 'general-devel' into feature/db-connectionstrings 2025-05-25 17:37:08 +02:00
Lucas Nicodemus
3f5c2876a8
Turn off RangeChecks by default
Server operators can opt-in to more security later.
2025-05-25 13:12:29 +09:00
Lucas Nicodemus
10558a0cf4
Create insecure-guest group by default
New insecure guest group is based on https://github.com/Pryaxis/TShock/discussions/2065 and includes vanilla-like permissions.

This discussion item includes tshock.ignore.*, which this change does not include. Attempting to strike a balance between reason and usefulness, most changes are applied for vanilla use, but not hacked client use.
2025-05-25 12:56:04 +09:00
Lucas Nicodemus
dfe0806835
Improve documentation around tile providers 2025-05-25 12:42:01 +09:00
Lucas Nicodemus
93bcd153e4
Change default tile provider to constileation
I don't think there are any downsides to this and it's just better by default.
2025-05-25 12:40:37 +09:00
Lucas Nicodemus
9e09586adb
Kick empty UUIDs by default
UUIDs are sent by all vanilla clients still.
2025-05-25 12:36:54 +09:00
Lucas Nicodemus
35795bd298
Change default config params to be more permissive
Applies changes from https://github.com/Pryaxis/TShock/discussions/2065's suggestions to make the game more familiar for vanilla players. Additionally, turns on IP logging for admins to see who joins by-default (for assistance with whitelisting) and enabled GeoIP by default (it's a fun feature).

Server operators can tune the thresholds as they see fit.
2025-05-25 12:32:44 +09:00
Lucas Nicodemus
757e6f393d
Update geoip database
Updates to the legacy maxmind geoip database from https://mailfud.org/geoip-legacy/ in vague effort to save the feature
2025-05-25 12:22:40 +09:00
Lucas Nicodemus
57039ed002
Bump submodule for TSAPI changes 2025-05-24 23:29:38 +09:00
Lucas Nicodemus
77f9092303
Merge pull request #3106 from Terrabade/general-devel
Allow for reloading of player bans
2025-05-24 19:51:04 +09:00
Terrabade
55e80e044c Add player bans to server reload 2025-05-24 11:21:03 +01:00
Sakura Akeno Isayeki
d0e5c84a79
docs: Add example links for SQLite, MySQL, & Postgres connection strings
Provides links to example connection string formats for SQLite, MySQL, and Postgres to assist users in configuring database connections more effectively.
2025-05-23 15:07:11 +02:00
Sakura Akeno Isayeki
2fa07303f7
feat: Add connectrion string handling to database connection builders
Allows override of default database connection parameters by providing explicit connection strings for SQLite, MySQL, and PostgreSQL, improving configuration flexibility and setup robustness. Includes refactoring path handling and directory creation for SQLite files.
2025-05-23 14:39:34 +02:00
Sakura Akeno Isayeki
f2e88cbedc
feat: Add connection strings parameters for databases
Allows specifying complete connection strings for SQLite, MySQL, and Postgres, overriding individual host and credential properties when specified, to provide more flexible database configuration.
2025-05-23 13:47:35 +02:00
Lucas Nicodemus
eb45b31c58
Bump submodule for color fix 2025-05-23 01:42:13 +09:00
Lucas Nicodemus
7ea4e1ed3e
Set version to 5.9.9 to be unambiguous 2025-05-16 18:53:21 +09:00
Lucas Nicodemus
69e8828ccd
Merge pull request #3099 from ACaiCat/general-devel
fix(OnTileEdit): item disappeared when hitting an ItemFrame without permission
2025-05-14 19:55:09 +09:00
Lucas Nicodemus
0e22e2068a
Merge branch 'general-devel' into general-devel 2025-05-14 19:53:18 +09:00
Lucas Nicodemus
10496e7935
Merge pull request #3082 from LaoSparrow/fix-sendtilerecthandler
fix(SendTileRectHandler): unable to place LogicSensors
2025-05-14 19:48:14 +09:00
Lucas Nicodemus
4e707f8715
Merge branch 'general-devel' into fix-sendtilerecthandler 2025-05-14 19:45:42 +09:00
Lucas Nicodemus
7728b60839
Merge pull request #3088 from Nightklpgaming/general-devel
Fix losing a item in ItemFrame upon interacting it on protected region you do not have access
2025-05-14 18:52:36 +09:00
Lucas Nicodemus
a52aab67bf
Merge branch 'general-devel' into general-devel 2025-05-14 18:46:14 +09:00
Lucas Nicodemus
5aee274979
Merge pull request #3092 from SakuraIsayeki/feature/database
Feat: Add Postgres database support + Refactor database handling
2025-05-14 18:45:36 +09:00
Cai
167ca4ee01 Merge remote-tracking branch 'origin/general-devel' into general-devel 2025-05-11 12:01:28 +08:00