This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Releases: phergie/phergie-irc-client-react
Releases · phergie/phergie-irc-client-react
Remove HHVM
remove hhvm specific code - thanks to @svpernova09
3.5.0
3.4
- Alias timer interface for event-loop 0.4 and 0.5 compatibility @WyriHaximus
- Bumped react/event-loop to 1.0 and 0.5, and drop 0.4 support @WyriHaximus
ReactPHP Versions Upgraded.
We are pleased to announce the newest release of the Phergie IRC Client for React. In this release, we have bumped the version numbers of ReactPHP for our application. If you use this library, we suggest upgrading at your earliest convenience!
Added SSL Self Signed ability.
This release fixes a long standing issue with ssl and bind to ipv4 and introduces a new option to allow self signed certificates on irc servers
3.1.0
- Add Autorun argument - Thanks @WyriHaximus!
3.0.0
- Now Requires PHP 5.5 or greater
- Dropped testing PHP 5.4 via Travs
- No longer allows PHP 7 to fail Travis
- phergie/phergie-irc-plugin-react-pong No longer needed. Marked as a conflict.
- Added
.gitattributes
file to prevent installs from downloaded extraneous files. - Use common dev dependencies package phergie/phergie-irc-bot-react-development
- Internal Processing changes
- calling
Connection::setNickname()
when the server confirms that the client's nick has changed - sending a
PONG
command when the client is pinged by the server
- calling
Thanks to @Renegade334, @PSchwisow, @rocketpastsix, and @elazar for helping contribute to this release!
2.3.0
2.2.0
- Reversed order of
WriteStream->ircWhois()
parameters to correct their optionality (@hashworks) - Added
Client->getActiveConnections()
(@Renegade334) - Bumped phergie-irc-connection dependency to version 2.0 (@Renegade334)
- Improved handling of underlying I/O streams (@Renegade334)
- Removed legacy closure binding code originally used for PHP 5.3 compatibility (@Renegade334)
- Added PHP 7 to Travis CI configuration (@elazar)
- Updated test suite to use PHPUnit 4.6 and Phake 2.1 (@Renegade334)
2.1.0
- The Composer configuration now allows for the latest available version of Monolog between 1.6 and 2.0 to be used (@hason)
Client
now properly handles the read stream being terminated, where it only previously handled the write stream being terminated (@jkazimir)README
has been updated to reflect thatreact/socket-client
no longer has to be manually installed when using SSL (@stil)- Legacy
@license
docblock tags inconsistent with the actual license were updated (@Renegade334) - The non-standard
PROTOCTL
command, which is supported by several major servers, is now supported (@Renegade334)