Age | Commit message (Expand) | Author |
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon |
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon |
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon |
2010-10-30 | Changed CoreClient::onError to CoreClient::onDisconnected. | Remko Tronçon |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon |
2010-10-24 | Moving more from Swift to Client. | Remko Tronçon |
2010-10-24 | Created Storages interface. | Remko Tronçon |
2010-10-24 | Moved MUCRegistry into client. | Remko Tronçon |
2010-10-24 | Rejoin MUCs on reconnect. | Kevin Smith |
2010-10-23 | Don't lose notification enabledness when the user changes status. | Remko Tronçon |
2010-10-10 | Moved presenceOracle inside Client. | Remko Tronçon |
2010-10-10 | Moved XMPP roster & controller from Swift to Client. | Remko Tronçon |
2010-10-10 | Move SoftwareVersion responder from Swift to Client. | Remko Tronçon |
2010-10-09 | Move Settings to Swift/Controllers. | Remko Tronçon |
2010-10-08 | Update roster header even when going offline. | Kevin Smith |
2010-10-08 | Cancel chat state display when offline. | Kevin Smith |
2010-10-07 | Code cleanup from recent commits | Kevin Smith |
2010-10-01 | Reuse server-generated resources. | Kevin Smith |
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon |
2010-09-15 | Added EventNotifier. | Remko Tronçon |
2010-09-13 | Added presence notifier. | Remko Tronçon |
2010-09-12 | Move Notifier to SwifTools | Remko Tronçon |
2010-09-12 | Moved application message display around. | Remko Tronçon |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon |
2010-08-27 | Separate MUCRegistry from ChatsManager. | Remko Tronçon |
2010-08-24 | Implemented VCardManager. | Remko Tronçon |
2010-08-24 | Added VCardStorage. | Remko Tronçon |
2010-08-21 | Revert "Store avatars per profile." | Remko Tronçon |
2010-08-21 | Store avatars per profile. | Remko Tronçon |
2010-08-20 | Restart with previous (per-accoun) status. | Kevin Smith |
2010-08-19 | Fixed compilation on OS X. | Remko Tronçon |
2010-08-19 | Extract dir providing functionality from application class. | Remko Tronçon |
2010-06-25 | Simplify presence handling for auto-away and reconnections. | Kevin Smith |
2010-06-20 | Fire fewer reconnect timers after they become obsolete | Kevin Smith |
2010-06-18 | Fix crash on reconnect. | Remko Tronçon |
2010-06-11 | Back off reconnects after an error. | Kevin Smith |
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon |
2010-05-13 | List MUCs available on services. | Kevin Smith |
2010-05-06 | Rewrite of large amounts of roster code. | Kevin Smith |
2010-04-23 | Make latency stats optional. | Kevin Smith |
2010-04-12 | Populate ErrorEvent for server disconnections. | Kevin Smith |
2010-04-08 | Added copyrights to Swift. | Remko Tronçon |
2010-04-06 | Add option to log in automatically. | Kevin Smith |
2010-03-28 | Chat list in the gui (mostly non-functional). | Kevin Smith |
2010-03-22 | Lots of plumbing for event view. | Kevin Smith |
2010-03-19 | Start of event viewer. | Kevin Smith |
2009-12-24 | Extract the Chat dialog management from MainController into ChatsManager. | Kevin Smith |