Skip to content

Commit

Permalink
Supported on Node v4.5+
Browse files Browse the repository at this point in the history
Was previously 4.x for ES6 goodies. Now v4.5 to fix issues with TLS and IPv6
not playing nicely together, which meant that you couldn't connected to IRC
networks over TLS with IPv6.

See:
 - nodejs/node#6654
  • Loading branch information
kegsay committed Oct 31, 2016
1 parent b14ed96 commit 340b8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ you use this method, the bridge can be run via `node app.js`.


### Requirements
- Node.js v4 or above.
- Node.js v4.5 or above.
- A Matrix homeserver you control running Synapse 0.9 or above.

## 2. Configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
"engines": {
"node": ">=4.0"
"node": ">=4.5"
},
"scripts": {
"test": "BLUEBIRD_DEBUG=1 jasmine-node spec --verbose --forceexit --captureExceptions",
Expand Down

0 comments on commit 340b8b9

Please sign in to comment.