Skip to content

Releases: SwiftNIOExtras/swift-nio-irc

L00per

12 Dec 16:06
Compare
Choose a tag to compare
L00per Pre-release
Pre-release

Fix an endless loop in the IRC message parser, should fix issue #4.

The parser skips empty lines, but didn't properly adjust the looping index. That should be fixed now.

P.S.: Now building on more Travis platforms (e.g. Linux Swift 4.2, and XcodeX)

Extra Protocol

26 Jul 10:28
Compare
Choose a tag to compare
Extra Protocol Pre-release
Pre-release

Decouple the protocol implementation from the client to make it useful to arbitrary higher level frameworks. The client now lives in an extra package over at Noze.io.