Skip to content

zIRC v1.2.5

Compare
Choose a tag to compare
@wolfy1339 wolfy1339 released this 12 Apr 18:07
· 91 commits to master since this release
f2d6355

This is a bugfix release for v1.2.4

  • Fix #33: Fix a IndexError in event.source
  • Refactor the event module (#29)
  • Refactor the way you style messages (#28)
  • Add the rest of the IRCv3 numerics, so that you can implement any other IRCv3 feature not implemented in zIRC yourself
  • Fix an AttributeError in zirc.util.repl.Repl
  • Test zIRC against PyPy
  • Only execute a CAP if it is supported by the server
  • Use self.stringcaps instead of self.caps in zirc.Caps (d9fd264 & 10197ef)
  • Fail the stup of zIRC if the Python version is > 2.7 and > 3.2