Oragono v0.6.0 Release Notes

Release Date: 2017-01-19 // over 7 years ago
  • ๐Ÿš€ We've added a ton of new features in this release! Automated connection throttling, the ability to KLINE, updated casemapping and line-length specifications.

    I've also started including a new section in the changelog called Config Changes, which should help you find what you need to update across releases.

    Config Changes

    • enabled key added under the connection-limits section.
    • connection-throttling section added under server.
    • linelen section added under limits.

    โž• Added

    • โž• Added ARM build (for Raspberry PIs and similar).
    • โž• Added automated connection throttling! See the new connection-throttling section in the config.
    • โž• Added KLINE and UNKLINE commands. Complementing DLINE's per-IP and per-network bans, this lets you ban masks from the server.
    • โž• Added LUSERS command (thanks @vegax87).
    • โž• Added draft IRCv3 capabilities draft/message-tags-0.2 and draft/message-ids.
    • โž• Added proposed IRCv3 capability draft/maxline.

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed casemapping from "rfc7700" to "rfc7613", to match new draft spec.
    • โšก๏ธ Connection limits can now be freely enabled or disabled. If updating, check the new enabled flag under the connection-limits section of the config.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue where UNDLINE didn't save across server launches.
    • โœ‚ Removed several race conditions which could result in server panics.
    • WHOIS: Multiple channels now appear in a single reply (thanks @vegax87).