Commit graph

2471 commits

Author SHA1 Message Date
Lucas Nicodemus
1dae83d1b6 Fix TryParseTime documentation again? 2015-04-12 23:43:39 -06:00
Lucas Nicodemus
e927b55fcb /group add now uses non-deprecated method 2015-04-12 23:39:26 -06:00
Lucas Nicodemus
417ffbc740 Updated XML documentation for several methods 2015-04-12 23:39:04 -06:00
Lucas Nicodemus
726576e3e0 Docs: TraceLevel vs LogLevel in ILog.cs 2015-04-12 22:17:06 -06:00
Lucas Nicodemus
6431edbf39 Remove deprecated Log methods 2015-04-12 22:15:07 -06:00
Lucas Nicodemus
6c516e5f3d Add deprecation warning to string AddGroup(name, perms)
Can't remove the other AddGroup string method without a deprecation
window of 1 release for this stupid function too.
2015-04-12 22:12:08 -06:00
Lucas Nicodemus
6ed91f12c8 Remove redundant argument checks 👌 2015-04-12 22:02:19 -06:00
Lucas Nicodemus
8bcb3ef6bc Check all user subcommands for param count
Fixes more problems found in #899 (thanks Marcus)
2015-04-12 21:48:50 -06:00
Lucas Nicodemus
0f1b334d8e Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2015-04-12 21:46:46 -06:00
Lucas Nicodemus
16960c7d2c Require 3 parameters to change a password
Fixes #899
2015-04-12 21:46:15 -06:00
Zack Piispanen
904c44a1b6 Fix UseServerName config options, to now work properly. Remove duplicate unused code. Ensure that everywhere we use Main.WorldName, we are sending the config server name. 2015-04-09 22:58:32 -04:00
White
cf34aad594 Remove the pesky '/' that got in there somehow 2015-04-09 15:58:10 +09:30
White
b4f2ddef47 DEBUG preprocessor conditional inside method 2015-04-09 15:56:51 +09:30
White
c0f28f4aaf Merge branch 'general-devel' of https://github.com/NyxStudios/TShock into general-devel 2015-04-09 15:50:44 +09:30
Lucas Nicodemus
cef253ce20 Remove the ability to ban oneself 2015-04-08 23:46:00 -06:00
White
fc1d188951 DEBUG preprocessor checks for ILog 2015-04-08 20:46:12 +09:30
White
2f2749c480 Time parameter in temp group command 2015-04-06 12:50:33 +09:30
White
d0a962bd0f Notification when temp group expires 2015-04-06 12:31:10 +09:30
White
bddcf81331 Stop timer once it's done 2015-04-06 12:31:08 +09:30
White
cd353c27a3 Time parameter for tempgroup 2015-04-06 12:31:07 +09:30
Zack Piispanen
1b69a47d71 Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2015-04-05 22:43:18 -04:00
Zack Piispanen
7fee8d786c Fix logout to set group to the guest group, and temp to null. These seem to have been swapped on accident, and used the default group instead of guest. 2015-04-05 22:42:57 -04:00
Lucas Nicodemus
3e536a1aac Small ad for survey 2015-04-05 19:24:30 -06:00
Zack Piispanen
aaf18626e0 Finish documentation and update the doc generation to include the new attributes. Yay~ 2015-04-05 19:31:11 -04:00
Zack Piispanen
f60ec96888 Next block of documentation. 2015-04-05 19:13:24 -04:00
Zack Piispanen
2888bc5fe4 Add next block of documentation, change some names of the routes using verbs to better tell what that verb is used for. 2015-04-05 18:50:21 -04:00
Zack Piispanen
20e39f331f More documentation, removed deprecated from one description because there are too many deprecated methods :( 2015-04-05 18:37:06 -04:00
Zack Piispanen
00f202c94c Added next block of rest documentation. 2015-04-05 18:28:54 -04:00
Zack Piispanen
eeae66ed7e Added rest documentation for the second set of rest calls. 2015-04-05 18:08:48 -04:00
Zack Piispanen
d04b2051b2 Change static readonly fields in RestManager to const, as a const is a static readonly field, and allows us to use them in the rest documentation attributes.
Added more documentation, as it might be useful to know what each argument is for, and what type it is expected to be.
Documented the first block of rest commands.
2015-04-05 17:44:27 -04:00
Zack Piispanen
9547dade6b Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2015-04-04 01:46:54 -04:00
Zack Piispanen
05c127f20c Add dumping of RestHandlers, to sorta maybe create a little documentation on a system we've never documented. 2015-04-04 01:40:30 -04:00
Lucas Nicodemus
7cd6db8d0c $10 says we don't need postbuild.bat 2015-03-30 21:57:33 -06:00
Lucas Nicodemus
d8a8ba3be9 New version codename 2015-03-25 23:15:51 -06:00
Zack Piispanen
7ad1889a13 Tick version and clean up some white space. 2015-03-25 21:17:43 -04:00
Zack Piispanen
015cf61b77 Add logout command and pos command. Closes #872 and Closes #887 2015-03-25 21:17:11 -04:00
Zack
42a505e18f Merge pull request #891 from WhiteXZ/general-devel
SQL log actually ensures its table exists
2015-03-24 11:29:31 -04:00
White
f610fefc83 Revert UtcNow change in TextLog.cs 2015-03-24 14:13:40 +10:30
Lucas Nicodemus
6ec08de26b Advertise TShock.co more effectively 2015-03-23 10:02:41 -06:00
White
e6d07f2e83 Update to DateTime.UtcNow 2015-03-23 14:20:59 +10:30
White
5b246ce641 Format fix 2015-03-23 13:27:07 +10:30
White
0f7d421bc6 SQL log actually ensures its table exists 2015-03-23 12:00:37 +10:30
White
c7ce6f3f78 Switch from LogLevel in favour of TraceLevel 2015-03-19 14:38:37 +10:30
White
cb46221409 Add FileName to ILog interface. Also fixes some missing XML warnings 2015-03-19 13:56:38 +10:30
Zack Piispanen
5e2f0d3604 Set bool to false for SSC config enabled.
Add test script that will auto gen documentation.
2015-03-17 13:19:02 -04:00
Zack Piispanen
b031f45cb0 Change the way we ignore packets from clients while swapping with SSC inv.
Add dump for SSC, and terminate the application (maybe).
2015-03-16 20:36:32 -04:00
Zack Piispanen
7fe761bacb Make an instance variable part of TShock so that the Loggers have access to it for using the ServerAPI logger because sometimes the log has been disposed of when we write to it (i.e. other plugins) 2015-03-16 19:49:23 -04:00
Zack Piispanen
5488be0857 Clean up some spaces in FileTools, and make the motd format a const. 2015-03-16 12:50:38 -04:00
Zack Piispanen
8a7aae9143 Purge "initial vanilla inventory" from playerdata, and pushed it to the SSC config creation if not existing. 2015-03-16 12:47:44 -04:00
Lucas Nicodemus
2658aa1c6d Version tick 4.2.9
inb4 "Shank should not have released without clearing it with everyone"
2015-03-15 15:23:35 -06:00