Skip to content

Releases: itslukej/zirc

v1.2.10: Bump release

28 Nov 02:50
2f10589
Compare
Choose a tag to compare
In order to remoe code from PyPi that wasn't working, and not on GitHub

zIRC v1.29

23 Aug 03:41
8ff914b
Compare
Choose a tag to compare

This release fixes a long standing bug that went un-noticed for very long. zIRC would create loop threads indefinately

zIRC v1.2.8

15 Jul 18:37
Compare
Choose a tag to compare

This is a release that replaces v1.2.7 due to a bug in setup.py

zIRC v1.2.7

18 Jun 15:23
Compare
Choose a tag to compare

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

zIRC v1.2.6

13 Apr 19:40
2893c0b
Compare
Choose a tag to compare

This is a bugfix release for v1.2.5

  • Fix setup.py so it can be used on Python 2.7 and Python 3.2
  • Fix tests

zIRC v1.2.5

12 Apr 18:07
f2d6355
Compare
Choose a tag to compare

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

zIRC v1.2.4

09 Dec 03:15
Compare
Choose a tag to compare
  • Fix irc.kick() and irc.action()
  • Add SASL EXTERNAL and CertFP support
  • Support IRCv3.2 CAP
  • Support IRCv3.2 Message Tags
  • Support IRCv3.2 cap-notify
  • Add ability to color IRC messages
  • Fix a bug where event.target would show the first word of the QUIT message and event.arguments would not contain the QUIT message
  • Add a new helper function: irc.remove()
  • Several file linting fixes (See #21, 64e83eb, 5413aeb, 3e5b276, 8cb2b47, fd88f1e and 5b4b8fb)
  • Add support for channel keys in irc.join()

zIRC v1.2.3

30 Sep 18:01
Compare
Choose a tag to compare
  • Add the new caps and SASL method

ziRC v1.2.2

26 Aug 23:26
Compare
Choose a tag to compare
  • Have setup.py use find_packages() instead

zIRC v1.2.1

26 Aug 23:10
Compare
Choose a tag to compare
  • add "pysocks" to the requires list