Enerdy
cd5721481f
Fix World Save
2015-07-04 23:02:31 +01:00
Lucas Nicodemus
46ed829312
Fix build on Mono
2015-07-04 15:17:25 -06:00
Enerdy
3099f5d18c
Fix WorldInfo packet, window title now correctly displays the IP Address of the Network Interface the server is being hosted on.
2015-07-04 22:06:27 +01:00
Enerdy
dec885baac
Tick ApiVersion
2015-07-04 18:40:03 +01:00
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
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
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
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
630c045397
Move resources to "prebuilts" folder. Fixes #904
2015-05-01 09:34:42 -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
Lucas Nicodemus
6cc097fda0
Use int arrays, not float arrays in config
...
Fixes #914
2015-04-30 15:04:22 -06:00
White
f400d4ff04
Fix a missed line
2015-04-29 17:41:43 +09:30
White
dd7ad78d3f
Adds a User object to TSPlayer
2015-04-29 17:24:20 +09:30
Lucas Nicodemus
f5bf9d55ca
Add semicolon
2015-04-25 22:55:15 -06:00
Lucas Nicodemus
c1183ec950
Make verbiage more clear on how to use /auth and /auth-verify
2015-04-25 22:54:45 -06:00
Lucas Nicodemus
a68068c565
Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel
2015-04-22 23:32:30 -06:00
Lucas Nicodemus
ab3262d971
Document some config file methods
...
I suppose this is really redundant, ...
2015-04-22 23:32:01 -06:00
White
c55893fe88
Adds a fuzzy name search for obtaining users. This means plugins no longer have to retrieve all Users with TShock.Users.GetUsers() to do a fuzzy name search
2015-04-21 16:46:24 +09:30
Lucas Nicodemus
342921b3ed
Document Utils.cs & UserManager.cs
...
Deprecated Utils.Random()
2015-04-19 21:14:15 -06:00
Lucas Nicodemus
ce4585d151
🍰 Moved indentation back for deprecated algo block
2015-04-18 13:51:53 -06:00
Lucas Nicodemus
050a350c9f
Finish documenting TShock.cs
2015-04-17 04:41:22 -06:00
Lucas Nicodemus
5e4651e9c4
Deprecate ValidString & SanitizeString methods.
...
They're unused and don't support UTF-8.
2015-04-17 04:20:48 -06:00
Lucas Nicodemus
d182e3a629
Add more documentation to more internal methods
2015-04-17 02:33:37 -06:00
Lucas Nicodemus
be75603587
Add more documentation to TShock.cs for high level variables
2015-04-17 01:39:19 -06:00
Lucas Nicodemus
00ad1c63b4
Check to see if a player is logged in before calling logout hook on dc
2015-04-17 00:17:19 -06:00
Lucas Nicodemus
be19c3998b
Call OnPlayerLogout when a player leaves the server
...
Fixes #902
2015-04-16 23:41:24 -06:00
Lucas Nicodemus
85661f3485
Move to "protected" only (thanks @MarioE!)
2015-04-14 08:16:11 -06:00
Lucas Nicodemus
c5034a23ad
Turns out that OmniServer doesn't refactor after all, who knew? Fix build.
2015-04-13 23:31:38 -06:00
Lucas Nicodemus
b34c00107c
"Brace" for impact with these Important changes
...
Apparently the convention is UpperCamel for private functions too.
Fixed a stray brace that caused people to brace for a sudden evisceration of limbs.
Use Int32.Parse instead of Convert.ToInt32, because Microsoft exposes public
APIs they say not to use. 👏
2015-04-13 23:24:37 -06:00