You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG 598B

123456789101112131415161718
  1. vNEXT (in development)
  2. * Simplified how messages are constructed.
  3. Instead of: client.send(joinMessage("#channel"))
  4. Now use: client.sendJoin("#channel")
  5. * Added reply utility to easily send replies to message events
  6. v0.2.1
  7. * Added documentation and reduced visibility of some internal methods/classes
  8. * (Internal) Enabled Travis, Codacy and Coveralls
  9. v0.2.0
  10. * Added support for connecting over TLS
  11. * Simplified how event handlers are registered
  12. * Improved use of coroutines so users don't have to worry about them
  13. * (Internal) Upgraded to Gradle 5.1.1