summaryrefslogtreecommitdiff
path: root/notification
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-0620-0/+80
* Make `main()` calls conditional - notifications (#3656)Fabio Alessandro Locati2016-12-0510-11/+28
* Native YAML - notification leftovers (#3626)Fabio Alessandro Locati2016-12-022-29/+36
* Native YAML - notifications (#3598)Fabio Alessandro Locati2016-12-019-40/+60
* Fix bare variable references in docsAndrew Gaffney2016-11-101-1/+1
* Add TLS encyrption support to MQTT (#2700)Matthew Treinish2016-10-251-1/+43
* Make jabber module compile on python 3Michael Scherer2016-10-171-1/+3
* Make mail compile on python 3Michael Scherer2016-10-171-3/+7
* Make mqtt pass python3 sanity testsMichael Scherer2016-10-171-1/+3
* Update irc.py (#3144)hyperized2016-10-161-14/+21
* Make irc.py compile on python3Michael Scherer2016-10-141-1/+3
* Do not leak the channel token in log (#3117)Michael Scherer2016-10-081-1/+1
* slack: fix handling of html entities and escaping (#3032)René Moser2016-10-031-5/+37
* twilio: fix false negative failure - sms was sent successfully (#3033)René Moser2016-09-261-2/+6
* Merge duplicated notes, fix warning returned by ansible-doc (#2969)Michael Scherer2016-09-191-2/+1
* Fix undefined info error and accept HTTP 201 response code (#2643)Marcin Kawa2016-09-151-5/+5
* Require domain in rocketchat (#2803)Fabio Alessandro Locati2016-08-301-1/+5
* Get hipchat, sns, and typetalk notification modules compiling on py3 (#2782)Toshio Kuratomi2016-08-243-23/+41
* Slack: Fix #2393 - Enable markdown parsing when using custom messsage color (...Matthieu Barthélemy2016-08-101-1/+2
* Use HTTPS instead of legacy HTTP for ansible.com (#2636)Robin Schneider2016-08-022-4/+4
* updated docs, version is 2.2 and explain changesBrian Coca2016-07-291-12/+30
* Updates to Sendgrid Module (#1275)Jonathan Davila2016-07-291-27/+135
* add telegram notification moduleArtem Feofanov2016-06-131-0/+103
* doc: rocketchat: minor doc fix (#2420)René Moser2016-06-131-2/+2
* Ansible Module for Sending Rocket Chat Notifications (#2222)Deepakkothandan2016-06-131-0/+247
* add type declaration to the port parameter of the irc module. #AnsibleZH (#2349)P Stark2016-06-011-1/+1
* Expect 204 status when using hipchat v2 api.Adrian Likins2016-05-041-1/+4
* Set api_key as no_log, since that's likely something that should be kept priv...Michael Scherer2016-04-151-1/+1
* Fix arguments for pushover moduleMichael Scherer2016-04-131-3/+3
* Mark token as no_log, since that's used for auth (#2011)Michael Scherer2016-04-121-1/+1
* Auth_toekn is a secret, shouldn't be logged (#1999)Michael Scherer2016-04-111-1/+1
* Merge pull request #1981 from macdiesel/macdiesel/urlencode-hipchat-api-pathRené Moser2016-04-101-1/+1
|\
| * hipchat api v2 rooms are now url escapedBrian Beggs2016-04-061-1/+1
* | Client_secret is supposed to be kept secret, so mark it as no_log (#1995)Michael Scherer2016-04-091-1/+1
* | Avoid token leak by marking it as sensitive with no_log (#1966)Michael Scherer2016-04-071-1/+1
* | Do not leak mail password by errorMichael Scherer2016-04-071-1/+1
* | Mark password as 'no_log', to avoid leaking itMichael Scherer2016-04-071-2/+2
|/
* Prevent password leaks in notification/ircMichael Scherer2016-04-041-2/+2
* Use no_log=True for campfire module to avoid leaksMichael Scherer2016-04-041-1/+1
* Set no log for jabber.py passwordMichael Scherer2016-04-041-1/+1
* U() markings in pushover docs should remain but need to be uppercased.Toshio Kuratomi2016-02-071-2/+3
* remove unicode prefix and correct text in table Baptiste Mille-Mathias2016-02-071-5/+5
* Remove duplicate documentation fieldsToshio Kuratomi2016-01-282-3/+1
* Merge pull request #1336 from quoing/develBrian Coca2015-12-221-1/+1
|\
| * Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.108' when ...quoing2015-12-051-1/+1
* | Wrapping room parameter in a string in case of using room IDsZach Abrahamson2015-12-151-1/+1
|/
* Sendgrid docs fixJonathan Davila2015-11-161-11/+12
* Added style= and more colors.Jonathan Mainguy2015-11-121-8/+46
* fixed undefined msg and now actually return something meaningfulBrian Coca2015-10-191-2/+2
* Merge pull request #370 from nsg/full-attachments-supportBrian Coca2015-10-121-17/+63
|\