Oragono v0.8.0 Release Notes

Release Date: 2017-05-09 // almost 7 years ago
  • ๐Ÿ›  Debugging! Fixes! Better realtime monitoring!

    ๐Ÿš€ This release isn't too exciting, but packs large improvements to how we handle floods and similar issues. As well, the introduction of snomasks (take a look at /HELPOP snomasks) should help opers keep a basic view over their server during use. Only the "c" (connects) snomask is active right now, but others will be added and extended in future releases.

    Config Changes

    • โž• Added debug section containing additional debug settings.
    • โž• Added modes key on oper config, for setting modes on oper-up.
    • โž• Added ability to log to stdout in logger methods.

    โž• Added

    • โž• Added ability to log to stdout.
    • โž• Added ability to use StackImpact profiling.
    • โž• Added initial server notice masks (snomasks).

    ๐Ÿ”„ Changed

    • Socket code rewritten to be a lot faster and safer.
    • โšก๏ธ Updated account registration to use the latest proposed syntax (now being /ACC REGISTER instead of /REG CREATE).

    ๐Ÿ›  Fixed

    • โฑ Clients now timeout properly if they don't complete connection registration.
    • Word wrapping (with draft/maxline) no longer randomly drops characters.