Skip to content

Ambassador 1.1.0

Compare
Choose a tag to compare
@Ascrod Ascrod released this 26 Jan 11:52
· 124 commits to master since this release

This is a new release with new features and several bugfixes.

IRCv3 Support

  • Capability negotiation 3.2 (cap values, multiline replies) and cap-notify
  • tls (a.k.a. STARTTLS or opportunistic encryption)
  • SASL 3.1 and 3.2 (PLAIN and EXTERNAL mechanisms)
  • extended-join
  • account-notify
  • invite-notify
  • monitor
  • echo-message

Opportunistic encryption is disabled by default. You may enable it via the server connection settings in the preferences menu. In general, using opportunistic encryption is not recommended if the server supports a dedicated TLS port (typically port 6697).

Please see the wiki for details on how to connect to a server using SASL.

If the server supports MONITOR, Ambassador's notify list will be synchronized with the server's monitor list. This also means that if the server imposes a cap on the size of the monitor list, your notify list size will be capped in size accordingly.

The echo-message capability is not enabled by default. You can enable it manually on servers that support it by using the command /cap REQ echo-message. Note that messages you send will appear delayed as a result.

New Features and Changes

  • Added a message to be displayed when the client receives a CTCP request from another user (such as PING, TIME, or VERSION).
  • Moved the "Switch Text Direction" menu item from the IRC menu and the context menu to the View menu.
  • Added a link for the official Ambassador IRC channel to the welcome message (client tab) and the Help menu.
  • Standalone: Added an option for viewing the build configuration to the Help menu.
  • Standalone: Included the Twemoji font for better rendering of emoji.
  • Standalone: Included the devtools. When enabled, the devtools and scratchpad are both accessible from the Tools menu.
  • Standalone: Improved notifications for add-on installation in the Add-ons Manager.
  • Standalone: Updated platform to UXP 4.1.8 (Pale Moon 28.3.1).
  • Extension: Added support for the Interlink email client.

Bugfixes and Cleanup

  • Corrected the application name on desktop notifications and in the Windows sound mixer.
  • Fixed an issue with viewing SSL/TLS certificates of one network while another network is active.
  • Fixed an issue on the networks editor with entering port numbers.
  • Fixed some typos in Preferences.
  • Removed some references to old ChatZilla versions in some verbage.
  • Removed unused references to nsIAtomService.
  • Standalone: Cleaned up the installer code.
  • Extension: Fixed an issue with the window icon not displaying properly when running Ambassador from a host application using the --chat flag on Windows.
  • Extension: Fixed an issue preventing icons from showing on the extension's menu item.