Commit Graph

269 Commits

Author SHA1 Message Date
John Reese dae170524c Merge pull request #32 from mingtang/master
Pushover Sound Support
2013-03-01 13:16:41 -08:00
Ming Tang 5f41d4a3d3 Removed section about loadmodule defaults 2013-03-01 13:06:45 -08:00
Ming Tang 9182bfdb96 reorganized configuration section of docs and default options of module.
docs and default options should now be properly aligned.
2013-03-01 12:30:28 -08:00
Ming Tang 98d422c854 re-ordered notifications settings doc 2013-03-01 12:25:57 -08:00
Ming Tang a021d55010 reordered notification settings for default options so that user's can
set message_sound and message_uri on module load
2013-03-01 12:23:48 -08:00
Ming Tang 28908b6eb6 more formatting tweaks 2013-03-01 11:19:49 -08:00
Ming Tang 2870283369 added more formatting changes 2013-03-01 11:18:52 -08:00
Ming Tang a7f852f3da tweaked format 2013-03-01 11:16:52 -08:00
Ming Tang e7443d6392 updated wording for footnote 2013-03-01 11:14:54 -08:00
Ming Tang c6b60892ef tweaked README for a more exclipit description of the loadmod function 2013-03-01 11:11:57 -08:00
Ming Tang 9a3bb732c2 adding documentation for Pushover's sound support in README.md 2013-03-01 11:08:45 -08:00
Ming Tang 480ee7baa8 changed "sound" option name to the more specific "message_sound" name 2013-03-01 11:02:42 -08:00
Ming Tang 79774d694b added support for notification sounds with Pushover API 2013-03-01 10:47:32 -08:00
John Reese 66a06d465c Merge pull request #29 from danparsons/master
Changed from <nick> to [nick] in OnChanMsg
2013-02-12 18:40:35 -08:00
Dan Parsons 11c0e3a634 Changed from <nick> to [nick] in OnChanMsg
Boxcar and other apps delete strings inside <> like IRC nicks, so changed to [nick] from <nick>
2013-02-12 17:55:38 -08:00
John Reese 7114eea23a Use message_uri for URL service rather than target 2013-01-09 15:01:51 -08:00
John Reese 1c612d6922 Fix #25: add support for custom urls using get requests 2013-01-09 14:26:54 -08:00
John Reese a65def9f38 Add string replacement to message title and content to match url 2013-01-09 14:14:45 -08:00
John Reese e41034374d Add correct forms for using ExpandString in highlight checks
This adds the feature intended for revision fa46469, but using the format
found in the core ZNC perform module.  This patch is verified to compile
against ZNC 1.0.
2013-01-02 15:03:41 -08:00
John Reese d52af3483e Revert "add using ExpandString"
This commit is reportedly causing compilation issues against ZNC 1.0.

This reverts commit fa46469662.
2013-01-02 13:05:02 -08:00
John Reese cffafa1256 Merge pull request #22 from gtmanfred/master
add support for expandstring
2012-12-23 14:51:38 -08:00
Daniel Wallace fa46469662 add using ExpandString
this allows you to add to your highlights something like %nick% so if
you are /nicked to something else you can still get highlights
or any other ExpandStrings
2012-12-22 02:18:26 -05:00
John Reese e2a3bb9ac3 Master branch now supports 1.0 or newer only, use legacy for older releases 2012-11-30 14:10:21 -08:00
John Reese 11f5882e20 Merge latest features from master branch 2012-10-26 11:31:13 -07:00
Daniel Wallace e80d02ab0b Get the number of clients on the network
using the size of GetUserClients wasn't working for me
2012-10-26 11:31:04 -07:00
Daniel Wallace e1540e455c Fix #9: fix namespacing issues for map and string 2012-10-26 11:31:04 -07:00
John Reese 1dc2a13f66 Remove legacy version handling 2012-10-26 11:31:04 -07:00
Ed Kellett 10c8fb41ff Fix #3: Fix compatibility with 0.207 dev builds 2012-10-26 11:31:04 -07:00
John Reese 80cd975377 Fix #18: Respond Ok to silent commands that don't error 2012-10-26 11:30:43 -07:00
John Reese aa45b69466 Merge pull request #15 from cbenard/master
Fixing thing I broke. Adding uri for pushover.
2012-10-24 16:22:30 -07:00
cbenard 25cf019163 Removed #ifdef include since it doesn't actually work. Added URI for Pushover. 2012-10-24 17:59:17 -05:00
John Reese cf5c252e5b Merge pull request #14 from cbenard/master
Modification to make it compile under Windows ZNC and fix documentation
2012-10-24 15:13:57 -07:00
cbenard 885e8aa36e Fix documentation to refer to message_uri and not message_url. 2012-10-24 16:54:41 -05:00
cbenard dae1940dd8 Modified to compile under znc-msvc (ZNC for Windows): http://code.google.com/p/znc-msvc/ 2012-10-24 16:50:23 -05:00
Daniel Wallace 12aedd0f68 Get the number of clients on the network
using the size of GetUserClients wasn't working for me
2012-08-31 11:24:22 -07:00
Daniel Wallace 7fa3fe8326 Fix #9: fix namespacing issues for map and string 2012-08-31 11:24:15 -07:00
John Reese 2aaef797f1 New make rule to copy module to default znc path 2012-08-31 11:15:58 -07:00
John Reese ea8c52e766 Fix #6: Add 'target' option to support Pushover devices 2012-07-25 16:22:10 -07:00
John Reese 2806967e02 Remove roadmap from readme 2012-07-25 16:21:24 -07:00
John Reese 894448ca6f Remove legacy version handling 2012-07-24 09:23:11 -07:00
John Reese 58e24cf331 Fix #4: Add support for Pushover service 2012-07-23 22:07:28 -07:00
John Reese 9761c72b82 Fix #5: Wrong bugtracker link in readme 2012-07-23 19:37:15 -07:00
Travis La Marr 8379d9b27e Fix #1: Add support for Supertoasty push service 2012-07-23 19:33:15 -07:00
Ed Kellett 6c413a91e6 Fix #3: Fix compatibility with 0.207 dev builds 2012-07-16 17:54:45 -07:00
John Reese cb427730e4 Use ints to be compatible with ZNC <= 0.094 2012-03-04 13:03:07 -08:00
John Reese 143ef1a07f Document the subscribe command for Boxcar
Resolves #228
2012-01-09 00:34:45 -05:00
John Reese fedb687397 Experimental support for subscribe command
Issue #228
2012-01-09 00:34:37 -05:00
Steven Moazami 0754a2b744 Fix connection hangs when talking to Boxcar service
Signed-off-by: John Reese <john@noswap.com>
2011-12-15 12:49:46 -05:00
John Reese 54340cb90e Import FileUtils.h to fix builds on v0.200+
Fixes #227
2011-10-06 19:20:44 -04:00
John Reese c762c41478 Documented debug option added from issue #226 2011-10-06 15:58:24 -04:00