summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-11-16Pass NetworkFactories as an explicit dependency into client.Remko Tronçon
2010-11-03Added ClientDiscoManager.Remko Tronçon
2010-10-30Disconnect client cleanly before quitting.Remko Tronçon
2010-10-30Changed CoreClient::onError to CoreClient::onDisconnected.Remko Tronçon
2010-10-27Remove MainEventLoop singleton.Remko Tronçon
2010-10-24Moving more from Swift to Client.Remko Tronçon
2010-10-24Created Storages interface.Remko Tronçon
2010-10-24Moved MUCRegistry into client.Remko Tronçon
2010-10-24Rejoin MUCs on reconnect.Kevin Smith
2010-10-23Don't lose notification enabledness when the user changes status.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-09Move Settings to Swift/Controllers.Remko Tronçon
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-01Reuse server-generated resources.Kevin Smith
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-09-15Added EventNotifier.Remko Tronçon
2010-09-13Added presence notifier.Remko Tronçon
2010-09-12Move Notifier to SwifToolsRemko Tronçon
2010-09-12Moved application message display around.Remko Tronçon
2010-09-11Added support for Entity Capabilities.Remko Tronçon
2010-08-27Separate MUCRegistry from ChatsManager.Remko Tronçon
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-19Fixed compilation on OS X.Remko Tronçon
2010-08-19Extract dir providing functionality from application class.Remko Tronçon
2010-06-25Simplify presence handling for auto-away and reconnections.Kevin Smith
2010-06-20Fire fewer reconnect timers after they become obsoleteKevin Smith
2010-06-18Fix crash on reconnect.Remko Tronçon
2010-06-11Back off reconnects after an error.Kevin Smith
2010-06-02Rename boost_signalslib.h to boost_bsignals.Remko Tronçon
2010-06-02Using Boost workaround for Qt signals keyword clash.Remko Tronçon
2010-05-13List MUCs available on services.Kevin Smith
2010-05-06Rewrite of large amounts of roster code.Kevin Smith
2010-04-23Make latency stats optional.Kevin Smith
2010-04-12Populate ErrorEvent for server disconnections.Kevin Smith
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-04-06Add option to log in automatically.Kevin Smith
2010-03-28Chat list in the gui (mostly non-functional).Kevin Smith
2010-03-22Lots of plumbing for event view.Kevin Smith
2010-03-19Start of event viewer.Kevin Smith
2009-12-24Extract the Chat dialog management from MainController into ChatsManager.Kevin Smith
2009-11-26Plumbing to show a dummy XMLConsoleWidget in the chat tabs.Kevin Smith
2009-11-24Added PresenceSender object.Remko Tronçon