@Scorpius, I'd like to ask you about the changes (besides the new encryption protocol) that you had to make in version 0.25. The reason is that I've noticed a (slightly) higher power consumption with this new version. I've done a few experiments with powertop, and noticed that if I'm not connected (Yappari "waiting for connection") there is no significant increase w.r.t. when Yappari is fully closed. However when I'm connected (with GPRS, but I think this is irrelevant), Yappari does some activity once per second. This prevents the CPU from going to the C4 state as often as when Yappari is not connected (not connected: C4 ~ 92% when idle, connected: C4 ~ 70% when idle, the rest in C3). The hardware wakeups go from 1.5 wakeups/s to 4.2 wakeups/s. It may be that something requires Yappari to do this (for obvious reasons, I cannot look at the source code), but it could also be that you've mistakenly introduced some unnecessary polling. This is no big deal (I now tend to actively start and close Yappari according to my needs, instead of leaving it always-on), but I'd appreciate it if you could give it a look. Cheers.