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
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
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
cbenard
25cf019163
Removed #ifdef include since it doesn't actually work. Added URI for Pushover.
2012-10-24 17:59:17 -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
John Reese
ea8c52e766
Fix #6 : Add 'target' option to support Pushover devices
2012-07-25 16:22:10 -07:00
John Reese
58e24cf331
Fix #4 : Add support for Pushover service
2012-07-23 22:07:28 -07:00
Travis La Marr
8379d9b27e
Fix #1 : Add support for Supertoasty push service
2012-07-23 19:33:15 -07:00
John Reese
cb427730e4
Use ints to be compatible with ZNC <= 0.094
2012-03-04 13:03:07 -08: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
dd432247f8
Added support for the Notify My Android service
...
Issue #226
2011-10-06 14:54:17 -04:00
John Reese
e418634485
Added support for the Prowl service
...
Issue #226
2011-10-06 14:53:04 -04:00
John Reese
77196be1ca
Initial support for Boxcar API
...
Issue #226
2011-10-05 15:26:03 -04:00
John Reese
c21c135d78
Add debug messages to CPushSocket::Request()
2011-09-29 16:36:28 -04:00
John Reese
d76bc28067
Check for username/secret when sending messages
2011-09-29 15:44:58 -04:00
John Reese
4667fd52bc
Move Notifo-specific details into send_message()
...
Issue #226
2011-09-29 15:42:33 -04:00
John Reese
0af5679f1d
Extract HTTP request handling to CPushSocket
...
When sending HTTP requests, the notification code doesn't need to know
how to build arbitrary requests.
Issue #226
2011-09-29 15:23:07 -04:00
John Reese
7817e98dba
Add option for service name
...
Currently enforces either "notifo" or "boxcar", but does not yet change
any behaviors in the rest of the module. Also prevents appending or
prepending to the option value.
Issue #226
2011-09-29 10:21:15 -04:00
John Reese
1f76601c56
Get missing defaults and save options when loading
...
Follow-up to ref 60632d42f
. Initial implementation would lose loaded
options when the module was reloaded, and would cause errors if the
loaded dictionary did not contain all of the option values.
2011-09-29 09:54:44 -04:00
John Reese
a69ec09d6b
Rebrand project as ZNC Push
...
Issue #226
2011-09-29 09:30:08 -04:00