Oragono v0.3.0 Release Notes

Release Date: 2016-10-23 // over 7 years ago
  • ๐Ÿ›  We now support dynamically reloading the config file, along with some new IRCv3 capabilities and some fixes.

    ๐Ÿ›  The REHASH changes are fairly extensive here, but should now be stable (this also fixes a denial of service possible with the old code).

    ๐Ÿ”’ Security

    • Prevent a denial of service where the server would stop accepting connections.

    โž• Added

    • โž• Added REHASH command.
    • โž• Added ability to message channel members with a specific privelege (i.e. support for STATUSMSG).
    • โž• Added ability to enable and disable SASL.
    • โž• Added support for IRCv3 capabilities cap-notify and echo-message.

    ๐Ÿ”„ Changed

    • Server operators no longer have permissions to do everything in channels.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  MODE: Fixed issue where channel privelege changes returned incorrectly.