|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/martynsmith/node-irc/tree/HEAD) |
| 3 | +## [v0.5.1](https://github.com/martynsmith/node-irc/tree/v0.5.1) (2016-11-17) |
| 4 | +[Full Changelog](https://github.com/martynsmith/node-irc/compare/v0.5.0...v0.5.1) |
4 | 5 |
|
5 | | -[Full Changelog](https://github.com/martynsmith/node-irc/compare/v0.5.0...HEAD) |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Detect ping timeout [\#76](https://github.com/martynsmith/node-irc/issues/76) |
6 | 9 |
|
7 | 10 | **Fixed bugs:** |
8 | 11 |
|
| 12 | +- Call stack size exceeded [\#337](https://github.com/martynsmith/node-irc/issues/337) |
9 | 13 | - Many servers do not send a meaningful hostname in 001 [\#288](https://github.com/martynsmith/node-irc/issues/288) |
| 14 | +- disconnect does not appear to send the reason to the server [\#89](https://github.com/martynsmith/node-irc/issues/89) |
| 15 | + |
| 16 | +**Closed issues:** |
| 17 | + |
| 18 | +- Creating a whitelist against the nickname [\#484](https://github.com/martynsmith/node-irc/issues/484) |
| 19 | +- Deployed on Heroku, app is running, no IRC connection [\#481](https://github.com/martynsmith/node-irc/issues/481) |
| 20 | +- Install does not work on Debian stable. [\#475](https://github.com/martynsmith/node-irc/issues/475) |
| 21 | +- Non private reply with highlighted nick [\#474](https://github.com/martynsmith/node-irc/issues/474) |
| 22 | +- retryDelay not mentioned in the docs [\#446](https://github.com/martynsmith/node-irc/issues/446) |
| 23 | +- 'names' event returns only 10 nicks [\#414](https://github.com/martynsmith/node-irc/issues/414) |
| 24 | +- can't get chat messages [\#384](https://github.com/martynsmith/node-irc/issues/384) |
| 25 | +- parse message TypeError: Cannot read property '1' of null [\#331](https://github.com/martynsmith/node-irc/issues/331) |
| 26 | +- TypeError: No method channel [\#254](https://github.com/martynsmith/node-irc/issues/254) |
| 27 | +- Unable to connect to OFTC network over SSL [\#247](https://github.com/martynsmith/node-irc/issues/247) |
| 28 | +- Specific mode sequences can crash the bot [\#233](https://github.com/martynsmith/node-irc/issues/233) |
| 29 | +- Event listener ctcp-privmsg's "message" is empty [\#207](https://github.com/martynsmith/node-irc/issues/207) |
| 30 | +- Mass channel MODE with -lk throws error [\#177](https://github.com/martynsmith/node-irc/issues/177) |
| 31 | + |
| 32 | +**Merged pull requests:** |
| 33 | + |
| 34 | +- Respect opt.messageSplit when calculating message length [\#385](https://github.com/martynsmith/node-irc/pull/385) ([LinuxMercedes](https://github.com/LinuxMercedes)) |
10 | 35 |
|
11 | 36 | ## [v0.5.0](https://github.com/martynsmith/node-irc/tree/v0.5.0) (2016-03-26) |
12 | 37 | [Full Changelog](https://github.com/martynsmith/node-irc/compare/v0.4.1...v0.5.0) |
|
0 commit comments