Skip to content

zIRC v1.2.7

Compare
Choose a tag to compare
@wolfy1339 wolfy1339 released this 18 Jun 15:23
· 58 commits to master since this release

This is a bugfix release for v1.2.6
Fixed issues:

  • Fix SASL EXTERNAL not working
  • Fix code hanging when we failed SASL authentication for all supported methods
  • Fix detecting SASL methods supported by a server
  • Fix irc.quit(): There was a space before the arguments
  • Fix irc.mode(): nick and mode arguments were inversed
  • Don't use a bare except in zirc.test
  • Included the ReStructuredText README in the package
  • Add win_inet_pton to requirements on windows
  • Fix a UnicodeEncodeError on Python 2.7