Commit Graph

370 Commits

Author SHA1 Message Date
Dave Conway-Jones d8e0a1803d
Bump for latest xmpp client lib 2021-10-27 13:50:02 +01:00
Trise e6b9da52aa
social-pushover | add tags parameter (#846)
* social-pushover: Add "tags" parameter.

Add "tags" for emergency prio (2) messages, so you're able to cancel them by tag. (see doc / Pushover API)

* Add msg.tags to readme.
2021-10-18 21:09:35 +01:00
Dave Conway-Jones 1f2a25637b
bump pushover node to add callback PR 2021-08-30 12:12:45 +01:00
brianmangan 6ca70977d8
Social: pushover; add callback parameter w/ documentation (#832)
* adding callback parameter to pushover node.

* pushover: callback feature added

* social/pushover documentation

* PR: added callback parameter to pushover
2021-08-30 12:10:07 +01:00
Dave Conway-Jones c5bd7da8dc
bump for doc updates 2021-07-31 09:35:52 +01:00
meeki007 b12571527f
node-red-node-email: Added documentation use of: Use secure connection & update Readme documentation (#824)
Updated README,md to better reflect the updated documentation found in the node
2021-07-31 09:33:41 +01:00
Dave Conway-Jones 761bb30ada
Email node - better handling of criteria errors 2021-07-16 14:41:12 +01:00
Dave Conway-Jones 4859a8bcc0
bump email deps for cve
to close #815
2021-06-30 09:08:09 +01:00
Dave Conway-Jones 14a8b3293b
improve xmpp presence detections 2021-06-09 23:28:51 +01:00
Dave Conway-Jones cf310adb07
remove xmpp surplus error messages 2021-06-09 22:28:34 +01:00
Dave Conway-Jones 0d1a41f18a
clarify email node tls? option flag 2021-05-11 09:22:09 +01:00
Dave Conway-Jones 93f6517d30
Fix name filtering for incoming messages
to close #492
2021-05-08 12:01:55 +01:00
Dave Conway-Jones c4cb92cd61
Increase xmpp connection timout 2021-05-06 14:48:43 +01:00
Dave Conway-Jones 246463752e
Add StartTLS option to email node 2021-04-15 10:32:40 +01:00
HiroP0 13d534ee54
added support for imap 'autotls' option to 'email in' node (#796)
* added support for imap 'autotls' option to 'email in' node
2021-04-14 17:28:03 +01:00
Dave Conway-Jones 61a03d7cc3
Tidy email node README to remove false "only one mail" statement.
and tidy some other newer functionality. like plaintext.
to close #792
2021-04-03 16:55:45 +01:00
Dave Conway-Jones 1c256fd3b3
refix email attachments array 2021-04-01 09:36:36 +01:00
Maximilian Gutwein 4697636055
Add support for separate plaintext in outgoing mails (#788)
* Add support for separate plaintext in outgoing mails

* Rename msg.plain to msg.plaintext
2021-03-31 20:51:43 +01:00
Dave Conway-Jones ef8d5bd8ee
bump feedparser package for de translation updates 2021-03-28 18:25:59 +01:00
heikokue 4572535272
feedparser node: improved EN help and added DE help (#783) 2021-03-28 18:22:53 +01:00
Dave Conway-Jones c1e83bf06f
Email - nsure imap tries to disconnect nicely first.... then destroy
to close #784
2021-03-28 16:55:28 +01:00
Dave Conway-Jones ed45d5622b
bump email package for de translations 2021-03-25 09:48:03 +00:00
heikokue 14b1e3aefb
email node: improved EN help and added DE help (#781) 2021-03-25 09:45:45 +00:00
JsBergbau e05a3f3d4d
Added retry and expire setting for Prio 2 messages (#780) 2021-03-25 09:42:50 +00:00
JsBergbau ef5b577f7f
Updated documentation for msg.html (#774) 2021-03-18 08:47:36 +00:00
Dave Conway-Jones 61025cc962
bump pushover for PR 2021-03-17 21:08:37 +00:00
JsBergbau b87488df6d
Added support for msg.html (#773) 2021-03-17 21:07:35 +00:00
Dave Conway-Jones 3330053a1c
bump sensehat , irc, and twitter nodes for German translation 2021-03-14 14:10:26 +00:00
Dave Conway-Jones e674f9ad97
cleanup some old x-red label - no new node versions 2021-03-13 14:25:45 +00:00
Dave Conway-Jones 169be33591
bump tail, sqlite, email, feedparser, pigpiod for German translations 2021-03-13 14:15:58 +00:00
heikokue 80b9316d92
added/improved DE translation of forms (#765) 2021-03-12 13:23:26 +00:00
heikokue 0772b545ea
added i18n help files (#766) 2021-03-12 13:17:23 +00:00
Dave Conway-Jones f7be874e2c
fix linting for grunt 2021-03-12 09:36:20 +00:00
Dave Conway-Jones 4d7ba48797
Add room password, better error / status reporting 2021-03-01 13:40:14 +00:00
Dave Conway-Jones 59361625cc
Add subject to chat if known 2021-02-28 17:32:49 +00:00
Dave Conway-Jones a9d1ca0491
xmpp disconnect more cleanly/correctly 2021-02-26 16:05:03 +00:00
Dave Conway-Jones 9db89f3ea1
RBE node - let topic handling be optional (#751)
* let rbe handle topics optional

and add tests

* fix text formatting

* Update package.json
2021-02-26 14:51:55 +00:00
Dave Conway-Jones c368e3bcd4
xmpp auto create rooms correctly and auto join every 60 secs if required 2021-02-25 09:05:11 +00:00
Dave Conway-Jones cafdb26832
add info command to xmpp nodes 2021-02-23 22:15:57 +00:00
Dave Conway-Jones 40362ee985
Let xmpp in handle a list of rooms 2021-02-23 12:45:55 +00:00
Dave Conway-Jones 7485760db9
xmpp node - use empty field to signify all rooms 2021-02-23 11:37:53 +00:00
Dave Conway-Jones 3ad829d75a
Let xmpp input node join "ALL_ROOMS" automatically (if asked) 2021-02-23 09:04:12 +00:00
Dave Conway-Jones b1a2741fa0
fix pushover to handle false msg.payload
to close #756
2021-02-11 21:17:59 +00:00
Dave Conway-Jones bbf9a3b7e4
bump xmpp package 2021-02-02 19:21:28 +00:00
Andreas Martens 1c34e39d8a
XMPP: improve debugging and error handling (#753) 2021-02-02 16:55:55 +00:00
Dave Conway-Jones f99e52d1fa
Merge branch 'master' of https://github.com/node-red/node-red-nodes
merge upstream
2021-02-02 10:12:32 +00:00
Dave Conway-Jones 778fd68354
add contributor 2021-01-29 16:53:50 +00:00
Dave Conway-Jones 77fac03319
bump xmpp 2021-01-29 16:48:54 +00:00
Andreas Martens fc2f6ed3c7
join a MUC if we're already connected to server and refactor error handling (#749) 2021-01-29 16:46:15 +00:00
Dave Conway-Jones 14983c9722
mail - check attachment valid contents if possible
to close #728
2021-01-12 12:41:41 +00:00