Commit graph

3049 commits

Author SHA1 Message Date
Enerdy
dec885baac Tick ApiVersion 2015-07-04 18:40:03 +01:00
White
b48551c8e7 Submodule update 2015-07-05 01:51:19 +09:30
Enerdy
0e23ffa1a6 Fixed issues with BitsByte. TShock should compile again. 2015-07-04 17:17:26 +01:00
Enerdy
597322217d Fix more broken calls. 2015-07-04 16:17:31 +01:00
Enerdy
c79d2213e8 Merge branch '1.3-update' of https://github.com/NyxStudios/TShock into 1.3-update 2015-07-04 14:18:27 +01:00
Enerdy
b7aaf4092c Fix calls in TShock.cs and TSPlayer.cs 2015-07-04 14:18:17 +01:00
White
9f79c94b3c Merge branch '1.3-update' of https://github.com/NyxStudios/TShock into 1.3-update 2015-07-04 22:18:54 +09:30
White
d15b0fd59c Fixed compilation errors with PacketBuffer.
Updated submodule
2015-07-04 22:17:36 +09:30
Enerdy
84c6d97f6d Fix SaveManager.cs 2015-07-04 12:36:58 +01:00
Lucas Nicodemus
952c7ef333 Save the sln 2015-07-03 03:59:40 -06:00
Lucas Nicodemus
f1b8ca48f5 Update TSAPI Submodule to 1.3.0.3 preemptive 1.18 2015-07-03 02:31:16 -06:00
Lucas Nicodemus
3d5cc61b57 Change codename to reflect history 2015-06-30 09:29:40 -06:00
Lucas Nicodemus
acc24165fe Change codename to not preemptively mark 5.x 2015-06-25 01:00:16 -06:00
Lucas Nicodemus
d52e67a4cf Version Tick: 4.3.0 GM 2015-06-25 00:59:11 -06:00
Lucas Nicodemus
f14aedd4da Remove survey reference 2015-06-04 17:13:44 -06:00
White
18988ecba1 Fixed a bad index check on /tempgroup 2015-05-31 21:49:54 +09:30
White
3276a8c532 Fixed issue with the changed output 2015-05-28 17:18:10 +09:30
White
6374d8214d Changed some output from the tempgroup command 2015-05-28 17:16:38 +09:30
White
da62f23c50 Fixed a typo that would have caused issues 2015-05-28 17:06:58 +09:30
White
4bc4b2a6eb Fixed another bug with the BCrypt implementation 2015-05-28 16:44:34 +09:30
White
ec178f0c4a Fixed the bug where updating the config WorkFactor would mean that users could not log into their accounts once their passwords were updated to the new WorkFactor 2015-05-28 11:51:29 +09:30
White
e33b6ebebc Now targets NET 4.5, so the solution actually compiles.
Fixed an issue where /user password sets a blank string in the database
Fixed an issue where /password <old> <new> wouldn't update the user's password
2015-05-27 18:29:29 +09:30
Lucas Nicodemus
c918d851b0 Merge pull request #931 from NyxStudios/changelog
Add a changelog (fixes #925)
2015-05-07 21:14:40 -06:00
Rodrigo
fe566bb86c Merge pull request #918 from NyxStudios/new-guidelines
Add new code style guidelines
2015-05-06 16:52:35 +01:00
Lucas Nicodemus
87838aeb9f Add final entries to changelog up to now from gen-dev 2015-05-05 22:31:53 -06:00
Lucas Nicodemus
591e3e6448 Added a changelog 2015-05-05 22:29:49 -06:00
Lucas Nicodemus
d4851b8e0f Add Github flow; fixes #924 2015-05-05 22:14:47 -06:00
Lucas Nicodemus
dc704c3efe Update guidelines with suggestions from @MarioE 2015-05-04 21:11:54 -06:00
Lucas Nicodemus
52bdbfa399 Merge pull request #928 from NyxStudios/netitem
Extends NetItem (implements #927)
2015-05-04 20:46:09 -06:00
MarioE
786a43b2f9 Merge pull request #926 from NyxStudios/new-prebuilts
Add new prebuilts
2015-05-04 22:43:58 -04:00
MarioE
ad5ec1c252 Fix NetItem serialization/deserialization 2015-05-04 22:28:41 -04:00
MarioE
d5fb8726cc Extend NetItem 2015-05-04 22:11:10 -04:00
Lucas Nicodemus
4f273fbace Add SQLite 3.8.9 prebuilts 2015-05-04 00:21:55 -06:00
Lucas Nicodemus
d31f866dfe Add JSON 6.0.8 2015-05-04 00:20:22 -06:00
Lucas Nicodemus
7ba4295cf9 Add MySQL 6.9.6 connector prebuilts 2015-05-04 00:19:15 -06:00
Lucas Nicodemus
0535f6b7c6 Link to our copy of the TSAPI, not Dm's 2015-05-02 17:16:53 -06:00
Lucas Nicodemus
5bc53f7992 Remove hipchat build notifier 2015-05-02 09:41:38 -06:00
Lucas Nicodemus
da36fb42f7 Merge pull request #920 from Enerdy/general-devel
Specify which item is causing a player to be disabled. Fixes #909.
2015-05-02 07:36:54 -06:00
Enerdy
ee776b7e60 Fix grammar, explicitly state that we need this check 2015-05-02 13:45:40 +01:00
Enerdy
f4fa624936 Specify which item is causing a player to be disabled. Fixes #909. 2015-05-02 03:03:41 +01:00
Lucas Nicodemus
e6f7877551 Add new contributing guidelines 2015-05-01 09:58:05 -06:00
Lucas Nicodemus
03c1182f27 Move scripts into ./scripts/ folder. 2015-05-01 09:46:44 -06:00
Lucas Nicodemus
f353f8bcc7 Remove tshock_update.json. Most servers are using mimic now.
If they aren't, then they large amount of exceptions should
get them to upgrade sooner or later.
2015-05-01 09:39:45 -06:00
Lucas Nicodemus
630c045397 Move resources to "prebuilts" folder. Fixes #904 2015-05-01 09:34:42 -06:00
Lucas Nicodemus
c36738e2ba Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2015-05-01 09:25:07 -06:00
Lucas Nicodemus
188d9c07f9 Move TerrariaAPI-Server submodule to our own repo 2015-05-01 09:24:35 -06:00
White
44ad0c68b8 Change TSPlayer.UserID to TSPlayer.User.ID, as well as refactoring some of UserManager.cs. Solves #916 2015-05-01 11:18:37 +09:30
Lucas Nicodemus
fcda79ea4c Fix blank password logins further
How this worked prior to BCrypt is beyond me
2015-04-30 15:56:29 -06:00
Lucas Nicodemus
ddd89043c9 Fix blank password legacy behavior in TShock.
Fixes #907
2015-04-30 15:52:08 -06:00
Lucas Nicodemus
a503c1e84e Commit #3,000
Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel
2015-04-30 15:05:25 -06:00