Commit Graph

  • fff61861c1 Deprecated old socket nodes Nicholas O'Leary 2013-10-13 19:25:53 +01:00
  • eb9b31a21b Bit more of a shuffle round of the shutdown handling Nicholas O'Leary 2013-10-13 19:14:39 +01:00
  • 74c57faa6c moved to use the on("close", function(){}) rather than overload the close function Ben Hardill 2013-10-13 17:40:20 +01:00
  • 74d8958526 Merge remote-tracking branch 'upstream/master' Ben Hardill 2013-10-13 17:33:19 +01:00
  • e60120f7c9 Make RED.stop as per @knollery suggestion. Dave C-J 2013-10-13 10:25:01 +01:00
  • 1fb185d081 Catch SIGINT (ctrl-C/break) and try to close nodes prior to exit. Dave C-J 2013-10-12 22:00:34 +01:00
  • 8c6aa07d91 Allow node properties to be objects/arrays Nicholas O'Leary 2013-10-12 21:54:07 +01:00
  • 4c9f3bcdb6 Keep node icon centered when resizing Nicholas O'Leary 2013-10-12 21:43:26 +01:00
  • 9741c36fdb New UDP node to go with updated TCP node - includes multicast support Dave C-J 2013-10-11 21:42:34 +01:00
  • 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 Dave C-J 2013-10-10 15:35:26 +01:00
  • c5da163d50 update sample node to reflect better way to close nodes. Dave C-J 2013-10-10 15:33:46 +01:00
  • 80b76fba88 HttpRequest: don't send body for GET/DELETE methods Nicholas O'Leary 2013-10-10 09:56:07 +01:00
  • ae6fa8b6c0 Add bluetooth icon Dave C-J 2013-10-10 08:46:45 +01:00
  • 6205190c78 Fix jumping focus with Orion editor Nicholas O'Leary 2013-10-09 22:12:06 +01:00
  • 41f35881e6 Show node help in sidebar when clicked in palette Nicholas O'Leary 2013-10-09 21:41:16 +01:00
  • 6298a13f06 Add warning if http response node doesn't get a msg.res object Nicholas O'Leary 2013-10-09 20:45:51 +01:00
  • e907341d69 Restore twitter in node topic Nicholas O'Leary 2013-10-09 20:18:09 +01:00
  • a1de6d2d0b added more debug / state checking to Arduino node Dave C-J 2013-10-07 23:36:44 +01:00
  • f1bcf130aa Fix for irc client - to make connection "lazy", so it doesn't start untill needed. Dave C-J 2013-10-07 18:46:06 +01:00
  • 56476312c1 Fix wrong type of string being detected by TCPin node Dave C-J 2013-10-07 16:25:23 +01:00
  • f0f2a71e3a Yet more twitter tweaking Nicholas O'Leary 2013-10-05 23:09:55 +01:00
  • 257525fcda Inject node: no-repeat not showing correctly Nicholas O'Leary 2013-10-05 22:34:48 +01:00
  • f93f599e51 Fix camel case of flowFile in settings.js Nicholas O'Leary 2013-10-05 21:21:51 +01:00
  • f5a8230f3e Fix camel case of flowFile Nicholas O'Leary 2013-10-05 21:19:55 +01:00
  • 62550f0d14 Merge pull request #1 from node-red/master mjkoster 2013-10-05 12:20:57 -07:00
  • 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. Dave C-J 2013-10-04 22:13:25 +01:00
  • 8a6b9cbf13 Add mailing list links to README Nicholas O'Leary 2013-10-04 21:44:00 +01:00
  • b5d48ca63a Missing comma in settings.js Nicholas O'Leary 2013-10-04 21:29:34 +01:00
  • ef0e5b98c2 Allow flows file to be set in settings Nicholas O'Leary 2013-10-04 17:28:15 +01:00
  • 18e76364fc Add port-in-use error handling Nicholas O'Leary 2013-10-04 17:01:49 +01:00
  • deddd077dc Inject: fail to show correct edit view for fixed time (fixes #34) Nicholas O'Leary 2013-10-03 15:16:37 +01:00
  • 843c10d5d9 Merge 7d0e1c89a10922d968816b050089dba7b2c0c89b into d36cc4fb4c30765b68c5a6e8746608d48733395d deldrid1 2013-10-03 05:33:21 -07:00
  • 7d0e1c89a1 Merge branch 'master' of https://github.com/deldrid1/node-red Austin Eldridge 2013-10-03 08:33:09 -04:00
  • 3b3c11ff06 Changed console.log message to include our publicly accessible IP address. Austin Eldridge 2013-10-02 13:41:42 -04:00
  • 2fbe07e27e Added console.log's on start to provide an npm install string to copy and paste to install all missing modules. This is accomplished by catching all console.logs and performing a string regular expression match. Austin Eldridge 2013-10-02 13:40:44 -04:00
  • 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. Ben Hardill 2013-10-03 12:41:30 +01:00
  • d36cc4fb4c Twitter tweak Dave C-J 2013-10-02 23:40:08 +01:00
  • 5c8b2f20db untweaked and retweaked Tweet Dave C-J 2013-10-02 23:37:26 +01:00
  • e316c4734f Make "alert" nodes more consistent. Dave C-J 2013-10-02 21:16:26 +01:00
  • 148f6f418e slightly better IRC error catching Dave C-J 2013-10-02 21:15:12 +01:00
  • f6da96e7e1 Tweak Twitter Properties UI to improve flow Dave C-J 2013-10-02 21:14:02 +01:00
  • 362bc9a805 Add screenshot Nick O'Leary 2013-10-02 20:37:28 +01:00
  • 914c84e234 Merge branch 'master' of github.com:node-red/node-red Nicholas O'Leary 2013-10-02 19:43:01 +01:00
  • eafc1e4f5d Failed to set http request headers - fixes #32 Nicholas O'Leary 2013-10-02 19:42:52 +01:00
  • 4cddf92c65 Changed console.log message to include our publicly accessible IP address. Austin Eldridge 2013-10-02 13:41:42 -04:00
  • d42406eeb2 Added console.log's on start to provide an npm install string to copy and paste to install all missing modules. This is accomplished by catching all console.logs and performing a string regular expression match. Austin Eldridge 2013-10-02 13:40:44 -04:00
  • 56da5faae2 Improved the configuration screen to allow larger range of delays/rates and to make it more obvious what the values mean Ben Hardill 2013-10-02 12:31:12 +01:00
  • 0b1c14c07e Merge remote-tracking branch 'upstream/master' Ben Hardill 2013-10-02 11:04:26 +01:00
  • 85bf6ab51f merged dalay and rate limit node Ben Hardill 2013-10-02 11:03:43 +01:00
  • 43ff2fa52b Fix chicken/egg with push alert nodes... couldn't see info about config until config was correct... Dave C-J 2013-10-01 19:13:02 +01:00
  • d332600149 Add new http request node Nicholas O'Leary 2013-10-01 17:03:17 +01:00
  • e7266ba2b6 Added warning when buffer size grows above 1000 msgs Ben Hardill 2013-10-01 13:18:23 +01:00
  • d37e816cd1 Merge remote-tracking branch 'upstream/master' Ben Hardill 2013-10-01 12:45:12 +01:00
  • dd293da6fb Fix some scope issues in delay node and add rate limiting node Ben Hardill 2013-10-01 12:42:31 +01:00
  • df205aab58 Tweak curves for overlapping nodes Nicholas O'Leary 2013-10-01 11:38:46 +01:00
  • 68e7e5e226 Add HTTP Response node to make http flows easier to handle Nicholas O'Leary 2013-09-28 22:18:41 +01:00
  • 6341c2e907 Make the lines go around corners better Nicholas O'Leary 2013-09-28 21:15:32 +01:00
  • 4d6fa00150 Tiny help changes to comment and LevelDB nodes Dave C-J 2013-09-28 14:12:32 +01:00
  • 47c7656c2b Fix for unreachable menus - Fix to close Issue #7 Dave C-J 2013-09-28 14:11:50 +01:00
  • ec5fc4fabd levelDB - oops forgot to close database on close... non fatal but lots of messages ... fixed Dave C-J 2013-09-27 17:33:55 +01:00
  • 1918322ef0 Okay - leveldb node is back... addressing Issue #26 Dave C-J 2013-09-27 16:07:57 +01:00
  • a4fb33ee73 Merge remote-tracking branch 'upstream/master' Ben Hardill 2013-09-27 10:56:26 +01:00
  • fafbcdce26 renamed pause node to delay node Ben Hardill 2013-09-27 10:55:46 +01:00
  • 9c6fb698ea Tweak some node labels to make the behaviour more consistent (at least per palette section) Dave C-J 2013-09-27 10:38:59 +01:00
  • e4f105c7a1 Make the runtime embeddedable Nicholas O'Leary 2013-09-26 21:13:09 +01:00
  • 31039c6a12 Update docs Nicholas O'Leary 2013-09-26 21:12:31 +01:00
  • 661b08fa4b Fix main property of package.json Nicholas O'Leary 2013-09-26 19:58:42 +01:00
  • 4ab887c342 Added scanBLE and HTTP_generic nodes Charalampos Doukas 2013-09-26 11:28:24 +02:00
  • 6783322e5f Better serial port error handling Nicholas O'Leary 2013-09-25 15:18:55 +01:00
  • f23762ef9a move MongoDB delete function to output node as it's logically the end of a flow. Dave C-J 2013-09-25 12:04:12 +01:00
  • 021b4cd610 Added delete to MongoDB node Dave C-J 2013-09-24 20:38:37 +01:00
  • c95fc633e3 remove/hide some over zealous warn messages from blinkstick Dave C-J 2013-09-24 18:45:47 +01:00
  • b39e7d8a2b Fix R-Pi gpio node to not use reset - just set all io to input on start instead... Dave C-J 2013-09-24 18:45:02 +01:00
  • 019a4ff397 Patch for serial node - if no delimiter selected then it was holding onto the last character in the buffer. Dave C-J 2013-09-23 08:28:40 +01:00
  • 0ecbbca7e4 Restructure server code to make embedding easier Nicholas O'Leary 2013-09-20 17:15:45 +01:00
  • 7348e475eb Fix null mouse_position on node import Nicholas O'Leary 2013-09-20 16:52:07 +01:00
  • b6ba859510 Add homepage to package.json Nicholas O'Leary 2013-09-20 14:34:03 +01:00
  • 9c939d1a58 Updates to package.json Nicholas O'Leary 2013-09-20 14:31:08 +01:00
  • 6f8adc9f14 Create lib dir on start-up if needed Nicholas O'Leary 2013-09-20 14:21:45 +01:00
  • 8eb2bcbd9c looks like LevelDB has been abandoned on Node :-( searching for simple alternatives Dave C-J 2013-09-20 09:11:05 +01:00
  • 62fa61254e retire LevelDB early due to inderlying non-compilation of code issues... Dave C-J 2013-09-19 20:04:48 +01:00
  • 5390d9bc66 console.log in haste... remove at leisure Nicholas O'Leary 2013-09-19 17:01:00 +01:00
  • b110e4de17 Merge remote-tracking branch 'upstream/master' Ben Hardill 2013-09-19 16:22:39 +01:00
  • 3e538cd145 Debug sidebar: only display 200 most recent entries Nicholas O'Leary 2013-09-19 14:22:24 +01:00
  • 8821f88743 Make TCP nodes more intuitive Nicholas O'Leary 2013-09-19 13:01:26 +01:00
  • 3c456eaec4 Enhance Comment block with a editbox to allow for longer comments and possible help etc Dave C-J 2013-09-19 11:07:57 +01:00
  • 9b320d93ea Much tidier Raspberry Pi GPIO node - requires @drogon 's Wiring-Pi installed... more to come Dave C-J 2013-09-19 10:08:00 +01:00
  • 3b22b585d0 Allow nodes types to initialise asynchronously at start Nicholas O'Leary 2013-09-18 21:12:59 +01:00
  • 0878071a91 Tweak to LEDborg to use fs.exists rather than fs.read... no need to read and catch exception Dave C-J 2013-09-18 17:25:15 +01:00
  • 052aad50e6 Add LevelDB node to the mix - a file based key value store... persistent across reboots etc. Dave C-J 2013-09-18 17:15:36 +01:00
  • 62e7b253c9 HTTP node not closeing properly Nicholas O'Leary 2013-09-18 09:21:12 +01:00
  • 1d4adecaa0 Validate functions should be called in context of the node Nicholas O'Leary 2013-09-17 13:22:38 +01:00
  • d3ed9afe03 Tweaks to Debug. realigned UI to be consistent with other nodes, Increased maxlength limit to 1000, Made circular object handling the default. Dave C-J 2013-09-17 11:11:09 +01:00
  • 4b119c065a Open sidebar by default - fixes #18 Nicholas O'Leary 2013-09-16 23:16:14 +01:00
  • 0ceee215f3 Add notification for loss of connection to server Nicholas O'Leary 2013-09-16 22:20:57 +01:00
  • 2ef907632f Ad debugMaxLength to settings.js as part of Fix for Issue #17 Dave C-J 2013-09-16 18:02:57 +01:00
  • 6fc2555a2f Fix for Debug node circular references (Issue 17) - Also now limit debug message length ...(more). Added debugMaxLength setting to settings.js - default 512 - so can be overridden if required. (no doubt this will change) Dave C-J 2013-09-16 18:00:33 +01:00
  • 939178720a Fixed regex for LEDs to look for 0-9a-fA-F Dave C-J 2013-09-16 17:55:49 +01:00
  • 5a5a4644db Add PiBorg's LEDBorg to the hardware family... (only works on Pi - and only if installed :-) Dave C-J 2013-09-15 19:39:18 +01:00
  • b63876f5ae Merge remote-tracking branch 'upstream/master' Ben Hardill 2013-09-15 15:58:55 +01:00