Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-23 | Use ssize_t for readlink. | Remko Tronçon | |
2012-02-28 | Make Swift more usable in a FIPS-140 environment | Kevin Smith | |
Don't allow DIGEST-MD5 when Windows is set to FIPS mode. Use platform-provided hashing for SHA1. | |||
2011-12-13 | BOSH Support for Swiften | Kevin Smith | |
This adds support for BOSH to Swiften. It does not expose it to Swift. Release-Notes: Swiften now allows connects over BOSH, if used appropriately. | |||
2011-11-03 | * Added Schannel support. | dreijer | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-14 | Resurrecting simple ID generator. | Remko Tronçon | |
2011-09-28 | Pass read data from connection via shared_ptr. | Remko Tronçon | |
This should avoid unnecessary copying of the received data while being processed by the event loop. | |||
2011-08-28 | Use UUIDs as IQ IDs. | Remko Tronçon | |
2011-07-17 | Added PairFirstEquals. | Remko Tronçon | |
2011-06-09 | DateTime refactoring. | Remko Tronçon | |
Moved DateTime serializing into Base. Fixed a bug when XEP82 dates are non-UTC. Added unit tests. | |||
2011-06-08 | Put XEP-0082 datetime parsing into Base. | Remko Tronçon | |
2011-06-03 | Added missing SafeString | Remko Tronçon | |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon | |
2011-06-03 | Ensure safety on onDataRead and onDataWritten signals. | Remko Tronçon | |
2011-05-23 | Added makeString(). | Remko Tronçon | |
2011-05-22 | Eagle mode. | Kevin Smith | |
Disables password persistence. | |||
2011-05-22 | Added SafeString::clear(). | Remko Tronçon | |
2011-05-19 | Fixed SafeAllocator compilation on Windows. | Remko Tronçon | |
2011-05-18 | Copyright fix. | Remko Tronçon | |
2011-05-18 | Propagate use of SafeByteArray down to the connection. | Remko Tronçon | |
2011-05-18 | Rename nullify() to safeClear(), and clear data. | Remko Tronçon | |
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-05-13 | Refactored OutgoingAdHocCommandSession a bit. | Remko Tronçon | |
2011-05-06 | Remove default implementation from TypeTraits struct. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-22 | Added missing include. | Remko Tronçon | |
2011-04-19 | Fixed OS X ProxyProvider compilation. | Remko Tronçon | |
2011-04-18 | Fixed linking problems for swiften-config. | Remko Tronçon | |
2011-04-18 | Chop off trailing \0 in ByteArray::toString(). | Remko Tronçon | |
2011-04-18 | Added ByteArray unit tests for null termination. | Remko Tronçon | |
2011-04-18 | Fixed tests on windows. | Remko Tronçon | |
2011-04-18 | Jingle refactoring. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-03-21 | Added diagnostic error for invalid translation. | Remko Tronçon | |
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon | |
Resolves: #798 | |||
2011-03-12 | Allow empty hashes in cache. | 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 | Simplified HMAC-SHA1 a bit. | Remko Tronçon | |
2011-03-11 | Store JID->Avatar mappings. | Remko Tronçon | |
Resolves: #653 | |||
2011-02-19 | Make Swift translatable. | 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 | Use boost string algorithms. | Remko Tronçon | |
2010-12-05 | __FILE__ should actually work on windows as well. | Remko Tronçon | |
2010-12-05 | Added SWIFT_LOG functionality. | Remko Tronçon | |
2010-11-28 | Added swiften-config. | Remko Tronçon | |
2010-11-07 | Added certificate verification API to TLS context. | Remko Tronçon | |
2010-10-25 | Removing Shared.h. | Remko Tronçon | |