|
1 | 1 |
|
2 | 2 | #### [Current]
|
| 3 | + * [247417d](../../commit/247417d) - __(Chris Blake)__ Merge pull request [#172](../../issues/172) from 'irc-updates'. |
| 4 | + |
| 5 | +Enable network auto-reconnect and channel auto-rejoin. |
| 6 | + |
| 7 | +Switches to matrix-org node-irc version. |
| 8 | + |
| 9 | + * [33ab25d](../../commit/33ab25d) - __(Chris Blake)__ Replace irc dependency with matrix-org version. |
| 10 | + * [6c9b2de](../../commit/6c9b2de) - __(Chris Blake)__ Enable network auto-reconnect and channel auto-rejoin |
| 11 | + |
| 12 | +Closes [#93](../../issues/93) |
| 13 | + |
| 14 | + * [e806518](../../commit/e806518) - __(Chris Blake)__ Merge pull request [#169](../../issues/169) from gra2m/patch-1 |
| 15 | + |
| 16 | +Update hubot creation documentation. |
| 17 | + |
| 18 | + * [7869b7d](../../commit/7869b7d) - __(Gregor Martynus)__ docs(README): replace hubot --create with yo hubot |
| 19 | + * [394e48e](../../commit/394e48e) - __(Chris Blake)__ Merge pull request [#167](../../issues/167) from tmccleve/master |
| 20 | + |
| 21 | +Allow enabling SASL |
| 22 | + |
| 23 | +Also closes [#160](../../issues/160). |
| 24 | + |
| 25 | + * [545ecb6](../../commit/545ecb6) - __(Chris Blake)__ Merge pull request [#158](../../issues/158) from JamiKarvanen/fix-channel-regex |
| 26 | + |
| 27 | +Add ! to channel.match regex |
| 28 | + |
| 29 | + * [3c5320b](../../commit/3c5320b) - __(Tyler McCleve)__ Add sasl |
| 30 | + * [e152f12](../../commit/e152f12) - __(Tyler McCleve)__ Adding sasl options |
| 31 | + * [7c35ef1](../../commit/7c35ef1) - __(Peter Tripp)__ Add npm badge |
| 32 | + * [8ad2674](../../commit/8ad2674) - __(Peter Tripp)__ Merge pull request [#165](../../issues/165) from internaught/master |
| 33 | + |
| 34 | +Add option to accept an expired SSL cert |
| 35 | + * [c3aedc7](../../commit/c3aedc7) - __(Fernando Ortiz)__ release 0.2.9 |
3 | 36 | * [156f0cd](../../commit/156f0cd) - __(Fernando Ortiz)__ Merge pull request [#166](../../issues/166) from Wykks/patch-1
|
4 | 37 |
|
5 | 38 | Update irc
|
6 | 39 | * [ca47a9f](../../commit/ca47a9f) - __(Wykks)__ Update irc
|
7 | 40 |
|
8 | 41 | Update irc to 0.5.0 in order to make it work with recent version of nodejs.
|
| 42 | + * [a7520ac](../../commit/a7520ac) - __(Scott)__ Add option to accept an expired SSL cert |
| 43 | + |
| 44 | +This feature is optional but undocumented https://github.com/nandub/hubot-irc/blob/master/src/irc.coffee#L168 |
9 | 45 | * [d40d6a3](../../commit/d40d6a3) - __(Jacob Gable)__ Merge pull request [#150](../../issues/150) from notpeter/master
|
10 | 46 |
|
11 | 47 | Document HUBOT_IRC_USERNAME
|
| 48 | + * [ee05591](../../commit/ee05591) - __(Jami Karvanen)__ Add ! to channel.match regex |
| 49 | + |
| 50 | +Hubot was able to join !-channels on ircnet, but couldn't respond |
| 51 | +to any messages. This adds (escaped) ! to the regex. |
| 52 | + |
12 | 53 | * [51d1f4b](../../commit/51d1f4b) - __(Fernando Ortiz)__ add dep to compile on node 0.8 and other changes
|
13 | 54 | * [aca43c9](../../commit/aca43c9) - __(Fernando Ortiz)__ Merge pull request [#153](../../issues/153) from BenoitZugmeyer/master
|
14 | 55 |
|
|
0 commit comments