The foundational packages for Phergie 3 have firmed up and we expect to have an initial development release of a full-featured bot implementation in the coming months. Stay tuned for further developments.
phergie-irc-parser 1.3.0
Github,
Packagist
- Updated nick parsing to conform to RFC 2812 (elazar)
- Fixed crash on encountering malformed CTCP messages (elazar)
phergie-irc-generator 1.2.0
Github,
Packagist
- Added support for CTCP ACTION requests and responses (elazar)
phergie-irc-client-react 1.0.0
Github,
Packagist
- Updated WriteStream to support CTCP ACTION requests and responses (stil)
- Expanded unit tests to achieve 100% coverage (elazar)
- Improved documentation (elazar)
- Refactored connection and event handling (elazar)
- Added support for one-time and recurring timed events (elazar)
- Improved connection error handling (elazar)
Other Highlights
- PHP 5.5 was added to all project Travis CI configurations
Acknowledgements
We love our contributors! Many thanks to those without whom these releases would not have been possible.
- stil has frequently submitted issue reports, pull requests, and inspiration for new features
- igorw has kept an eye on our use of React libraries and guided us towards optimal approaches
Roadmap