You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new UseStrictAuthenticationMode param to auth group (read explanation below)
Added new week(w), lastweek(lw), lastday(ld), rating(r) command parameters for !stats command
Added new ExcludeFromOneButtonMode param to auth group to avoid being search when UseOneAuthButton is enabled
Added new dateFormat param to Config section
Added new RatingModeChannelId param to StatsModule and IncludeInRating param to Stats groups to autopost rating message
Improved auth process checks to go in the following order: char -> corp -> alliance
Improved auth process checks to search criterias through several filters within one group (read explanation below)
Improved auth checks to delete applying members with invalidated tokens
Improved ZKB sockets cleanup and restart
Fixed !stats d command to not include losses to npc
Fixed type filtering for contracts feeder
Fixed simplified auth empty line handling
Simplified web server settings (read breaking changes below)
Moved Templates/Messages templates to Data directory under Linux (read breaking changed below)
NOTES
helpStat language entry has been updated
BREAKING CHANGES
Auth process checks will now search criterias through several filters within one group by default. This means that the process will now gather all roles that match characters ID, corp ID and alliance ID in AllowedCharacters, AllowedCorporations and AllowedAlliances filters.
New UseStrictAuthenticationMode param has been introduced which is false by default. When enabled it will force auth process to act as before and stop after the first matching criteria is found.
Removed WebListenIP and WebListenPort params from WebServerModule config section. Internal port will now always be similar to WebExternalPort and internal IP address will now always be 0.0.0.0. This IP will force app under Linux and Windows to listen all local interfaces.
The bot will now search for Templates/Messages templates in Data/Templates/Messages directory under Linux