James Cammarata
8ac6fbe312
Bumping version_added for use_ssl param in irc module
10 years ago
Andrew Hamilton
abcfc9a13d
Added SSL support for IRC
10 years ago
Jimena Cabrera-Notari
59a0d3a77b
Adds channel key parameter
10 years ago
Michael DeHaan
62ea445b47
Add note about IRC library default change.
11 years ago
Michael DeHaan
430969781c
Merge pull request #5443 from nirvinehh/devel
...
irc module: Make default irc color none; add color none
11 years ago
Michael DeHaan
e3c800bfd4
Merge pull request #5758 from drawks/devel
...
Correct sleep calls
11 years ago
Leo R. Lundgren
7d7fd7b9a4
Fix whitespace (tabs -> spaces).
11 years ago
Leo R. Lundgren
e02efb4cf2
Make irc module accept the nick being shortened by the server.
...
This can happen if the server has a NICKLEN setting which is less
than the length of the specified nick. With this patch we now grab
that nick and use it moving forward, instead of failing because we
didn't get back the one we specified, in the connection response.
11 years ago
Dave Rawks
80c1c58d7e
Correct sleep calls
...
Looks like we import "from time import sleep" but were calling "time.sleep" which is scoped into the wrong namespace.
11 years ago
Nick Irvine
0a195f0880
Make default irc color none; add color none
11 years ago
Matt Martz
1d9dc6be56
module is not exposed to send_msg, but main() catches exceptions and uses module.fail_json
11 years ago
Matt Martz
99bacf7fff
Try to follow RFC2812 for waiting on serverl welcome and join messages before performing more tasks
11 years ago
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
11 years ago
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Michael DeHaan
08996d78d6
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
11 years ago
Andrew Todd
bd9d3d4fdd
Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.
11 years ago
Kevin Montuori
ee399420b6
added a provision for passing a server password to IRC
12 years ago
Jan-Piet Mens
98c1423269
Docs: consistently format playbook EXAMPLES
12 years ago
Gavin McDonald
93b3a1c5ea
quick and dirty fix for irc module - shadowIRCd discards unbuffered
...
input, and the extra channel hash on join wasn't helping either.
12 years ago
Jan-Piet Mens
59a95da001
notification modules irc, mqtt now exit with changed=False
...
(as per discussion on ML)
12 years ago
Michael DeHaan
e2ec0afcb6
Slight tweak of irc module example
12 years ago
Jan-Piet Mens
28395453a8
new module: IRC notification
12 years ago