packages feed

irc-core-1.1.2: CHANGELOG.md

1.1.2
-------
* Support multiple nicknames in `/filter`
* Periodically ping to determine ping-times and keep connection alive.
* Added ping time field to IrcConnection datatype.
* Add `/ping` command

1.1.1.1
-------
* Better error handling
* Added a stack.yaml

1.1.1
-----
* Add `/grep` filter command

1.1.0.1
-------
* Fix setting default nick in configuration file
* Dependency version constraint bumps

1.1
---
* Better support for Freenode's trailing spaces
* More compact metadata representation
* Ignored messages no longer count toward unread number
* Updated version bounds on lens and attoparsec
* Channel info has user count

1.0
---
* Initial hackage release