Skip to content

1.0.6

Compare
Choose a tag to compare
@postmodern postmodern released this 20 Jun 05:21
· 118 commits to main since this release
v1.0.6
  • Fixed error messages in Ronin::Support::Encoding::Base64.encode and Ronin::Support::Encoding::Base64.decode.
  • Fixed Ronin::Support::Network::IPRange::Glob#each to support * in IPv6 glob ranges.
  • Ronin::Support::Network::TCP.connect, Ronin::Support::Network::UDP.connect, and Ronin::Support::Network::HTTP.connect, when given a block, now returns the block's return value.
  • Ronin::Support::Network::TCP.connect and Ronin::Support::Network::UDP.connect properly closes the socket when passed a block that raises an exception.