Age | Commit message (Expand) | Author |
2011-08-28 | Check sender on incoming IQ responses. | Remko Tronçon |
2011-08-27 | Mark JIDs with empty domains as invalid when StringPrep cache is disabled. | Remko Tronçon |
2011-08-27 | Added StringPrep unit test. | Remko Tronçon |
2011-08-26 | Don't consider Get and Set requests as Response results. | Remko Tronçon |
2011-07-12 | Fixed bug with illegal resource in JID resulting in empty resource. | Remko Tronçon |
2011-06-19 | Small tweak to previous patch. | Remko Tronçon |
2011-06-19 | Send footer when finishing session | HanzZ |
2011-06-18 | Tweak help documentation and add manpages. | Remko Tronçon |
2011-06-18 | Small tweaks to the previous patch. | Remko Tronçon |
2011-06-18 | Added ConnectionServerFactory. | HanzZ |
2011-06-18 | Moving unused server code out of Swiften into Limber. | Remko Tronçon |
2011-06-01 | Added fix for a billion laughs attack on Expat. | Remko Tronçon |
2011-05-23 | Fixed const references to vectors. | Remko Tronçon |
2011-05-01 | Fixed compilation. | Remko Tronçon |
2011-04-30 | Support creating Swiften dylibs on Mac OS X. | Remko Tronçon |
2011-04-30 | Fixed Swiften .so softlinks. | Remko Tronçon |
2011-04-30 | Filter out some extra headers in install dir. | Remko Tronçon |
2011-04-30 | Split off libswiften package. | Remko Tronçon |
2011-04-30 | Avoid SCons adding .so suffix. | Remko Tronçon |
2011-04-30 | Substitute SCons variables correctly. | Remko Tronçon |
2011-04-30 | Use standard library naming scheme for Swiften on Linux. | Remko Tronçon |
2011-04-29 | Added versioning to Swiften. | Remko Tronçon |
2011-04-27 | Keep shared_ptr of PlatformDomainNameServiceQuery in event loop. | Remko Tronçon |
2011-04-18 | Explicitly add system store trust anchors on Mac OS X 10.5.swift-1.0 | Remko Tronçon |
2011-03-28 | Catch all exceptions in event loop. | Remko Tronçon |
2011-03-21 | Added diagnostic error for invalid translation. | Remko Tronçon |
2011-03-16 | Some more Swiften packaging improvements & fixes. | Remko Tronçon |
2011-03-16 | Include Avahi in Swiften link line. | Remko Tronçon |
2011-03-16 | Install Swiften if requested. | Remko Tronçon |
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon |
2011-03-14 | Make sure the avatar gets updated in the chat window. | Remko Tronçon |
2011-03-12 | Avoid warning on end of file in cache files.swift-1.0beta9 | Remko Tronçon |
2011-03-12 | Allow empty hashes in cache. | Remko Tronçon |
2011-03-12 | Remove dependency on boost::property_tree again. | Remko Tronçon |
2011-03-12 | Fixed OpenSSL compilation. | Remko Tronçon |
2011-03-12 | Add ByteArray -> vector conversion functions. | Remko Tronçon |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon |
2011-03-12 | Added optimized version of HMACSHA1 as comment. | Remko Tronçon |
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 |
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 |
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 |
2011-03-04 | Upgrade XEP-0258 support to match 0.6. | Kevin Smith |
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 |