Works quite well, just have some difficulties when there is "X is under attack", it is written in the whisp Same thing with object or quest links, it displays the code with "fffff0255" etc. But I only use it to see if I was whisp so it doesn't matter Thanks !
Do you mean that the plugin treats "X is under attack!" as whispers? Or that you get whispers, with extra random text? If the later, it's a known bug in HB and nothing I can do anything about.
EDIT: Ok it's sending the chat but taking about 2-3 minutes... Really slow and frustrating. And its got odd charactors in it like heres what I sent: Hey! But it sent : Hey! 8 501?j
You are the third person mentioning that, I suggest you read the first post again, and then again, and again. Until you find the answer.
Does anyone else have a problem with prowl on their iphone ? I find that a lot of the time the notifications don't pop up on my screen. Instead, i have to load Prowl to see the notifications listed
Great work, its been a nice addition to my monitoring toolset. The only issue I have is with whispers/say etc. They don't always make sense and sometimes I'll get the same message pushed a couple of times, sometimes up to 2-3 hours later. And they all contain odd text that has absolutely nothing to do with the whisper itself.
Aren't you the one who's tired of users not reading the first post? Maybe you should try it yourself since the "don't make sense" problem is in there. And about the delay, that have nothing to do with the plugin, since it's prowl's job to send the messages.
you should make a copy of this for the google based phones. I dont know how close the codes are but was just a idea.
I've answered this before, and I do not have an android phone. Also I'm using a third party service for this plugin.
Hello, Any idea what causes this? File: frmConfig.cs Line: 92 Error: 'BuddyProwl.BuddyProwl_Vars' is inaccessible due to its protection level File: frmConfig.cs Line: 93 Error: The name 'BuddyProwl_Funcs' does not exist in the current context
Hey Wuzzery, I've been using Notifo (http://notifo.com) on my Iphone. It's a free implementation of prowl. I looked into your code and the api for sending notifications to notifo and it looks like it would trivial to either make a new version of BuddyProwl for notifo or add an option to use notifo instead prowl. Here is some code to send a notifo notification over http with C# if you're interested: http://github.com/ramonsmits/Exyll....47ea5501ae1a8397418a4c242fc24/NotifoClient.cs In other good news, they are developing a client for android and other platforms as well. J
Thanks for letting me know about this. I will take a look, and if it looks like a good alternative I might as well add it to the plugin.
After taking a quick look, it seems like it is not compatible with the current version of Honorbuddy, seems to be using .net 4.x
Hrmmm, the only difference I could see is that you have to include an Authorization header in your HTTPRequest to notifo. Is that the problem?
Not really much into this class, but I think it uses some things only available in the .net 4.x framework. Most probably the JSON-stuff. Let's hope Honorbuddy switches over to .net 4 soon then