emoncms / event_archived

Setup actions to occur when a feed goes above, below or is equal a set value. Set another feed or send an email
8 stars 25 forks source link

mcrypt_encrypt() #50

Closed roy13 closed 8 years ago

roy13 commented 8 years ago

Changes to php 5.6 no longer auto pad encryption keys. Therefore event needs modifications or use php < 5.6 Which comes with Jessie.

elyobelyob commented 8 years ago

Can I remove event?

On Mon, May 30, 2016 at 12:31 AM, roy13 notifications@github.com wrote:

Changes to php 5.6 no longer auto pad encryption keys. Therefore event needs modifications or use php < 5.6 Which comes with Jessie.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/emoncms/event/issues/50, or mute the thread https://github.com/notifications/unsubscribe/AASMJsDrjm1qhkbuzQFi4wPM6jvvGe87ks5qGiHkgaJpZM4IpZ9U .

roy13 commented 8 years ago

Please no, event is one of my most used features. Is someone able to add padding to the keys smtp password & mqtt password etc. Probably not so hard for someone who knows what they are doing. I've tried but have not enough php skill.

roy13 commented 8 years ago

I forgot to mention my colleague & i got it working on emoncms 9 have been using it for 6months now. Im not sure how to upload the working code? Should i just post it here?

elyobelyob commented 8 years ago

Not sure to be honest. I think it's now legacy. I'd keep a working copy in your own github.

I have removed my original copy of event, but as it seems everyone was using emoncms' copy anyway.

So, it'll survive as long as it does. I'm perfectly happy with the alternative MQTT solution, and am interested in MQTTWarn, but not got that going yet.

Node-red is a very fun development tool as well.

I'd look beyond the event module. It was overly heavy on API usage anyway.

A bit of a dirty hack, best left in the past!

But keep a copy yourself via github, if you need it.

On Mon, May 30, 2016 at 3:02 AM, roy13 notifications@github.com wrote:

I forgot to mention my colleague & i got it working on emoncms 9 have been using it for 6months now. Im not sure how to upload the working code? Should i just post it here?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/emoncms/event/issues/50#issuecomment-222398010, or mute the thread https://github.com/notifications/unsubscribe/AASMJjPVTF-edtlSkvMt_wcuPPK4dRHYks5qGkUegaJpZM4IpZ9U .

glynhudson commented 8 years ago

I have added a 'legacy note' the event readme