270
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sanity! Fix random broken stuff, but some contact handling still needs a minor cleanup, especially around adding recently authorized contacts, triggered by difficulties I had in speaking with the Psi maintainer. More... about 23 years ago
Ran the lot through indent -kr to fix KDevelop braindamage. Ugh. More... about 23 years ago
Fix some very ugly char[]-to-QString conversion, reported by valgrind. It didn't crash, but it can't be good either. More... about 23 years ago
I think 'delete this' is kinda evil in most code... instead just let the protocol delete contacts and all memory leaks and crahses seem to be gone for MSN :-) More... about 23 years ago
make it compile by adding kopetemessagemanager.cpp the thing is it was complaining for lack of destructor in kopetemessagemanager.moc.o for kopetemessagemanagerg More... about 23 years ago
Made it compile More... about 23 years ago
Made it compile More... about 23 years ago
first try More... about 23 years ago
New MessageManager More... about 23 years ago
Group related code is gone now from KMSNService and in MSNProtocol. More... about 23 years ago
Updated the TODO. Added close buttons on all tabs. More... about 23 years ago
kirc and UI fixes. More... about 23 years ago
showmenu wasnt being called More... about 23 years ago
Hooray for working messaging! Whoo! More... about 23 years ago
Initial messaging support, albeit with a bunch of holes. Yes, KJabber conflicts with Kit's existing library, but Neil will just have to chill until I rename it, which will be soon. More... about 23 years ago
Corrected CTCP reply support and implemented the /ctcp command (only ping is currently supported). More... about 23 years ago
-made my fix complete -ditched some kiconloader warnings More... about 23 years ago
-no need for an explicit this pointer in statusbaricon.cpp. -no need for an dummy QWidget/layout. setCentralWidget does it all for us. More... about 23 years ago
Added some QLayouts, so the preferences-diologue isn't screwed up.
wolffc
as Carsten Wolff
More... about 23 years ago
Lunchtime hacking: adding groups is now handled directly in MSNProtocol, no ugly kludge to KMSNService and back. More... about 23 years ago
Make a static accessor for the first service socket instance as if it were a singleton. Actually, it still _is_ a singleton at the moment, but that will not last very long, and the API doesn't enforce it, having a public constructor. More... about 23 years ago
compile More... about 23 years ago
don't delay the away popup in the toolbar More... about 23 years ago
add vim modeline More... about 23 years ago
- Implemented importance(), now online contacts are shown if offline users are turned off More... about 23 years ago
KMSNContact is now gone too in favour of MSNContact. The API is beginning to get saner, although there are still some very ugly hooks all around, even in the newer pieces, in order to keep the old cruft working... More... about 23 years ago
Seperated TabCompleter from IRCChatView. IRCChatView now inherits IRCChatViewBase. More... about 23 years ago
Added a topic field, with the ability to change the topic. More... about 23 years ago
Added initial support for CTCP messages. CTCP PING and CTCP VERSION is now replied to when clients query it. Also fixed the problem when someone changes their nick on one channel it doesn't broadcast the message onto channel in which the user isn't even in. More... about 23 years ago
KNotifier beep support for KopeteEvent's (Hendrik's patch) More... about 23 years ago