Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Releases: phergie/phergie-irc-client-react

Remove HHVM

27 Oct 14:17
b0d03f1
Compare
Choose a tag to compare

remove hhvm specific code - thanks to @svpernova09

3.5.0

27 Jul 15:19
ca53d50
Compare
Choose a tag to compare
  • emit error when secure connection fails before initializeStream() #67

3.4

27 Jul 15:14
7a05fd0
Compare
Choose a tag to compare
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.

01 Nov 14:47
2ed4602
Compare
Choose a tag to compare

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.

07 Feb 19:22
Compare
Choose a tag to compare

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

19 Feb 15:07
Compare
Choose a tag to compare

3.0.0

15 Dec 00:14
Compare
Choose a tag to compare
  • 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 PONGcommand when the client is pinged by the server

Thanks to @Renegade334, @PSchwisow, @rocketpastsix, and @elazar for helping contribute to this release!

2.3.0

16 Jul 17:10
Compare
Choose a tag to compare
  • Made the $mode parameter of WriteStream->ircMode() optional to support mode queries per RFC 2812 (@rpasing)

2.2.0

09 Jun 15:59
Compare
Choose a tag to compare
  • 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

29 Mar 19:46
Compare
Choose a tag to compare
  • 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 that react/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)