Changes between Initial Version and Version 1 of Server fixes Release Notes


Ignore:
Timestamp:
19.01.2019 15:31:11 (5 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Server fixes Release Notes

    v1 v1  
     1=== [https://7dtd.illy.bz/browser/binary-improvements?rev=301 rev. 301] (12_14_19) (2017-01-03) ===
     2
     3* CommonFunc updated to v14:
     4  * Changed totalPlayTime calculation code to fix compatibility with recent Unity versions
     5
     6=== [https://7dtd.illy.bz/browser/binary-improvements?rev=299 rev. 299] (12_13_19) (2016-12-14) ===
     7
     8* Commands updated to v12:
     9  * Fixed ''give'': Was broken when specifying a quality
     10* WebMap updated to v19:
     11  * Code:
     12    * Updated MapRendering code to use a coroutine instead of a timer which was causing some issues
     13  * Web page:
     14    * Added some day information to the stats on the upper left (day of week, days til horde night etc)
     15
     16=== [https://7dtd.illy.bz/browser/binary-improvements?rev=297 rev. 297] (11_13_18) (2016-10-26) ===
     17
     18* Commands updated to v11:
     19  * Changed ''showinventory'': In tagged output mode prints an output termination like this: "tracker_item id=''171'', tag=''tagName'', SHOWINVENTORY DONE"
     20* WebMap updated to v18:
     21  * Web page:
     22    * Added meta header for IE
     23
     24=== [https://7dtd.illy.bz/browser/binary-improvements?rev=293 rev. 293] (10_13_17) (2016-09-25) ===
     25
     26* '''Only compatible with A15 and newer'''
     27* Commands updated to v10:
     28  * Fixed ''give'': Support quality for items that have parts or attachments (thanks to Coppi :) )
     29* WebMap updated to v17:
     30  * Code:
     31    * Fixed error loading item icons in A15 (may have added regressions for mod icons)
     32  * Web page:
     33    * Added option to index.js to hide the navbar on page load
     34
     35=== [https://7dtd.illy.bz/browser/binary-improvements?rev=289 rev. 289] (9_13_16) (2016-07-18) ===
     36
     37* CommonFunc updated to v13:
     38  * Added useTime related stuff to persistent data for Coppi's mod
     39* Commands updated to v9:
     40  * Fixed ''listknownplayers'': Allow lookup of players by their SteamID
     41* CoppisAdditions removed: Including that will cause all sorts of trouble/confusion as they're also updated by Coppi himself. Download can be found in [https://7daystodie.com/forums/showthread.php?44835-Coppi-MOD-New-features his thread]
     42* WebMap updated to v16:
     43  * Code:
     44    * Fixed error shown when webserver is accessed while 7dtd is still starting up
     45  * Web page:
     46    * Added last online tooltip to show actual date instead of pretty printed value in table
     47
     48=== [https://7dtd.illy.bz/browser/binary-improvements?rev=283 rev. 283] (8_12_15_2) (2016-06-19) ===
     49
     50* CommonFunc updated to v12:
     51  * Minor internal updates
     52* CoppisAdditions updated to v2:
     53  * Fixed ''givexp''
     54  * Added ''ss'' as an intermediate workaround for the non-functional ''spawnscouts'' command from the game until A15 is released
     55  * Fixed spelling: ''to'''o'''glechatcommandhide'' to ''to'''g'''glechatcommandhide''
     56* WebMap updated to v15:
     57  * Code:
     58    * Added API ''executeconsolecommand'': Executes a console command and returns result. Uses the same permission checks as would apply to any ingame user
     59    * Added API ''getallowedcommands'': Retrieves a list of all console commands that can be executed with the current user permissions
     60    * Added API ''getplayerlist'': Retrieves a list of all players, optionally filtered and sorted, with definable results per page and page number. Will be extended upon in the future.
     61    * Added API ''getserverinfo'': Retrieve the server information as reported to the master server list
     62    * Made APIs ''getstats'' and ''getwebuiupdates'' usable by anyone by default unless explicitly set to a stricter permission
     63  * Web page:
     64    * Added first draft of player list tab
     65
     66=== [https://7dtd.illy.bz/browser/binary-improvements?rev=277 rev. 277] (8_11_14_1) (2016-05-19) ===
     67
     68* WebMap updated to v14:
     69  * Changed APIs ''getplayersonline'' and ''getplayerslocation'': Added field "ping"
     70  * Added API ''getserverinfo'': Reports current info on the server
     71
     72=== [https://7dtd.illy.bz/browser/binary-improvements?rev=276 rev. 276] (8_11_13_1) (2016-05-18) ===
     73
     74* CommonFunc updated to v11:
     75  * Fixed player level calculation
     76
     77=== [https://7dtd.illy.bz/browser/binary-improvements?rev=273 rev. 273] (8_10_13_1) (2016-05-11) ===
     78
     79* Added Coppi's stuff as a fourth module "CoppisAdditions", v1:
     80  * Chat filter functionality, controlled with the commands below
     81  * Command ''muteplayerchat'': Mute a player on public chat
     82  * Command ''playerchatmaxlength'': Set the maximum number of characters a player can write in a single message. Default is 255 for every player.
     83  * Command ''tooglechatcommandhide'': Specify a chat message prefix that defines chat commands that are hidden from chat
     84  * Command ''givexp'': Give XP for a skill to a player
     85  * Command ''listplayerbed'': List bed locations of a single player or all online players
     86  * Command ''listplayerfriends'': List friends of a single player or all players
     87  * Command ''physics'': Enable / disable physics on blocks that you are placing / removing
     88  * Command ''sayplayer2'': Send a message to a single player with a specific sender name
     89  * Command ''spawnhorde'': Spawn horde near a player or coordinate
     90  * Command ''spawnmultipleentity'': Spawn multiple entities around some coordinate or player
     91  * Command ''spawnscouts'': Spawn scouts near a player or coordinate
     92  * Command ''teleportplayerhome'': Teleport a player to his home / bedroll
     93  * Command ''unlockall'': Unlock all secure loots, chests and doors for the current player
     94* Commands updated to v8:
     95  * Changed ''listitems'': Now also accepts "*" as search mask, showing all items
     96  * Changed ''listlandprotection'': Added optional parameter "parseable" to get programmatically parseable output
     97  * Changed ''showinventory'': Added optional tag parameter. If a tag is given it will be included in each line of the output, which will be in a parseable format instead of easily readable
     98  * Fixed ''repairchunkdensity'' help text
     99* CommonFunc updated to v10:
     100  * Changed log output on player connect: Added Steam owner ID
     101
     102=== [https://7dtd.illy.bz/browser/binary-improvements?rev=272 rev. 272] (7_9_13) (2016-04-28) ===
     103
     104* WebMap mod updated to v13:
     105  * Code:
     106    * Fixed Log page
     107    * Changed API ''getplayerslocation'' and ''getplayersonline'': Added ''totalplaytime'' and ''lastonline'' (#127)
     108    * Web map servers transparent tiles instead of 404 when block has no image yet (#124)
     109* Commands updated to v7:
     110  * Fixed ''removelandprotection''
     111  * Fixed chat related stuff for A14.6 b26
     112  * Added ''repairchunkdensity''
     113* CommonFunc updated to v9:
     114  * Fixed chat related stuff for A14.6 b26
     115
     116=== [https://7dtd.illy.bz/browser/binary-improvements?rev=256 rev. 256] (6_8_12) (2016-02-07) ===
     117
     118* WebMap mod updated to v12:
     119  * Web page:
     120    * Changed player popups to show coordinates without "/" so they can directly be copy+pasted for teleport etc (by [https://7daystodie.com/forums/member.php?112591-God-Almighty God Almighty])
     121    * Added SteamID to inventory dialog (by [https://7daystodie.com/forums/member.php?112591-God-Almighty God Almighty])
     122
     123=== [https://7dtd.illy.bz/browser/binary-improvements?rev=254 rev. 254] (6_8_11) (2015-12-24) ===
     124
     125* WebMap mod updated to v11:
     126  * Code:
     127    * Fixed icon loading when multiple items use the same icon+tint combination
     128
     129=== [https://7dtd.illy.bz/browser/binary-improvements?rev=253 rev. 253] (6_8_10) (2015-12-12) ===
     130
     131* Only compatible with A13 and newer
     132* WebMap mod updated to v10:
     133  * Web page:
     134    * Users with ''webapi.getlandclaims'' permission can always view their own claims, users who also have ''webapi.viewallclaims'' can view all claims like before (by [https://7daystodie.com/forums/member.php?101833-psouza4 psouza4])
     135    * Users with ''webapi.getplayerslocation'' permission can always view their own position, users who also have ''webapi.viewallplayers'' can view all players like before (by [https://7daystodie.com/forums/member.php?101833-psouza4 psouza4])
     136    * Added new map options ''Animals'' and ''Hostiles'' (by [https://7daystodie.com/forums/member.php?101833-psouza4 psouza4])
     137    * Fixed item display with custom icons (#119) or tints
     138  * Code:
     139    * Added API ''getanimalslocation'': Get a list of all (currently loaded) animals on the server (by [https://7daystodie.com/forums/member.php?101833-psouza4 psouza4])
     140    * Added API ''gethostilelocation'': Get a list of all (currently loaded) AI hostiles on the server (by [https://7daystodie.com/forums/member.php?101833-psouza4 psouza4])
     141* Commands updated to v6:
     142  * Added ''buffplayer'' and ''debuffplayer'': Give a buff or remove a buff from a remote player
     143* CommonFunc updated to v8:
     144  * Refactorings and backend additions for the new features above
     145
     146=== [https://7dtd.illy.bz/browser/binary-improvements?rev=250 rev. 250] (5_7_9) (2015-08-12) ===
     147
     148* WebMap mod updated to v9:
     149  * Web page:
     150    * Added Log view
     151    * Added quality information to player inventory dialog
     152    * Fixed player marker popup closing itself on data updates (hacky, clean solution requires Leaflet 1 which is still beta)
     153    * Further refactorings
     154  * Code:
     155    * Added API ''getlog'': Get a list of server log lines
     156    * Added API ''getwebuiupdates'': Get information about what has been updated (currently only used for showing number of new log entries)
     157    * Changed API ''getplayerinventory'': Minor changes in format (same for bag/belt and equipment), added quality and qualitycolor information
     158* Commands updated to v5 (thanks to ''Coppi'' for the code change ideas):
     159  * Changed ''give'': Added a second variant which allows to specify item quality
     160  * Changed ''showinventory'': Also output equipment and item qualities and parts
     161  * Changed ''teleportplayer'': Added a third variant which allows to teleport relatively to the current player position (e.g. just go 10m below the current position by ''tp 0 -10 0'')
     162* CommonFunc updated to v7 (thanks to ''Coppi'' for the code change ideas):
     163  * Log item quality and parts
     164
     165=== [https://7dtd.illy.bz/browser/binary-improvements?rev=249 rev. 249] (4_6_8) (2015-08-07) ===
     166
     167* WebMap mod updated to v8:
     168  * Web page:
     169    * Updated design, thanks to Ynd21 for the ideas
     170    * Added checkbox to auto-reload tiles in a specified interval. Function can be disabled or minimum interval / default interval set in ''map.js'' line 78 and following (''new L.Control.ReloadTiles ...'')
     171    * Fixed player marker clustering when players move towards each other or get farther apart
     172    * Added GameTime control for webmap if having the menu bar is undesired, can be added by to map by uncommenting ''map.js'' line 102 (''new L.Control.GameTime ...'')
     173    * Added Login control for webmap if having the menu bar is undesired, not used by default
     174    * Further refactorings
     175  * Code:
     176    * Added web page login logging (print IP, SteamID, permission level)
     177
     178=== [https://7dtd.illy.bz/browser/binary-improvements?rev=247 rev. 247] (4_6_7) ===
     179
     180* WebMap mod updated to v7:
     181  * Web page:
     182    * Please excuse the terrible styling, in my dev branch it's even worse but this makes it easier for me to properly position elements ;)
     183    * Added Steam authentication
     184    * Added permission system ([[Integrated Webserver#Permissions|see here for further details]])
     185    * Added game time display
     186    * Added player equipment display
     187    * Added last click position display
     188  * Commands:
     189    * Added ''webpermission'' to list/specify permissions required for individual parts of the webpage
     190    * Added ''webtokens'' to list/manage web tokens required for tool based access
     191  * Code:
     192    * Added player equipment to WebAPI getplayerinventory
     193    * Added WebAPI getstats, currently returning game time and current player count
     194    * Refactored JS code
     195* Core mod updated to v6: Added player equipment logging
     196* '''IMPORTANT:''' Only use with 14.6 b26 and higher
     197
     198=== [https://7dtd.illy.bz/browser/binary-improvements?rev=243 rev. 243] (0.12.0.0) ===
     199
     200* WebMap mod updated to v6: Added title tag to icon fields in Inventory Viewer (thanks to Martin for the suggestion)
     201* Core mod updated to v5: Fixed ListItems / Give for A12.3
     202
     203=== [https://7dtd.illy.bz/browser/binary-improvements?rev=242 rev. 242] (0.12.0.0) ===
     204
     205* WebMap mod updated to v5: Fixed item icon loading
     206
     207=== [https://7dtd.illy.bz/browser/binary-improvements?rev=238 rev. 238] (0.12.0.0) ===
     208
     209* Updated for Alpha 12 (server build ''682942'')
     210* Added chat hook example (type "/alloc" in chat)
     211* Fixed "last seen" value not getting updated on banned players etc
     212* Added command exportitemicons
     213* Added help texts to commands
     214* Slightly improved performance of map rendering code
     215* ItemIcons for the webmap are now directly loaded from the game data
     216* No more deobfuscation required, mod works directly with the vanilla files (ideally no more need to update this mod on game updates though of course bigger changes can still require an update in the mod)
     217
     218=== [https://7dtd.illy.bz/browser/binary-improvements?rev=236 rev. 236] (0.11.6.0) ===
     219
     220* Updated for Alpha 11.6 (server build ''658147'')
     221
     222=== [https://7dtd.illy.bz/browser/binary-improvements?rev=235 rev. 235] (0.11.5.0) ===
     223
     224* Updated for Alpha 11.5 (server build ''639339'')
     225
     226=== [https://7dtd.illy.bz/browser/binary-improvements?rev=233 rev. 233] (0.11.4.0) ===
     227
     228* Updated for Alpha 11.4 (server build ''605981'')
     229
     230=== [https://7dtd.illy.bz/browser/binary-improvements?rev=232 rev. 232] (0.11.3.0) ===
     231
     232* Fixed show inventory
     233
     234=== [https://7dtd.illy.bz/browser/binary-improvements?rev=230 rev. 230] (0.113.5586.28926) ===
     235
     236* Fixed exceptions
     237
     238=== [https://7dtd.illy.bz/browser/binary-improvements?rev=230 rev. 230] (0.113.5586.27633) ===
     239
     240* Fixed exceptions
     241
     242=== [https://7dtd.illy.bz/browser/binary-improvements?rev=230 rev. 230] (0.113.5586.25212 2nd build) ===
     243
     244* Updated web mod to v.2, fixes endless exceptions in log
     245
     246=== [https://7dtd.illy.bz/browser/binary-improvements?rev=230 rev. 230] (0.113.5586.25212) ===
     247
     248* Updated for Alpha 11.3 (server build ''593110'')
     249* '''REMOVE ALL OLD FILES FROM THE MODS-FOLDER PRIOR TO APPLYING THIS ONE'''
     250
     251=== [https://7dtd.illy.bz/browser/binary-improvements?rev=228 rev. 228] (0.112.5577.41143) ===
     252
     253* Updated for Alpha 11.2 (server build ''583520'')
     254* Fixed IP output
     255
     256=== [https://7dtd.illy.bz/browser/binary-improvements?rev=227 rev. 227] (0.111.5572.35274) ===
     257
     258* Updated AllocsCommands mod: Fixes command ''teleport'' (#99)
     259
     260=== [https://7dtd.illy.bz/browser/binary-improvements?rev=226 rev. 226] (0.111.5572.35274) ===
     261
     262* Updated for Alpha 11.1 (server build ''578130'')
     263* Also removed protect-file that accidentally slipped into last archive.
     264
     265=== [https://7dtd.illy.bz/browser/binary-improvements?rev=224 rev. 224] (0.110.5570.39924) ===
     266
     267* Updated for Alpha 11 (server build ''576370'')
     268
     269=== [https://7dtd.illy.bz/browser/binary-improvements?rev=222 rev. 222] (0.104.5471.24501) ===
     270
     271* Updated for Alpha 10.4 b10 hotfix (server build ''480993'')
     272
     273=== [https://7dtd.illy.bz/browser/binary-improvements?rev=218 rev. 218] (0.104.5466.33703) ===
     274
     275* Updated for Alpha 10.4 b9 hotfix (server build ''478721'' and ''478809'')
     276
     277=== [https://7dtd.illy.bz/browser/binary-improvements?rev=216 rev. 216] (0.104.5465.40278) ===
     278
     279* Updated for Alpha 10.4 (server build ''477715'')
     280
     281=== [https://7dtd.illy.bz/browser/binary-improvements?rev=213 rev. 213] (0.103.5461.3294) ===
     282
     283* Updated for Alpha 10.3 b12 hotfix (server build ''471956'')
     284
     285=== [https://7dtd.illy.bz/browser/binary-improvements?rev=211 rev. 211] (0.103.5459.40864) ===
     286
     287* Updated for Alpha 10.3 (server build ''471356'')
     288'''EDIT: THIS IS ACTUALLY FOR DEDI BUILD 471352, SO DO NOT WONDER WHY I POSTED THE WRONG ONE ABOVE ;) '''
     289
     290=== [https://7dtd.illy.bz/browser/binary-improvements?rev=208 rev. 208] (0.102.5448.37821) ===
     291
     292* Updated for Alpha 10.2 (server build ''459429'')
     293
     294=== [https://7dtd.illy.bz/browser/binary-improvements?rev=206 rev. 206] (0.100.5442.30220) ===
     295
     296* Updated for Alpha 10.1 (server build ''454117'')
     297* Command ''listplayerids'' / ''lpi'' added
     298
     299=== [https://7dtd.illy.bz/browser/binary-improvements?rev=205 rev. 205] (0.100.5439.41910) ===
     300
     301* Updated for Alpha 10 (server build ''451483'')
     302* Command ''listplayersextended'' / ''lpe'' removed: Now integrated with the vanilla ''lp'' command
     303
     304=== [https://7dtd.illy.bz/browser/binary-improvements?rev=202 rev. 202] (0.93.5409.27239) ===
     305
     306* Webserver core updated for better performance / less problems
     307* Command ''listlandprotection'' changed: If run from the game's console it accepts the parameter "nearby" an optionally an distance
     308
     309=== [https://7dtd.illy.bz/browser/binary-improvements?rev=199 rev. 199] (0.93.5378.41731) ===
     310
     311* Updated map rendering + webserver so that hopefully all "sharing access violation"s are gone
     312
     313=== [https://7dtd.illy.bz/browser/binary-improvements?rev=198 rev. 198] (0.93.5378.21429) ===
     314
     315* Command ''unban'' actually registered in game ;)
     316
     317=== [https://7dtd.illy.bz/browser/binary-improvements?rev=197 rev. 197] (0.93.5377.34787) ===
     318
     319* Commands ''give'' and ''listitems'' changed: Now should work for all things in creative menu
     320* Player inventory is monitored for stacksizes greater than the allowed size for each item (see [[Server fixes#Newloginformation|New log information]])
     321
     322=== [https://7dtd.illy.bz/browser/binary-improvements?rev=196 rev. 196] (0.93.5375.21616) ===
     323
     324* Added console command ''unban''
     325
     326=== [https://7dtd.illy.bz/browser/binary-improvements?rev=194 rev. 194] (0.93.5374.40502) ===
     327
     328* Updated for A9.3 b5 (server build 385244)
     329
     330=== [https://7dtd.illy.bz/browser/binary-improvements?rev=192 rev. 192] (0.93.5373.21892) ===
     331
     332* Minor bug fix for map rendering
     333
     334=== [https://7dtd.illy.bz/browser/binary-improvements?rev=190 rev. 190] (0.93.5369.22980) ===
     335
     336* Further Telnet stability improvements
     337
     338=== [https://7dtd.illy.bz/browser/binary-improvements?rev=189 rev. 189] (0.93.5368.20218) ===
     339
     340* Command ''teleportplayer'' / ''tele'' changed: Second parameter can be another player now
     341* Made Telnet interface robust against errors in core commands (like buff)
     342* Telnet ignores empty lines
     343
     344=== [https://7dtd.illy.bz/browser/binary-improvements?rev=188 rev. 188] (0.93.5366.36263) ===
     345
     346* Allow setting different rendering settings (run server with this version once, shut down, edit <save>/map/mapinfo.js)
     347  * WARNING: This can have a serious impact on server performance! Will be optimized later on.
     348
     349=== [https://7dtd.illy.bz/browser/binary-improvements?rev=185 rev. 185] (0.93.5365.39558) ===
     350
     351* Web interface no longer depends on CP enabled (only on existence of the "webserver" folder)
     352* Login attempt limiting on Telnet
     353
     354=== [https://7dtd.illy.bz/browser/binary-improvements?rev=183 rev. 183] (0.93.5365.36355) ===
     355
     356* Multithreaded Telnet server (hopefully lowering CPU usage a bit)
     357
     358=== [https://7dtd.illy.bz/browser/binary-improvements?rev=180 rev. 180] (0.92.5364.31430) ===
     359
     360* Updated for A9.3 (server build 375426)
     361
     362=== [https://7dtd.illy.bz/browser/binary-improvements?rev=174 rev. 174] (0.92.5363.32930) ===
     363
     364* Web API: Added getlandclaims
     365* Map updates
     366
     367=== [https://7dtd.illy.bz/browser/binary-improvements?rev=172 rev. 172] (0.92.5361.41834) ===
     368
     369* Web auth: Actually require user ("admin") and password (same as control panel) if auth is enabled
     370
     371=== [https://7dtd.illy.bz/browser/binary-improvements?rev=168 rev. 168] (0.92.5361.28833) ===
     372
     373* Fixed minor bug in rendermap
     374* Made webserver authentication chooseable
     375
     376=== [https://7dtd.illy.bz/browser/binary-improvements?rev=165 rev. 165] (0.92.5360.43161) ===
     377
     378* Updated for A9.2 server hotfix (server build 373581)
     379
     380=== [https://7dtd.illy.bz/browser/binary-improvements?rev=164 rev. 164] (0.92.5360.33406) ===
     381
     382* Updated for A9.2 (server build 373271)
     383
     384=== [https://7dtd.illy.bz/browser/binary-improvements?rev=163 rev. 163] (0.91.5360.30628) ===
     385
     386* Added console command ''teleportplayer'' / ''tele''
     387* Added GetPlayerInventory API
     388* Map: Show inventory for a player by clicking its marker and show inventory (requires latest webserver files)
     389
     390=== [https://7dtd.illy.bz/browser/binary-improvements?rev=162 revs. 161/162] (0.91.5360.3074) ===
     391
     392* Another hotfix for player list API (JSON empty strings)
     393
     394=== [https://7dtd.illy.bz/browser/binary-improvements?rev=160 rev. 160] (0.91.5359.27894) ===
     395
     396* Another hotfix for player list API (JSON encoding for strings)
     397
     398=== [https://7dtd.illy.bz/browser/binary-improvements?rev=159 rev. 159] (0.91.5359.26222) ===
     399
     400* Another hotfix for player list API
     401
     402=== [https://7dtd.illy.bz/browser/binary-improvements?rev=156 rev. 156] (0.91.5359.21630) ===
     403
     404* Hotfix for player list API
     405* Removed debug output "add dirty"
     406
     407=== [https://7dtd.illy.bz/browser/binary-improvements?rev=154 rev. 154] (0.91.5358.38435) ===
     408
     409* Web: First API introduced
     410* Map shows current player locations both for online and offline players (last position)
     411
     412=== [https://7dtd.illy.bz/browser/binary-improvements?rev=147 rev. 147] (0.91.5355.36217) ===
     413
     414* Command ''showinventory'' / ''si'' changed:
     415* Allows to pass steamid in addition to allowing entity id and player name
     416* With steamid also players that are currently not online can be checked
     417* Output format has changed: Items of same type aren't accumulated anymore but instead each slot is shown on its own:
     418{{{
     419Slot 2: 001 * canChili
     420}}}
     421* Added console command ''listknownplayers'' / ''lkp''
     422
     423=== [https://7dtd.illy.bz/browser/binary-improvements?rev=143 rev. 143] (0.91.5355.28079) ===
     424
     425* Big improvements on map rendering (both live and full rendering)
     426
     427=== [https://7dtd.illy.bz/browser/binary-improvements?rev=142 rev. 142] (0.91.5354.28918) ===
     428
     429* Fixed Telnet connection not using UTF8
     430* Removed extra output for unimplemented Web methods
     431
     432=== [https://7dtd.illy.bz/browser/binary-improvements?rev=139 rev. 139] ===
     433
     434* Command ''listlandprotection'' / ''llp'' changed: Allow to show keystones of a single user, show summary only
     435
     436=== [https://7dtd.illy.bz/browser/binary-improvements?rev=138 revs. 137-138] ===
     437
     438* Minor changes to integrated web server
     439
     440=== [https://7dtd.illy.bz/browser/binary-improvements?rev=136 revs. 134-136] ===
     441
     442* Improvements on map rendering and integrated server authorization (username="admin", password same as control panel)
     443
     444=== [https://7dtd.illy.bz/browser/binary-improvements?rev=133 rev. 133] ===
     445
     446* Added integrated web server (map display only so far)
     447
     448=== [https://7dtd.illy.bz/browser/binary-improvements?rev=131 rev. 131] (and 130/129) ===
     449
     450* Added map live rendering
     451* Added console command ''rendermap'' / ''rm''
     452
     453=== [https://7dtd.illy.bz/browser/binary-improvements?rev=128 rev. 128] ===
     454
     455* Added console command ''creativemenu'' / ''cm''
     456* Added console command ''give''
     457* Added console command ''listitems'' / ''li''
     458
     459=== [https://7dtd.illy.bz/browser/binary-improvements?rev=127 rev. 127] (and 126/125) ===
     460
     461* Updated for A9 (server build 363156)
     462
     463=== [https://7dtd.illy.bz/browser/binary-improvements?rev=123 rev. 123] ===
     464
     465* Command ''removelandprotection'' / ''rlp'' changed: You can remove all blocks of a given player (by SteamID) instead of only remove a single one
     466* Command ''removelandprotection'' / ''rlp'' changed: Both the association of the block to the owner and the actual block are removed
     467
     468=== [https://7dtd.illy.bz/browser/binary-improvements?rev=120 rev. 120] ===
     469
     470* IMPORTANT Fixed a bug in the permissions calculation for players.
     471
     472=== [https://7dtd.illy.bz/browser/binary-improvements?rev=117 rev. 117] ===
     473
     474* Updated for A9 (server build 356618)
     475
     476=== [https://7dtd.illy.bz/browser/binary-improvements?rev=114 rev. 114] ===
     477
     478* Added console command ''version''
     479
     480=== [https://7dtd.illy.bz/browser/binary-improvements?rev=113 rev. 113] ===
     481
     482* Added console command ''listlandprotection'' / ''llp''
     483* Added console command ''removelandprotection'' / ''rlp''
     484
     485=== [https://7dtd.illy.bz/browser/binary-improvements?rev=112 rev. 112] ===
     486
     487* Command ''sayplayer'' / ''pm'' changed: Ignores color codes in player names
     488
     489=== [https://7dtd.illy.bz/browser/binary-improvements?rev=110 rev. 110] ===
     490
     491* Fixed minor bug in ''reply'' / ''re''
     492
     493=== [https://7dtd.illy.bz/browser/binary-improvements?rev=108 rev. 108] ===
     494
     495* Added console command ''reply'' / ''re''
     496
     497=== [https://7dtd.illy.bz/browser/binary-improvements?rev=107 rev. 107] ===
     498
     499* Console output of the Web control panel and each Telnet client is separated
     500
     501=== [https://7dtd.illy.bz/browser/binary-improvements?rev=106 rev. 106] ===
     502
     503* Updated for server build 334790
     504
     505=== [https://7dtd.illy.bz/browser/binary-improvements?rev=103 rev. 103] ===
     506
     507* Command ''sayplayer'' changed: Added short version ''pm''
     508* Command ''sayplayer'' changed: Sender is now denoted as stated in the description above so this command can be used as a PM function for players
     509* All code that could ever produce errors is now doing exception handling so it should at least never affect the game/server itself.
     510
     511=== [https://7dtd.illy.bz/browser/binary-improvements?rev=100 rev. 100] ===
     512
     513* Updated for server build 333545
     514
     515=== [https://7dtd.illy.bz/browser/binary-improvements?rev=98 rev. 98] ===
     516
     517* Fixed: inventory with multiple stacks of the same item causing an exception
     518
     519=== [https://7dtd.illy.bz/browser/binary-improvements?rev=96 rev. 96] ===
     520
     521* Fixed: New commands get registered even if Telnet is not enabled
     522* Fixed: The actual dedi server DLL is used now
     523
     524=== [https://7dtd.illy.bz/browser/binary-improvements?rev=93 rev. 93] ===
     525
     526* Added console command ''showinventory'' / ''si''
     527
     528=== [https://7dtd.illy.bz/browser/binary-improvements?rev=91 rev. 91] ===
     529
     530* Added Telnet welcome message line: ''*** Allocs server fixes loaded''
     531* Command ''getgamepref'' changed: First parameter may just be a substring of prefs, like "claim"
     532* Command ''listplayersextended'': Added output field "ping"
     533
     534=== [https://7dtd.illy.bz/browser/binary-improvements?rev=86 rev. 86] ===
     535
     536* Console commands allowed by admins.xml affect both short and long versions
     537
     538=== [https://7dtd.illy.bz/browser/binary-improvements?rev=84 rev. 84] ===
     539
     540* Added console command ''settimereal'' / ''str''
     541* Changed behaviour of Admins.xml (see features)
     542
     543=== [https://7dtd.illy.bz/browser/binary-improvements?rev=83 rev. 83] ===
     544
     545* Added console command ''sayplayer''
     546* Added logging output for remote command execution from clients
     547
     548=== Initial release ([https://7dtd.illy.bz/browser/binary-improvements?rev=81 rev. 81]) ===