Commit graph

2449 commits

Author SHA1 Message Date
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
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
Lucas Nicodemus
04b1aff65a Fix verbage in temp ban command 2015-03-15 15:22:58 -06:00
Lucas Nicodemus
372a344b5a Version tick: 4.2.8 2015-03-15 15:02:06 -06:00
Zack Piispanen
0b55e59ed4 Fixes SSC error message not being formatted 2015-03-15 12:29:41 -04:00
Lucas Nicodemus
eda5ba312e Remove deprecated GetUsers() and IDs method
Thanks @Enerdy
2015-03-14 13:38:22 -06:00
Zack Piispanen
e5de43de36 Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2015-03-13 12:53:00 -04:00
Zack Piispanen
27de182ef9 Log is not initialized when using command lines early enough, so dump to serverapi.logger. 2015-03-13 12:52:48 -04:00
Lucas Nicodemus
da8ce502bc Add replacement for string AddGroup
Add deprecation warnings to previous methods
2015-03-11 09:10:40 -06:00
Lucas Nicodemus
03d817e0a2 Return more modern error in AddGroup 2015-03-11 09:00:14 -06:00
Lucas Nicodemus
caf3c662eb Fix more random tab/spaces in SqlTable.cs 2015-03-10 11:15:52 -06:00
Lucas Nicodemus
7187245879 Fix deprecation message fixes #880 2015-03-10 11:14:21 -06:00
Lucas Nicodemus
bca48fb2eb Attempt to fix tempbans not working 2015-03-09 23:34:07 -06:00
Lucas Nicodemus
de2a07db6b Advertise https websites (this is 2015) 2015-03-09 07:56:27 -06:00
Lucas Nicodemus
fba93e5602 Allow server to execute silent specifier
Removed erroneous playing command (duplicates /who).
Fixes #879
2015-03-08 21:24:54 -06:00
Lucas Nicodemus
32218f9be0 PlayerCommandEventArgs passes the command prefix
Fix tab space conflict in PlayerHooks.cs
2015-03-08 16:00:43 -06:00
Lucas Nicodemus
bff73847c4 Version tick: 4.2.7 2015-03-07 19:20:54 -07:00
Lucas Nicodemus
adc0f0acfb Add the region a player left to OnRegionLeft 2015-03-06 22:40:32 -07:00
Zack Piispanen
fd2a049ef3 SendMessage(string, color) should invoke SendMessage(string, byte, byte, byte), not SendInfoMessage(string, obj[]) resulting in a infinite loop. Fixes #873 2015-03-02 21:55:00 -05:00
Lucas Nicodemus
22306a2b87 Change access modifiers of args to public (@bladecoding nilly) 2015-03-02 13:14:03 -07:00
Lucas Nicodemus
8cc404d963 RegionHooks now has the public modifier 2015-03-02 13:07:03 -07:00
Lucas Nicodemus
e207114e34 Tick API version to 1.17 2015-03-01 22:31:53 -07:00
Zack Piispanen
406abce30c Add hooks for Region creation/deletion. Add hooks for Region Enter/Leave. Add member to TSPlayer displaying current region. Set private setters in AccountHooks. 2015-03-01 22:27:49 -05:00
Lucas Nicodemus
803aa643c2 Fix tab/space conflict pointed out by @WhiteXZ in TSPlayer 2015-03-01 12:49:03 -07:00