Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-12 | Added missing include. | Remko Tronçon | |
2011-03-12 | Simplified HMAC-SHA1 a bit. | Remko Tronçon | |
2011-03-12 | Cache vcard photo hashes. | Remko Tronçon | |
2011-03-12 | Moved vcard photo hash management into vcard storage. | Remko Tronçon | |
This makes it easy to adapt the code to cache photo hashes if we want to. | |||
2011-03-11 | Fixed unnecessary updating and sending out VCard photo hash. | Remko Tronçon | |
2011-03-11 | Store JID->Avatar mappings. | Remko Tronçon | |
Resolves: #653 | |||
2011-03-06 | A start on Swiftob, a Swiften-based chatbot. | Kevin Smith | |
2011-03-04 | Reset the field values between searches for users. | Kevin Smith | |
Resolves: #771 | |||
2011-03-04 | Upgrade XEP-0258 support to match 0.6. | Kevin Smith | |
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification. | |||
2011-03-03 | Some more Sluift tweaks. | Remko Tronçon | |
2011-03-01 | Introduce Lua::Value helper. | Remko Tronçon | |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon | |
2011-02-27 | Temporarily disabling SimpleEventLoopTest::testRun. | Remko Tronçon | |
2011-02-26 | Some more cleanups. | Remko Tronçon | |
2011-02-26 | Added an option to not use stream compression. | Remko Tronçon | |
2011-02-26 | Moving tests around. | Remko Tronçon | |
2011-02-26 | Some more sluift tweaks. | Remko Tronçon | |
2011-02-24 | Fixed compilation. | Remko Tronçon | |
2011-02-24 | Added Sluift client test script and the necessary infrastructure. | Remko Tronçon | |
2011-02-24 | Added debugging switch to Sluift. | Remko Tronçon | |
2011-02-24 | Added initial version of Sluift. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-15 | Moved QtEventLoop to the Swift namespace. | Remko Tronçon | |
2011-02-15 | Make JID constructor with string implicit. | Remko Tronçon | |
This avoids the need to explicitly contruct a JID where a string is used. | |||
2011-02-14 | Fixed ExpatParser compilation. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-14 | String refactoring. | Remko Tronçon | |
Removed String::getLength(). Rewrote String::removeAll(). | |||
2011-02-13 | Removed some boilerplate classes. | Remko Tronçon | |
2011-02-13 | Use boost string algorithms. | Remko Tronçon | |
2011-02-12 | Cache stringprep results for JIDs. | Remko Tronçon | |
2011-02-12 | Share locale object between delay parsers. | Remko Tronçon | |
2011-02-12 | Don't prep JID in toBare(). | Remko Tronçon | |
2011-02-11 | Adding more roster unit tests | Kevin Smith | |
2011-02-09 | Treat 'connection closed' as an error. | Remko Tronçon | |
2011-02-08 | Initialize variable to avoid GCC 4.4 warning. | Remko Tronçon | |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |
2011-02-07 | Reworking contact editing. | Remko Tronçon | |
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers. | |||
2011-02-06 | Only assume we are logged in when we have bound our resource. | Remko Tronçon | |
Resolves: #758 | |||
2011-02-05 | Fixed some bugs with MUC joining. | Remko Tronçon | |
2011-02-05 | Don't crash when receiving null roster payload. | Remko Tronçon | |
2011-02-02 | Removing unused parameter from Client constructor. | Remko Tronçon | |
2011-01-30 | Added profile edit dialog. | Remko Tronçon | |
Resolves: #141, #587. | |||
2011-01-29 | Added some experimental Jingle classes. | Remko Tronçon | |
2011-01-27 | Fixed CLang warnings. | Remko Tronçon | |
2011-01-26 | Make boost io_service a shared object. | Remko Tronçon | |
This should avoid problems when destroying an event loop containing timer or network events, after the network factory (and io_service object) has disappeared (i.e. at shutdown). | |||
2011-01-24 | Added debug output to boost connection. | Remko Tronçon | |
2011-01-24 | Added test suite registration checker. | Remko Tronçon | |
2011-01-22 | Close connection properly before quitting. | Remko Tronçon | |
2011-01-22 | Renaming SessionStream::onError to SessionStream::onClosed. | Remko Tronçon | |
2011-01-22 | Some small event loop tweaks. | Remko Tronçon | |