Skip to content

Commit 67d4a33

Browse files
committed
release 0.3.9
1 parent 52fcb1c commit 67d4a33

File tree

3 files changed

+70
-24
lines changed

3 files changed

+70
-24
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,55 @@
11

22
#### [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
336
* [156f0cd](../../commit/156f0cd) - __(Fernando Ortiz)__ Merge pull request [#166](../../issues/166) from Wykks/patch-1
437

538
Update irc
639
* [ca47a9f](../../commit/ca47a9f) - __(Wykks)__ Update irc
740

841
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
945
* [d40d6a3](../../commit/d40d6a3) - __(Jacob Gable)__ Merge pull request [#150](../../issues/150) from notpeter/master
1046

1147
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+
1253
* [51d1f4b](../../commit/51d1f4b) - __(Fernando Ortiz)__ add dep to compile on node 0.8 and other changes
1354
* [aca43c9](../../commit/aca43c9) - __(Fernando Ortiz)__ Merge pull request [#153](../../issues/153) from BenoitZugmeyer/master
1455

CONTRIBUTORS.md

+28-23
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,23 @@
11
122 Jacob Gable
2-
38 Fernando Ortiz
2+
39 Fernando Ortiz
33
7 Elliott Foster
4+
6 Chris Blake
45
5 Robb Wright
56
4 Tom Bell
6-
3 take_cheeze
77
3 Benoît Zugmeyer
88
3 Gavin
9+
3 Peter Tripp
910
3 suisho
10-
2 Peter Golm
11-
2 James O'Beirne
11+
3 take_cheeze
1212
2 Christian Gärtner
13+
2 Fabian Frank
14+
2 James O'Beirne
1315
2 Patrick Boos
16+
2 Peter Golm
1417
2 Stephen Yeargin
15-
2 Fabian Frank
18+
2 Tyler McCleve
1619
2 kmnk
17-
1 Josh Snyder
18-
1 Kevin Lo
19-
1 Kyle Kelley
20-
1 Matt Singleton
21-
1 Omri Bahumi
22-
1 Parker Moore
23-
1 Patrick Connolly
24-
1 Pete Cheslock
25-
1 Peter Tripp
26-
1 Saebekassebil
27-
1 Sally Young
28-
1 Shinji Tanaka
29-
1 Simon Gate
30-
1 William Albright
3120
1 Andy
32-
1 Yaroslav Shirokov
33-
1 fmitchell
34-
1 kingcody
35-
1 Wykks
3621
1 Arthur Maltson
3722
1 BotDev
3823
1 Cameron Turner
@@ -41,10 +26,30 @@
4126
1 Daniel J. Pritchett
4227
1 Daniel Schauenberg
4328
1 Fredrik Forsmo
29+
1 Gregor Martynus
4430
1 Ian Anderson
4531
1 Ian Yang
4632
1 James Smith
33+
1 Jami Karvanen
4734
1 Jason Vasquez
4835
1 John E. Vincent
4936
1 John Michel
5037
1 Josh Betz
38+
1 Josh Snyder
39+
1 Kevin Lo
40+
1 Kyle Kelley
41+
1 Matt Singleton
42+
1 Omri Bahumi
43+
1 Parker Moore
44+
1 Patrick Connolly
45+
1 Pete Cheslock
46+
1 Saebekassebil
47+
1 Sally Young
48+
1 Scott
49+
1 Shinji Tanaka
50+
1 Simon Gate
51+
1 William Albright
52+
1 Wykks
53+
1 Yaroslav Shirokov
54+
1 fmitchell
55+
1 kingcody

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubot-irc",
3-
"version": "0.2.9",
3+
"version": "0.3.9",
44
"author": "Fernando Ortiz <[email protected]>",
55
"description": "IRC adapter for Hubot 2.3",
66
"keywords": "hubot irc adapter",

0 commit comments

Comments
 (0)