Skip to content

Releases: caffeinery/coffea

0.4.20

15 Sep 18:15
Compare
Choose a tag to compare

🍁

  • Add numeric support client.on('numeric') and client.on('001').
  • Parse 005 messages and save them into client.settings[stream_id]
  • More tests
  • Use lodash instead of underscore.

v0.4.19

16 Sep 00:58
Compare
Choose a tag to compare
  • emit connect event when we're connected
  • fix command related bug

v0.4.18

16 Sep 00:57
Compare
Choose a tag to compare
  • update unit tests
  • prevent crash
  • README.md: add configuration file example
  • README.md: add debugging section, update formatting

Improved Debugging

16 Sep 00:56
Compare
Choose a tag to compare
  • improve debugging
    • improve error handling (emit on('error') properly)
    • hide client object when logging Event, Channel and User objects
    • introduceclient.format.get(formatting) function
  • add format.get function

v0.4.16

16 Sep 00:55
Compare
Choose a tag to compare
  • fix CI (again)

v0.4.15

16 Sep 00:55
Compare
Choose a tag to compare
  • README.md: examples for command events and other goodies
  • fix channel list/cache
  • add umode function
  • getChannelList works without arguments now and gives an object of arrays (channel lists) for all networks

v0.4.14

16 Sep 00:54
Compare
Choose a tag to compare
  • fix legacy streams - this fixes CI

v0.4.13

16 Sep 00:53
Compare
Choose a tag to compare
  • small fixes related to the command event

v0.4.12

16 Sep 00:53
Compare
Choose a tag to compare
  • add command event and a prefix configuration option

v0.4.11

16 Sep 00:52
Compare
Choose a tag to compare
  • turn ssl on when specified port is 6697