15 Commits

Author SHA1 Message Date
Edward Jones
c0d443d9c5 Move from irc 0.5.2 to irc-upd 0.6.1
The irc module does not appear to be very actively maintained, and has
quite a few issues causing issues in this project itself.

This fork, maintained by me, has a few fixes to some major issues
already.

Changelogs:

- v0.6.0 - https://github.com/Throne3d/node-irc/releases/tag/v0.6.0
- v0.6.1 - https://github.com/Throne3d/node-irc/releases/tag/v0.6.1

Should fix #199, #200, as well as some issues not previously noted
(crash if unbanning a user who is not banned, crash in circumstances
with a poor internet connection).

It may also allow us to remove our workaround for the quit and nick
events having all channels in the associated array.
2017-07-01 17:29:33 +01:00
Edward Jones
91bbbad872 Add tests for discord ID mapping 2017-03-25 00:36:47 +00:00
Edward Jones
2ae9e370b6 Update check to look for presence, not equality (order unnecessary) 2017-03-25 00:36:47 +00:00
ekmartin
35c9b445e5 Update dependencies (Babel 6 etc.) 2016-01-23 20:37:29 +01:00
ekmartin
9085bc5364 Rewrite to ES6 using Babel 2015-10-28 15:24:01 +01:00
ekmartin
499eeec5a0 Fix all the tests 2015-10-28 03:37:33 +01:00
ekmartin
b4606ccb4c Fix airbnb style guide changes 2015-05-17 00:04:00 +02:00
ekmartin
7d583f81e9 Lowercase IRC channel names, fix #31 2015-05-17 00:04:00 +02:00
ekmartin
737dfbf26b Make the bot able to join password protected channels 2015-03-27 16:30:47 +01:00
ekmartin
4cceef7b50 Update tests to use slacks bot users 2015-03-23 22:05:58 +01:00
ekmartin
9756fbb671 Move channel mapping validator to its own file 2015-02-09 11:29:37 +01:00
ekmartin
ed412c3586 Update tests and add IRC-bot tests 2015-02-09 11:04:52 +01:00
ekmartin
09abb47e03 Update jshint and jscs settings and fix a few formatting errors 2015-02-06 00:33:25 +01:00
ekmartin
83746ca489 Add more channel mapping checks and tests 2015-02-05 21:59:33 +01:00
ekmartin
338fb45ab6 Add a channel mapping test 2015-02-05 21:55:15 +01:00