Commit Graph

8387 Commits

Author SHA1 Message Date
Nicholas O'Leary 32fcd12919 Add switch node 2013-10-13 20:28:21 +01:00
Nicholas O'Leary fff61861c1 Deprecated old socket nodes 2013-10-13 19:25:53 +01:00
Nicholas O'Leary eb9b31a21b Bit more of a shuffle round of the shutdown handling 2013-10-13 19:14:39 +01:00
Ben Hardill 74c57faa6c moved to use the on("close", function(){}) rather than overload the close
function
2013-10-13 17:40:20 +01:00
Ben Hardill 74d8958526 Merge remote-tracking branch 'upstream/master' 2013-10-13 17:33:19 +01:00
Dave C-J e60120f7c9 Make RED.stop as per @knollery suggestion. 2013-10-13 10:25:01 +01:00
Dave C-J 1fb185d081 Catch SIGINT (ctrl-C/break) and try to close nodes prior to exit. 2013-10-12 22:00:34 +01:00
Nicholas O'Leary 8c6aa07d91 Allow node properties to be objects/arrays 2013-10-12 21:54:07 +01:00
Nicholas O'Leary 4c9f3bcdb6 Keep node icon centered when resizing 2013-10-12 21:43:45 +01:00
Dave C-J 9741c36fdb New UDP node to go with updated TCP node - includes multicast support 2013-10-11 21:42:34 +01:00
Dave C-J ee92967efa Fixes for Arduino (firmata) node - to try to make it work on a Pi... very slow to initialise... was never coming ready in time... hopefully fixes Issue #35 2013-10-10 15:36:23 +01:00
Dave C-J c5da163d50 update sample node to reflect better way to close nodes. 2013-10-10 15:36:23 +01:00
Nicholas O'Leary 80b76fba88 HttpRequest: don't send body for GET/DELETE methods 2013-10-10 09:56:24 +01:00
Dave C-J ae6fa8b6c0 Add bluetooth icon 2013-10-10 08:46:45 +01:00
Nicholas O'Leary 6205190c78 Fix jumping focus with Orion editor 2013-10-09 22:12:06 +01:00
Nicholas O'Leary 41f35881e6 Show node help in sidebar when clicked in palette 2013-10-09 21:41:16 +01:00
Nicholas O'Leary 6298a13f06 Add warning if http response node doesn't get a msg.res object 2013-10-09 20:45:51 +01:00
Nicholas O'Leary e907341d69 Restore twitter in node topic 2013-10-09 20:18:09 +01:00
Dave C-J a1de6d2d0b added more debug / state checking to Arduino node 2013-10-07 23:36:44 +01:00
Dave C-J f1bcf130aa Fix for irc client - to make connection "lazy", so it doesn't start untill needed. 2013-10-07 18:46:06 +01:00
Dave C-J 56476312c1 Fix wrong type of string being detected by TCPin node 2013-10-07 16:25:23 +01:00
Nicholas O'Leary f0f2a71e3a Yet more twitter tweaking 2013-10-05 23:09:55 +01:00
Nicholas O'Leary 257525fcda Inject node: no-repeat not showing correctly 2013-10-05 22:34:48 +01:00
Nicholas O'Leary f93f599e51 Fix camel case of flowFile in settings.js 2013-10-05 21:21:51 +01:00
Nicholas O'Leary f5a8230f3e Fix camel case of flowFile 2013-10-05 21:20:11 +01:00
Dave C-J c7bbfeeb7c suppress warning from underlying xmpp library - missing stringprep is unlikely to cause a problem unless using higher utf8 codes, but it doesn't compile at present so more trouble for users than it's worth. 2013-10-04 22:13:25 +01:00
Nicholas O'Leary 8a6b9cbf13 Add mailing list links to README 2013-10-04 21:44:00 +01:00
Nicholas O'Leary b5d48ca63a Missing comma in settings.js 2013-10-04 21:29:34 +01:00
Nicholas O'Leary ef0e5b98c2 Allow flows file to be set in settings 2013-10-04 17:28:15 +01:00
Nicholas O'Leary 18e76364fc Add port-in-use error handling 2013-10-04 17:01:49 +01:00
Nicholas O'Leary deddd077dc Inject: fail to show correct edit view for fixed time (fixes #34) 2013-10-03 15:16:52 +01:00
Ben Hardill 25d8a59d6c Fix some layout issues in the config popup and made the rate limit mode shut down the timer and make sure it sends the first message straight away when the buffer is empty. 2013-10-03 12:41:30 +01:00
Dave C-J d36cc4fb4c Twitter tweak 2013-10-02 23:40:08 +01:00
Dave C-J 5c8b2f20db untweaked and retweaked Tweet 2013-10-02 23:37:26 +01:00
Dave C-J e316c4734f Make "alert" nodes more consistent. 2013-10-02 21:16:26 +01:00
Dave C-J 148f6f418e slightly better IRC error catching 2013-10-02 21:15:12 +01:00
Dave C-J f6da96e7e1 Tweak Twitter Properties UI to improve flow 2013-10-02 21:14:02 +01:00
Nick O'Leary 362bc9a805 Add screenshot 2013-10-02 20:37:28 +01:00
Nicholas O'Leary 914c84e234 Merge branch 'master' of github.com:node-red/node-red 2013-10-02 19:43:01 +01:00
Nicholas O'Leary eafc1e4f5d Failed to set http request headers - fixes #32 2013-10-02 19:42:52 +01:00
Ben Hardill 56da5faae2 Improved the configuration screen to allow larger range of delays/rates and to make it more obvious what the values mean 2013-10-02 12:31:12 +01:00
Ben Hardill 0b1c14c07e Merge remote-tracking branch 'upstream/master' 2013-10-02 11:04:26 +01:00
Ben Hardill 85bf6ab51f merged dalay and rate limit node 2013-10-02 11:03:43 +01:00
Dave C-J 43ff2fa52b Fix chicken/egg with push alert nodes... couldn't see info about config until config was correct... 2013-10-01 19:13:02 +01:00
Nicholas O'Leary d332600149 Add new http request node 2013-10-01 17:03:17 +01:00
Ben Hardill e7266ba2b6 Added warning when buffer size grows above 1000 msgs 2013-10-01 13:18:23 +01:00
Ben Hardill d37e816cd1 Merge remote-tracking branch 'upstream/master' 2013-10-01 12:45:12 +01:00
Ben Hardill dd293da6fb Fix some scope issues in delay node and add rate limiting node 2013-10-01 12:42:31 +01:00
Nicholas O'Leary df205aab58 Tweak curves for overlapping nodes 2013-10-01 11:38:46 +01:00
Nicholas O'Leary 68e7e5e226 Add HTTP Response node to make http flows easier to handle 2013-09-28 22:18:41 +01:00