Skip to content

v0.2.0

Compare
Choose a tag to compare
@gkrizek gkrizek released this 20 Feb 14:12
· 1 commit to master since this release

What's Changed

    • irc.py: fixed color code parsing/displaying issue with irc clients … by @miwob in #1
    • Fixed issue where ghi would forcefully timeout-quit on ircds that d… by @miwob in #2
    • aws.py: fixed spelling in some places by @miwob in #4
    • Fixed non-tls connections failing due to "recv() takes at least 1 a… by @miwob in #3
  • Remove newlines from base64-encoded auth string by @dstillman in #5
  • Mastodon (toot) capability integration by @Kvaciral in #9
  • add systemd-compatible logging by @Kvaciral in #10
  • Replaced deprecated base64.encodestring with base64.encodebytes by @maxwedwards in #15
  • Pinned working versions of requirements by @maxwedwards in #21
  • Made message check for authentication flow more permissive by @maxwedwards in #22
  • Made the final message check more permissive by @maxwedwards in #23
  • Updated delete message to read clearer by @maxwedwards in #24
  • Improved exception handling for unexpected and malformed messages by @maxwedwards in #25

New Contributors

  • @miwob made their first contribution in #1
  • @dstillman made their first contribution in #5
  • @Kvaciral made their first contribution in #9
  • @maxwedwards made their first contribution in #15

Full Changelog: v0.1.3...v0.2.0