summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-10-24Rejoin MUCs on reconnect.Kevin Smith
2010-10-24Provide feedback in the status header when attempting to connect.Kevin Smith
2010-10-23Don't lose notification enabledness when the user changes status.Remko Tronçon
2010-10-22Fixed memory leaks and segfault on signout.Remko Tronçon
2010-10-21Moving queries & responders around.Remko Tronçon
2010-10-21Fixed authentication problems on reconnect.Remko Tronçon
2010-10-10Moved presenceOracle inside Client.Remko Tronçon
2010-10-10Moved XMPP roster & controller from Swift to Client.Remko Tronçon
2010-10-10Move SoftwareVersion responder from Swift to Client.Remko Tronçon
2010-10-10Client refactoring.Remko Tronçon
2010-10-10Move SoftwareVersionResponder constructor arguments to setter.Remko Tronçon
2010-10-10Refactor responders to only start on start().Remko Tronçon
2010-10-09Move Settings to Swift/Controllers.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-10-08Fix for very unlikely timing-related crash when quitting during event handlingKevin Smith
2010-10-08Update roster header even when going offline.Kevin Smith
2010-10-08Cancel chat state display when offline.Kevin Smith
2010-10-07Code cleanup from recent commitsKevin Smith
2010-10-05Create 'Enable notifications' menu on Linux.Kevin Smith
2010-10-04Disable the notifier when going to DND.Remko Tronçon
2010-10-04Implement getBoundJID() (as getJID())Remko Tronçon
2010-10-02Persist roster group expandiness.Kevin Smith
2010-10-01Reuse server-generated resources.Kevin Smith
2010-10-01Use caps for enabling chat state notifications.Kevin Smith
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-09-15Fixed EventController destruction order.Remko Tronçon
2010-09-15Added EventNotifier.Remko Tronçon
2010-09-15Use NickResolver for nicks in notifications.Remko Tronçon
2010-09-13Moved XMPPRosterController to Swiften.Remko Tronçon
2010-09-13Added presence notifier.Remko Tronçon
2010-09-12Move Notifier to SwifToolsRemko Tronçon
2010-09-12Remove IQRouter from client inheritance list.Remko Tronçon
2010-09-12Moved application message display around.Remko Tronçon
2010-09-11Make AvatarManager abstractRemko Tronçon
2010-09-11Added support for Entity Capabilities.Remko Tronçon
2010-08-27Separate MUCRegistry from ChatsManager.Remko Tronçon
2010-08-27Rerequest the roster at reconnect.Kevin Smith
2010-08-27Don't segfault at login-screen exitKevin Smith
2010-08-27Use own nick at top of roster.Kevin Smith
2010-08-24Implemented VCardManager.Remko Tronçon
2010-08-24Added VCardStorage.Remko Tronçon
2010-08-21Revert "Store avatars per profile."Remko Tronçon
2010-08-21Store avatars per profile.Remko Tronçon
2010-08-20Restart with previous (per-accoun) status.Kevin Smith
2010-08-20Only add one vcard and caps element to each presence stanza.Kevin Smith
2010-08-19Fixed compilation on OS X.Remko Tronçon
2010-08-19Extract dir providing functionality from application class.Remko Tronçon
2010-08-07Don't crash if idle at the login screen.Kevin Smith
2010-07-23Don't crash on exit before first login.Kevin Smith
2010-06-28Improve reconnect logic.Kevin Smith