Changes between Version 17 and Version 18 of Integrated Webserver


Ignore:
Timestamp:
29.07.2015 11:11:19 (9 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Integrated Webserver

    v17 v18  
    55
    66== Current features ==
    7 * Viewing the map of the game as much as visited by players.
     7* Viewing the map of the game as much as visited by players
     8* View currently online / offline players' locations on the map
     9* Look at the inventory (including belt and equipment) of a player
     10* Show land claims on the map
     11* Show a grid overlay on the map to easily see what region files are associated with a given area
     12* Individual permission levels for each feature, login with Steam account
    813
    914
     
    2328Since WebAndMapRendering v7 this mod uses Steam login. This means that the permission level is calculated like this:
    24291. Client has logged in with his Steam account
    25   a. Client does have an explicitly set permission level in serveradmin.xml: Use the permission level from serveradmin.xml
     30  a. Client does have an explicitly set permission level in the server's serveradmin.xml: Use the permission level from serveradmin.xml
    2631  a. Client does not have an explicit permission level: permission level is 1000 (same as it would be in game)
    27321. Client is not logged in
     
    2934  a. Otherwise permission level is 2000
    3035
    31 The permission level is used to check to which features the client is allowed access. By default only permission level 0 has access to everything, every higher permission level does not have any access. This can be changed by assigning different permission levels to the web modules with the ''webpermission'' command.
     36The permission level is used to check to which features the client is allowed access. By default only permission level 0 has access to everything, every higher permission level does not have any access. This can be changed by assigning different permission levels to the web modules with the ''webpermission'' command. A list of available permission names can be viewed with ''webpermission list''.
    3237
    3338For example in order to give everyone access to the map but not any of the map features like player tracking set the permission level of the ''web.map'' module to 2000: