Commit graph

3576 commits

Author SHA1 Message Date
Lucas Nicodemus
678f6c7cf8
Update to Mintaka (thanks @enerdy) 2016-12-06 17:36:44 -07:00
White
d728a24902 Merge pull request #1328 from Zaicon/general-devel
Bank3 Implementation
2016-11-24 11:23:46 +10:30
Zaicon Kiroshu
a0a98d19f3 Bank3 Implementation 2016-11-23 18:51:11 -06:00
White
73294cc2e2 Submodule update 2016-11-23 06:03:20 +10:30
White
5902173ec4 Merge pull request #1326 from Zaicon/general-devel
1.3.4.3 Update (API 1.26)
2016-11-21 11:52:30 +10:30
Zaicon Kiroshu
2eb4ee0c22 Fix Version Typo 2016-11-20 19:18:52 -06:00
Zaicon Kiroshu
1331fd14fa API Tick, Submodule Update, Changelog Update (Part 2) 2016-11-20 19:16:51 -06:00
Zaicon Kiroshu
02815a23ef API Tick, Submodule Update, Changelog Update 2016-11-20 15:15:53 -06:00
Zaicon Kiroshu
50d8b0db30 1.3.4.3 Update (API 1.26) 2016-11-19 17:05:08 -06:00
Rodrigo
bccf2924ef Merge pull request #1323 from NyxStudios/kips-e-zero
Fix KnownIps == 0 causing .Last() to fail (Fixes #1319 again).
2016-10-24 18:45:34 +01:00
Lucas Nicodemus
65fe410c31
Fix KnownIps == 0 causing .Last() to fail (Fixes #1319 again).
Thanks to @Simon311 for being able to read. We love you. 💘

"You should laugh at yourself at least once every day."
2016-10-24 10:58:17 -06:00
Lucas Nicodemus
72ba9c2f77 Merge pull request #1322 from NyxStudios/revert-1320-fix_playerlogin
Revert "Ensure IPs are > 0 otherwise the Linq will fail."
2016-10-24 10:48:14 -06:00
Lucas Nicodemus
f8a5388582 Revert "Ensure IPs are > 0 otherwise the Linq will fail." 2016-10-24 10:47:07 -06:00
Lucas Nicodemus
d3e0bba60d
Updated the changelog 2016-10-23 19:29:40 -06:00
Lucas Nicodemus
1328d71fdc Merge pull request #1317 from DogooFalchion/motd
Update MotD file parsing to convert color formats into smart text.
2016-10-23 19:27:52 -06:00
Lucas Nicodemus
41e5c8cc4a
Update changelog 2016-10-23 19:14:14 -06:00
Hussein Farran
a451a27cb1 Merge pull request #1316 from DogooFalchion/sandstone_purification
Add Hardened Stone to the list of tiles that can be altered by players.
2016-10-23 21:12:36 -04:00
Lucas Nicodemus
f5c02dd89d
Update changelog again to reflect non-ssc issue fixed 2016-10-23 19:04:25 -06:00
Lucas Nicodemus
6344051678
Change verbiage slightly on some /uploadssc messages 2016-10-23 19:02:44 -06:00
Lucas Nicodemus
a63d653010
Update the changelog 2016-10-23 19:01:51 -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
Lucas Nicodemus
6f723820a0
Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2016-10-23 16:24:41 -06:00
Lucas Nicodemus
d6d506fb31
Update changelog 2016-10-23 16:24:26 -06:00
Lucas Nicodemus
3fdc89a576 Merge pull request #1320 from DogooFalchion/fix_playerlogin
Ensure IPs are > 0 otherwise the Linq will fail.
2016-10-23 16:23:34 -06:00
DogooFalchion
701cfa0591 Ensure IPs are > 0 otherwise the Linq will fail. 2016-10-23 18:16:10 -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
DogooFalchion
156df47777 Add mechanism to upload a specific PlayerData to a player. 2016-10-23 18:10:30 -04:00
DogooFalchion
8df7e0c298 Backup old MotD and convert it to using Terraria chat tags automatically, then write it back out to the MotD file. 2016-10-23 14:37:16 -04:00
DogooFalchion
fcca88c2d6 Add support for start of line colors and terraria chat tags being nested. 2016-10-23 14:01:36 -04:00
Lucas Nicodemus
a0c4864567
Removed all obsolete methods from TShock 2016-10-23 06:09:17 -06:00
Lucas Nicodemus
a8b4bf1d95
Remove PacketBufferer
The packet bufferer was obsolete.
2016-10-23 06:02:27 -06:00
Lucas Nicodemus
b15dfbc1ec
Don't catch the exceptions we throw in SetUserGroup
For some reason, we were catching our own exceptions and then
throwing UesrManagerExceptions despite the fact that we explicitly
threw more specific exceptions.

Fixes #1315.
2016-10-23 05:49:16 -06:00
White
6151c86630 Removed the old REST model.
This includes the following endpoints:
* `/status`
* `/v2/players/read`
* `/v2/server/rawcmd`
2016-10-23 21:52:25 +10:30
Lucas Nicodemus
28cd87cea0
Add 'stop' command alias for 'off' and 'exit' 2016-10-23 04:38:25 -06:00
Lucas Nicodemus
c905a086d1
Remove commented out "updateplugins" command that does nothing. 2016-10-23 04:34:26 -06:00
Lucas Nicodemus
1f631d347b
Properly ignore .DS_Store files 2016-10-23 04:07:04 -06:00
Lucas Nicodemus
d1fbebcbc1
Make readme a little more clear on dev builds 2016-10-22 22:43:07 -06:00
Lucas Nicodemus
eb8b1cb8cf
Moved gpl script into the scripts folder
I seriously thought the PR moved it there but I guess not? Oh well.
2016-10-22 22:36:28 -06:00
DogooFalchion
a2003f130b Do not append Tshock to the MotD path. 2016-10-22 19:03:32 -04:00
DogooFalchion
31794b6a27 ShowFileToUser shouldn't assume the file is in the TShock folder. Use the file path variables where we can. Use smart text instead of removing color parsing. 2016-10-22 19:01:27 -04:00
DogooFalchion
998bf71b96 Don't reference yourself. 2016-10-22 18:55:42 -04:00
DogooFalchion
6242a54603 Update references to MOTD to point to the variable, instead of having magic strings. 2016-10-22 17:37:00 -04:00
Lucas Nicodemus
8f7b8db2a1 Put a link to the travis build downloads in the readme 2016-10-21 23:40:51 -06:00
Lucas Nicodemus
c6822b9be7 Remove 'Unreleased' and 'Pre-Release' designation from cl entries 2016-10-21 22:26:26 -06:00
Lucas Nicodemus
3d43834a42 Update submodule & changelog for recent patches
Fixes #1311, and covers commits from PRs in the changelog that
weren't yet added up to now.
2016-10-21 22:23:34 -06:00
White
09bbf8abe8 Removed colour parsing from the ShowFileToUser method.
Also added an info log message if a file contains the old format.
Fixes #1314
2016-10-20 21:03:25 +10:30
DogooFalchion
50afef312c Replace spaces with tabs. 2016-10-19 23:34:02 -04:00
DogooFalchion
0843e4c38e Update the existing logic to use the Conversion sets, KISS. 2016-10-19 23:28:45 -04:00
DogooFalchion
d87e827d9a Add Hardened Sand to the list of tiles that can be altered by a player 2016-10-19 23:20:45 -04:00