Commit Graph

1072 Commits

Author SHA1 Message Date
Nick O'Leary aa9dce207f
Update CONTRIBUTING.md 2018-12-28 19:55:55 +00:00
Dave Conway-Jones 2ca330fcb8
sqlite small doc update, and bump dep library 2018-12-19 19:37:13 +00:00
Damo ca0b01d10e Pushover image attachment feature (#509)
* Bugfix: node defaults not applying to messages

* Implemented pushover attachment feature
2018-12-13 09:33:50 +00:00
Dave Conway-Jones 73e4ae574c
Set WOL node to use more generic broadcast address byt default 2018-12-09 11:01:18 +00:00
Dave Conway-Jones 7113598098
Bump email deps 2018-12-07 23:30:57 +00:00
Dave Conway-Jones 20b2eac830
add sentiment and tail node translations
bump versions on npm
2018-12-07 17:11:09 +00:00
Dave Conway-Jones d0f36dcda1
update ping node readme
(how to run in snap)
2018-12-07 16:55:16 +00:00
Dave Conway-Jones 89d7853891
Better error catching in ping node for spawn errors... 2018-12-05 13:46:08 +00:00
Dave Conway-Jones 739e8cd9b6
bump stomp package to pick up PR fix for bad msg reuse 2018-11-28 18:42:44 +00:00
Arnaud Marchand d73d5f1af3 Save point (#506) 2018-11-28 18:39:52 +00:00
Dave Conway-Jones b75f12aced
piSRF - better handle timeouts, closing 2018-11-28 09:18:18 +00:00
Dave Conway-Jones b34338357f
neopixel - reallign tabs... 2018-11-26 08:30:22 +00:00
cymplecy 174c18a289 Update neopix.py (#505)
Remove waits inside loops if wait time == 0
2018-11-26 08:27:58 +00:00
Dave Conway-Jones 7f44a2af3d
Neopixel Add 0mS timeout option for instant updates
Thanks @cymplecy
2018-11-25 18:44:01 +00:00
Dave Conway-Jones f1066285ae
add some more tests to rbe 2018-11-11 22:36:55 +00:00
Dave Conway-Jones e1e5432ac6
revert srf node to not use edges
seems more reliable to me... :-)
2018-11-11 22:36:42 +00:00
Dave Conway-Jones 5f22603beb
Email node - Catch bad IMAP folder error to close #495 2018-10-26 17:00:27 +01:00
Dave Conway-Jones c835fe7cad
fix daemon node autorun
to close #494
2018-10-24 21:54:13 +01:00
Dave Conway-Jones a9a4ef9bf9
bump rbe, email, twitter nodes 2018-10-24 15:31:11 +01:00
Kazuhito Yokoi 8eaab69d04 Update Japanese translation for twitter node (#500) 2018-10-24 15:27:39 +01:00
Dave Conway-Jones 5b34702ac4
Add Tail node as separate node package - adds windows support 2018-10-24 15:08:42 +01:00
Kazuhito Yokoi 425f5c151f Use words and URL in new Twitter portal (#498) 2018-10-24 12:31:14 +01:00
Kazuhito Yokoi f97a59b3e3 Update Japanese messages (#499)
* Update Japanese messages

* Fix URL
2018-10-24 12:28:38 +01:00
Dave Conway-Jones f74f3402e3
let twitter node DM using D or d
to close #493
2018-10-01 17:31:18 +01:00
Dave Conway-Jones 6540439e5f
Further XMPP tidy - more accurate from field - more docs. 2018-09-29 15:17:18 +01:00
Dave Conway-Jones 7bd255a341
better filtering for XMPP messages, stop history when joining rooms 2018-09-28 21:42:36 +01:00
Dave Conway-Jones b856ee6439
Give XMPP node a serious kicking
try to sort out sharing single connections and better status
To close #438 and to close #492
2018-09-28 14:59:22 +01:00
Nick O'Leary 1f34239fbb
Merge branch 'master' of github.com:node-red/node-red-nodes 2018-09-26 16:06:38 +01:00
Nick O'Leary 010e8aa9b3
Fixup sensehat to not use sudo if not needed 2018-09-26 16:06:16 +01:00
Dave Conway-Jones 8480c42d87
update overal packages 2018-09-24 21:12:23 +01:00
Dave Conway-Jones 5dbeb23671
fix random readme 2018-09-24 20:03:23 +01:00
Dave Conway-Jones d32f11910b
clarify random node info language 2018-09-24 19:40:33 +01:00
Dave Conway-Jones b0d98cca01
check for correct version of neopixel library 2018-09-23 20:32:11 +01:00
Dave Conway-Jones 23ba609653
Add SPIdev choice to mcpxxxx node 2018-09-21 13:53:08 +01:00
Dave Conway-Jones eae67c7a6c
bump pushover packe for docs pr 2018-09-17 20:00:45 +01:00
Paul 7ca806f4d1 Update Pushover docs to include msg.sound (#491)
* Add msg.sound to node info

* Add msg.sound option to the readme
2018-09-17 19:58:24 +01:00
Dave Conway-Jones 15cab5a381
feedparser Add correct accept headers
to fix #489
2018-09-14 16:10:53 +01:00
Dave Conway-Jones a5f29e3445
bump wake on lan package 2018-09-13 12:00:53 -04:00
rappsi 8d77028b4a Update 39-wol.js (#488)
allow lowwercase letters in MAC adress
2018-09-13 11:53:50 -04:00
Dave Conway-Jones a893affbf4
update package.json 2018-09-12 17:49:07 -04:00
Dave Conway-Jones 28b143f0bf
move to MIT version of mailparser 2018-09-11 09:09:01 -04:00
Dave Conway-Jones 8acc5064d0
update notify package to use a more cross platform library 2018-09-10 11:37:20 -04:00
Dave Conway-Jones 949bbe95cd
couple of file permissions and rm node6 2018-09-06 21:33:14 +01:00
Dave Conway-Jones a2b9097613
Email node - report when on old node.js 2018-09-04 18:51:20 +01:00
Dave Conway-Jones 649f9f2fbf
Bump email node for pr attachment errors fix 2018-09-03 20:06:36 +01:00
Tom Brusehaver 337588e7ab Fix for Email In Node Crashed Node-RED (#471)
When attachments aren't correct.
2018-09-03 19:56:36 +01:00
Dave Conway-Jones 52df7cb30f
Fix email msg cloning
to close #442
to close  #461
2018-08-30 13:05:39 +01:00
Dave Conway-Jones a94157efe6
sqlite - fix fixed statement check 2018-08-24 15:23:37 +01:00
Dave Conway-Jones c59c05c693
Daemon - allow manual start rather than always auto
to close #479
2018-08-23 08:57:15 +01:00
Dave Conway-Jones 6d36f5db8a
sqlite - add test extension - half.c 2018-08-23 08:55:51 +01:00