dceejay
698b2688f6
Add port, ssl and allow self signed certs to IRC node
2015-04-09 09:55:34 +01:00
Dave C-J
a51056a91f
Be a bit more relaxed about IRC node reconnect - it does happen eventually.
...
Trying to nail down Issue #447
2014-12-18 23:22:36 +00:00
Dave C-J
28a4ba1aad
Don't let IRC node try to join channels multiple times...
...
Addresses #447
2014-10-18 20:38:58 +01:00
Dave C-J
7802939bb0
fix IRC node (once again)
...
refactoring created incorrect object references - which weren't picked up.
(sorry) - Addresses Issue 439
2014-10-09 20:50:46 +01:00
Dave C-J
0c636ca707
Wind down excessive logging on IRC node
...
now only logs connects/reconnects, errors and "raw" input commands
(so you can debug them when you get it wrong)
All other messages appear on the node output anyway.
2014-10-06 10:20:40 +01:00
Dave C-J
d49ed69a0a
Remove listener limit on IRC node server connection.
...
Fixes #431
2014-10-05 21:36:42 +01:00
Dave C-J
d950ceceea
Tweak IRC fix #430 to not create multiple clients on extended reconnects
2014-10-03 22:27:58 +01:00
Dave C-J
43f55c6038
Add IRC server link check and retry after timeout
...
Fix for #430
2014-10-03 21:15:09 +01:00
Dave C-J
06e48e9cb1
make IRC node handle RAW messages more cleanly.
2014-08-31 23:50:56 +01:00
Dave C-J
42c3ee430f
Slight tweak to IRC status updates to clear on start.
2014-08-30 13:24:09 +01:00
Dave C-J
64c95f1d1b
Make IRC node channel check case-insensitive. Closes #365
...
Thanks _jhr007_ for the heads up.
Also now handle multiple output channels from a node.
And add status indicators for connectied/joined.
2014-08-30 10:41:12 +01:00
Dave C-J
0a3c889cc6
Allow IRC to listen on multiple channels from one or multiple nodes...
...
Issue #362
2014-08-29 16:41:32 +01:00
Dave C-J
e256110eac
Slight tweak to text spacing in IRC node
...
(Thanks to _jhr007_ for spotting)
Also taking chance to update to fa icons.
Closes #359
2014-08-28 21:05:00 +01:00
Dave C-J
2cdaed1325
Add "use strict" to most core nodes.
...
(skipping ones that may have other work in progress)
2014-05-29 22:13:21 +01:00
Antoine Aflalo
0ea2c92d23
Adding a listener to "names" and improve documentation
...
Being able to get the list of connected user when join the channel can be interesting, that why I added the listener.
I improved the documentation by adding all the possible status and their description.
2014-05-09 11:48:41 +03:00
Nick O'Leary
ff49d2b217
Migrate to new node function style
2014-05-03 23:32:04 +01:00
Dave C-J
b652d26b6b
Add invite event to irc node
2014-01-03 10:57:49 +00:00
Dave C-J
e5536b848a
Changes to IRC node
...
addresses fix for #106
moved channel to node properties (won't break but will flag as undeployed changes)
changed defaults to be irc.freenode.net
allow input of a msg.raw as an array of a raw irc command (undocumented)
2014-01-02 11:15:03 +00:00
Nicholas O'Leary
48dabffefc
Move all nodes into core subdirectory
...
This makes it easier to distinguish core nodes from those added later
2013-11-14 15:52:19 +00:00