Skip to content

v5.1.1 - New Command Line Arguments And Bug Fixes

Compare
Choose a tag to compare
@DuckBoss DuckBoss released this 08 Feb 02:36
· 128 commits to master since this release

Updating Notes

This update DOES NOT require you to reconfigure configs, aliases, or database files.
This should be a straight-forward update for v5.1.0 users.

New Command Line Arguments

  • -usehttps: Enable the usage of HTTPS for the web interface.
  • -nohttps: Disable the usage of HTTPS for the web interface if enabled in the config file.
  • -websslcert: Enter the path to the SSL certificate file for the web interface (if HTTPS enabled).
  • -websslkey: Enter the path to the SSL key file for the web interface (if HTTPS enabled).
  • -webgeneratecert: Enables automatic certificate/key creation for the web interface (if HTTPS is enabled).
  • -noautoreconnect: Disables auto-reconnecting if the bot disconnects from the mumble server if enabled in the config file.
  • -noselfregister: Disables self-registration to the connected mumble server if enabled in the config file.
  • -nodatabasebackups: Disables automatic database backups for the bot service if enabled in the config file.
  • -noaudioduck: Disables audio ducking for the bot audio system if enabled in the config file.
  • -nologging: Disables event logging for the bot service if enabled in the config file.
  • -nologtrace: Disables stack trace logging for all logged events if enabled in the config file.

Bug Fixes

  • Fixed multiple command line arguments that enabled bot features such as (-uselogging, -usedatabasebackups, -useweb, -autoreconnect, etc)
  • Fixed -mediacookie command line argument documentation in wiki.

Misc

  • Added -nostdin parameter to ffmpeg launch options in the internal handling of the audio interface.
  • Updated bot version to v5.1.1