Oragono v0.10.3 Release Notes

Release Date: 2017-12-26 // over 6 years ago
  • โšก๏ธ This patch fixes a couple bugs, updates cap/isupport token names in response to spec changes, and allows unprivileged users to list channel bans. Ah, DLINE and KLINE also store oper names, so you can see who set those pesky bans later on!

    Overall, a fairly standard patch that just improves things. No config changes, no database changes.

    Also, Merry Christmas and Happy Holidays!

    โž• Added

    • DLINE/KLINE: We now save the name of whichever oper set the ban (and display it later).

    ๐Ÿ”„ Changed

    • draft/maxline capability is now oragono.io/maxline.
    • WHO: First parameter now must be a mask or channel name, cannot be ommitted.
    • Casemapping is now advertised using the UTF8MAPPING token, matching the new spec changes.
    • We now allow unprivileged users to list channel bans.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug around removing channel bans.
    • ๐Ÿ›  Fixed a client timeout bug.