Skip to content

Releases: domsson/libtwirc

Version 0.1.2

24 Sep 18:47
Compare
Choose a tag to compare

Version 0.1.1

01 Jun 12:29
Compare
Choose a tag to compare
  • Added twirc_get_tag()
  • twirc_get_tag_by_key() deprecated, now alias of twirc_get_tag()
  • Improved signal handling so that "harmless" signals like SIGWINCH won't bring the main loop to a halt
  • Introduced new error flags, TWIRC_ERR_NONE and TWIRC_ERR_EPOLL_SIG

Version 0.1.0

28 May 23:09
Compare
Choose a tag to compare

First release; hopefully with a somewhat stable interface.

This is not unit-tested and I'd bet my pants that there are bugs lurking in there. However, I've now developed several smaller projects using the library that work well so far. Anyway, use at your own risk.