Commit graph

119 commits

Author SHA1 Message Date
Lucas Nicodemus
46617e61d0 Update changelog re. new hook changes 2017-12-09 01:29:23 -07:00
Lucas Nicodemus
746c5450cc
Merge branch 'general-devel' into ssc-force 2017-12-06 13:07:35 -07:00
Lucas Nicodemus
0902d6f3f8
Merge branch 'general-devel' into ssc-force 2017-12-06 13:01:28 -07:00
Lucas Nicodemus
215fc4a9b1
Merge branch 'general-devel' into rps 2017-12-06 13:00:36 -07:00
Lucas Nicodemus
f319ec94b4 Updated changelog to reflect ssc changes 2017-12-03 16:26:41 -07:00
Lucas Nicodemus
ec59549f2f Update changelog to add note about account bans 2017-12-03 15:55:40 -07:00
Lucas Nicodemus
d1500d7841 Update changelog w/ permissions 2017-12-03 15:13:30 -07:00
Lucas Nicodemus
a429d706fa
Merge branch 'general-devel' into newer-bans 2017-12-02 18:57:15 -07:00
Lucas Nicodemus
6b2c9c47c3 Update chagnelog with ban stuff 2017-12-02 17:38:43 -07:00
Lucas Nicodemus
6ee5ddf12e Update changelog to point to /sudo 2017-12-02 17:19:23 -07:00
Lucas Nicodemus
fdca442138 Update changelog 2017-12-02 15:15:31 -07:00
koneko-nyan
6606c7a7b7 Merge branch 'general-devel' into patch-1 2017-10-13 09:30:08 +02:00
koneko-nyan
f5f516d409 Add a CHANGELOG.md entry 2017-10-02 17:39:07 +02:00
ProfessorXZ
02806a2429 Added support for renaming groups. Fixes #1420 2017-09-21 10:51:37 +02:00
quake1337
d396dc5cbb Add CHANGELOG.md entry 2017-09-20 18:42:36 +02:00
koneko-nyan
65582ceaec Update CHANGELOG.md 2017-09-19 21:22:56 +02:00
Lucas Nicodemus
156ce52845 Closes #1478
This addresses code feedback in the previously deleted pull request
2017-07-20 18:10:16 -06:00
Hussein Farran
3b32774a0d Merge branch 'general-devel' into validateplaceobject 2017-07-18 10:27:29 -04:00
Ruby Rose
7f68053d3a Update CHANGELOG.md 2017-07-17 09:06:29 +03:00
ProfessorXZ
6b3f18b1da Validate tile placement on PlaceObject, update CHANGELOG.md. Fixes #1418 2017-07-05 15:09:31 +02:00
White
709328d61f Update CHANGELOG.md 2017-05-14 21:28:02 +09:30
Lucas Nicodemus
ea979abcdb
Update changelog for OnNpcKilled 2017-04-29 12:28:24 -06:00
Lucas Nicodemus
59dc595f6b
Update changelog 2017-04-20 00:11:09 -06:00
White
0bb704a845 Updated version ready for release 2017-03-13 12:18:11 +10:30
White
2c7eb16f93 Updated the changelog 2017-03-13 12:04:04 +10:30
White
ebc188a826 Changelog addition 2017-02-21 16:41:08 +10:30
Zt Wang
74f98ff555 Update changelog 2017-02-16 12:33:33 +08:00
White
e3a8112b5b REST updates.
Rest.cs got a lot of commenting at last.
Redirects and upgrades can now be easily added for REST routes via the `Rest.RegisterRedirect(base, target, upgrade)` method.
Redirects added for all routes. Upgrades added for `/world/bloodmoon` and `/v2/world/autosave`, as they both use old-style REST verbs.
2017-02-02 14:28:35 +10:30
White
982ab7d1ef Lets try that again 2017-01-31 11:30:59 +10:30
White
75438dcdf8 Changelog update 2017-01-31 11:28:14 +10:30
White
06f813c203 Release procedure 2017-01-03 21:51:50 +10:30
White
16df7dc1e8 Submodule update + Changelog update 2017-01-03 21:48:20 +10:30
White
43270a4c1a Update CHANGELOG.md 2017-01-02 22:11:36 +10:30
ProfessorXZ
84105aee29 Update Changelog.md 2016-12-18 12:45:13 +01:00
ProfessorXZ
7c8bf7712a Added TSPlayer.Logout() 2016-12-18 12:37:15 +01:00
ProfessorXZ
962fe35fde Update CHANGELOG.md 2016-12-11 16:44:23 +01:00
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
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
d3e0bba60d
Updated the changelog 2016-10-23 19:29:40 -06:00
Lucas Nicodemus
41e5c8cc4a
Update changelog 2016-10-23 19:14:14 -06:00
Lucas Nicodemus
f5c02dd89d
Update changelog again to reflect non-ssc issue fixed 2016-10-23 19:04:25 -06:00
Lucas Nicodemus
a63d653010
Update the changelog 2016-10-23 19:01:51 -06:00
Lucas Nicodemus
d6d506fb31
Update changelog 2016-10-23 16:24:26 -06:00
Lucas Nicodemus
a0c4864567
Removed all obsolete methods from TShock 2016-10-23 06:09:17 -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
c6822b9be7 Remove 'Unreleased' and 'Pre-Release' designation from cl entries 2016-10-21 22:26:26 -06:00