dgw
dgw
I like this a lot more than the +y/+Y channel mode other IRCds (Insp? IIRC) have as an option. Would happily implement client-side support and expose it in Sopel's plugin...
Dealing with cryptography on the client side doesn't sound particularly fun unless it's for a really compelling use case. I think it's perfectly reasonable to only support modifying previous messages...
I've noticed some weird things about Pushover notifications lately, too, like notifications that never appear in Android's notification shade but are present in the Pushover app's list when I check...
Must be a different issue, then. I've not changed anything in my ZNC setup for quite a while, certainly not since before I started noticing notification oddities. Good luck to...
Did you upgrade ZNC recently? External modules have to be recompiled if you install a new version of ZNC.
That's interesting. Mine built without curl (though it was compiled some time ago). Might have to wait for @jreese on this one; he knows far more than I do about...
My immediate thoughts: - Add a (configurable, optional) slight delay to notification processing. - Messages sent to the same context by the same nick as the one that triggered the...
This should be doable already by sending notifications to a script that utilizes `sendmail` (or the system's equivalent command).
Actually, the Python branch supports sending emails using SMTP. It's entirely possible that this should be closed as "implemented" (in a future release). @jreese?
For the moment, a custom URL GET request would be the way to go. I leave it to more experienced folks than myself to think of the security ramifications of...