Changes between Version 25 and Version 26 of Server fixes Release Notes
- Timestamp:
- Aug 12, 2023, 11:13:43 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Server fixes Release Notes
v25 v26 6 6 * '''Only compatible with A21.1 b10 and newer''' 7 7 * No longer opening its own HTTP port, now piggybacks on vanilla's Web code 8 * That means the port is now as specified in the serverconfig with a default of 8080 8 * That means the port is now as specified in the serverconfig with ''WebDashboardPort'' with a default of 8080 9 * ''WebDashboardEnabled'' needs to be set to true 9 10 * Web page can be accessed as ''/legacymap'' or ''/legacymap/index.html'' 10 11 * Permission management is handled by vanilla … … 12 13 * Commands are ''webpermission'' and ''webtokens'' 13 14 * APIs and their returned data are unchanged 15 * If you used the API with your own tools and an admintoken before 16 * Tokens are no longer passed in the query URL (like ''/api/log?adminuser=x&admintoken=y'') 17 * Instead they are passed in the HTTP headers ''X-SDTD-API-TOKENNAME'' and ''X-SDTD-API-SECRET'' 14 18 * No '''new''' functions 15 19