Version: 0.70.0 (using 4.2.1 (KDE 4.2.1), Debian packages) Compiler: cc OS: Linux (i686) release 2.6.29-rc6-sidux-686 This is the same as bug 134335. But in the last comment there it was said to post a new bugreport in case the problem still exists. I did a patch to fix the problem, and i've also tested it. 33a34 > #include <time.h> 47a49 > static time_t last_nudge = time(NULL); //Epoch of the last nudge 280c282,287 < KNotification::event( QString::fromLatin1("buzz_nudge"), i18n("A contact sent you a buzz/nudge.") ); --- > > time_t now=time(NULL); > if (now-last_nudge>20) { > KNotification::event( QString::fromLatin1("buzz_nudge"), i18n("A contact sent you a buzz/nudge.") ); > last_nudge=now; > }
a Distributed Denial of Service? really? :-)
(In reply to comment #1) > a Distributed Denial of Service? really? :-) Yeah, try to ask your friends to nudge you over and over for 10 minutes. If your CPU is not so new, it will go to 100%.
Well, that's not a DDOS, the MSN service doesn't suffer from it.
(In reply to comment #3) > Well, that's not a DDOS, the MSN service doesn't suffer from it. It is... Denies me the service of my computer (since it is too busy showing notifications).
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Hi there, sorry for the bad news, but MSN has been discontinued, so I will be closing this bug. Thank you for helping us make KDE software even better for everyone!