Skip to content

Releases: caffeinery/coffea

v0.4.10

16 Sep 00:51
Compare
Choose a tag to compare
  • README.md: fix typo, add missing comma to examples
  • README.md: add ssl options to all examples

v0.4.9

16 Sep 00:50
Compare
Choose a tag to compare
  • fix autojoin

Improved Modes

16 Sep 00:40
Compare
Choose a tag to compare
  • improved mode handling (#59)
  • add client.chanmode(channel, mode, target, network, fn) (target can also be an array)
  • add client.voice(channel, nicks, network, fn) and client.devoice(channel, nicks, network, fn)
  • add client.op(channel, nicks, network, fn) and client.deop(channel, nicks, network, fn)
  • allow passing channels in network config
  • updates to README.md
  • remove unused dependency

<3

12 Jul 18:09
Compare
Choose a tag to compare
<3
  • Adjustments to README.md
  • Created CONTRIBUTORS.md (:heart:)

Upgrade Dependencies

12 Jul 18:09
Compare
Choose a tag to compare
v0.4.6

:arrow_up: 0.4.6 upgrade dependencies

0.4.5

04 Jul 15:06
Compare
Choose a tag to compare
  • update italic format code to be more compatible with clients
  • add client.format.swap (reverse video, italic for some clients)
  • add client.format.lightgray and client.format.darkgray (aliases for lgray and dgray)

0.4.4

04 Jul 15:07
Compare
Choose a tag to compare
  • prefix its own messages with self
  • --> add selfmessage and selfprivatemessage events

0.4.3

04 Jul 15:08
Compare
Choose a tag to compare

0.4.2

04 Jul 15:09
Compare
Choose a tag to compare
  • make join/part events more consistent
  • add client.cycle() function
  • fix client.names() function
  • emit serverinfo event on getServerInfo()
  • update unit tests for new part event
  • fix client.me's multi-network support
  • add getMe() function

v0.4.1

04 Jul 15:11
Compare
Choose a tag to compare
  • small (mostly code style) fixes (93055f5)
  • emit event event to listen to all events (e.g. for debugging purposes)