Releases: panthernet/ThunderED
Releases · panthernet/ThunderED
ThunderED EVE Discord Bot v1.1.5
v1.1.5
- Added new incursions notification module
- Added new Discord command !tq
- Added new notifications: CorpAppNewMsg and CharAppWithdrawMsg (thanks to lunedis)
- Added new config property databaseFile to be able to specify database location
- Updated all settings to use unified names and fetch procedures
- Removed WebAuthModule dependency from NotificationFeedModule
- Updated Docker script (thanks to lunedis)
- Updated code to work with Abyss innovations
Breaking changes
- Reliable kill feed module is unavailable at the moment. Disabled due to ZKill API issues. Use liveKillFeedModule.
- auth config section renamed to WebAuthModule
- WebAuthModule.authCheckIntervalMinutes is now a numeric value
- discordUrl, ccpAppClientId, ccpAppSecret properties moved from WebAuthModule to webServerModule
- jabber module parameter defchan and filters are now numeric values
- liveKillFeed module renamed to liveKillFeedModule
- fleetup module renamed to fleetupModule
- jabber module renamed to jabberModule
- Removed global losses param from liveKillFeedModule. Set high minimumLossValue value for the same effect.
- Removed not used config.DiscordGeneralChannel param
- Removed not used config.comRestrictToValidChannels param
- Added new resource param imgIncursion
ThunderED EVE Discord Bot v1.1.4
v1.1.4
- Added new notifications: StructureDestroyed and OrbitalAttacked
- Added ZKB links to some of the notification messages
- Added timestamp settings for EVE Chat Relay module
- Added unified version file
- Added Back buttons to all web pages
- Reworked authentication to check for multiple discord roles per group
- Reworked notifications module to allow better control over notification filters
- Fixed auto-timers notification exception with empty notes
Breaking changes
- Settings auth -> authGroups -> group1 -> memberRole renamed to memberRoles and now is a list of strings
- notifications section replaced by notificationFeedModule section with updated settings
ThunderED EVE Discord Bot v1.1.3
Service release
v1.1.3
- Fixed fleetup notification issues
- Fixed notifications time issue
- Fixed SQLite query issues
ThunderED EVE Discord Bot v1.1.2
v1.1.2
- [BETA] Added new module for IRC connection. Now you can have two-way Discord message relay with IRC.
- [BETA] Added new module for Telegram connection. Now you can have two-way Discord message relay with Telegram.
- [BETA] Added new module and app - EVE chat relay. One way EVE ingame chat relay into Discord channels.
- Added regions and constellations cache
- Fixed welcome message translation
- Fixed double bigkill messages in reliable kill feed
- Fixed default database file missing some required fields
ThunderED EVE Discord Bot v1.1.1
- Added includePrivateMail property to mail groups
- Added Docker support
- Added additional messages when bot don't have access rights in Discord channel
- Added missing AppKey parameter to fleetup default config
- Improved overall bot performance
- Improved fleetUp module error handling
- Fixed critical error in WebAuth for pending users
- Fixed radius kill handling with 2 or more groups
- Fixed possible radius processing fail
- Some localization fixes
- Unified date format handling
ThunderED EVE Discord Bot v1.1.0
- Added sender options to mailModule to filter mail by sender IDs
- Fixed timers handling
- Fixed 0 big kill channel errors in feeds
- Refactored SQL methods
- Updated logging
ThunderED EVE Discord Bot v1.0.9
- Added BETA Mail module to feed mails by labels
- Fixed missing main web page title translation
- Improved crossplatform compatibility
ThunderED EVE Discord Bot v1.0.7-1.0.8
- Added Timers module
- Improved web queries reliability and performance. Added retries and gzip support.
- Moved web-server to the core modules, all others can use it on demand
- Moved IP address and port settings to webServerModule section
- Fixed aggressor query in wardec notifications due to weird Core bug
- Fixed role save on user authentication
- Updated notification feed access rights to include citadels info and chat chanels
v1.0.8
- Fixed auth process
- Merged auth section group settings into one - memberRole
Added new settings:
- config - requestRetries
- timersModule section
- webServerModule section
ThunderED EVE Discord Bot v1.0.6
- Added ability to run free-for-all auth server with no corp or alliance restrictions
- Fixed logging files for FleetUp
- Fixed initial setup SQL upgrade issues
ThunderED EVE Discord Bot v1.0.5
- Added !web and !authnotify commands
- Added main web-server page to display all available activities
- Added direct system, constellation and region radius KM feeds
- Added caching option for live feed modules
- Added FleetUp integration
- Fixed admin command privilegies
- Updated test module routine
- Small fixes to HTML templates
- Removed name param from feeds. Use group name directly instead.