Releases: WildPHP/irc-messages
Releases · WildPHP/irc-messages
Fix support for RPL_MYINFO
This release updates dependencies and fixes a specification violation in RPL_MYINFO that could cause crashes on certain networks.
Drop PHP 7.1 & fix RPL_NAMREPLY
PHP 7.1 will not be supported in 1 month. Time to drop it and move on. This allows us to bump to phpUnit 8 as well as use new language features in the future.
This release also fixes mode support for RPL_NAMREPLY and introduces the getModes() method on the same message.
Implement many more numerics and other fixes
New message support:
- 002: YOURHOST
- 003: CREATED
- 004: MYINFO
- 250: STATSCONN
- 251: LUSERCLIENT
- 252: LUSEROP
- 253: LUSERUNKNOWN
- 254: LUSERCHANNELS
- 255 LUSERME
- 265: LOCALUSERS
- 266: GLOBALUSERS
- 333: TOPICWHOTIME
- 366: ENDOFNAMES
- 372: MOTD
- 375: MOTDSTART
- 376: ENDOFMOTD
- 900: LOGGEDIN
- 903: SASLSUCCESS
Fixes:
- Better userhost-in-names support.
HOTFIX: Fix crash when attempting to convert a non-existing numeric message
Add test for a non-existing numeric verb Signed-off-by: NanoSector <rick@nanosector.nl>
Better IRCv3 support and other fixes
Initial release
v0.1 Align table columns