Skip to content

First major release

Compare
Choose a tag to compare
@osslate osslate released this 20 Dec 18:43
· 34 commits to master since this release
  • Error handling has been improved. null will be returned when irc-message is unable to parse a message due to malformation. Else, an IRCMessage object will be returned.
  • Fixed illogical comparison whereby parseHostmaskFromPrefix() would always attempt to parse without checking if the hostmask is actually valid first.
  • parseHostmaskFromPrefix() now returns null when the prefix is not a valid hostmask.
  • Utility method tests have been added and toString tests have been improved.