Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-08 | Support whiteboarding. | Mateusz Piekos | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-08 | Connection settings support | Kevin Smith | |
2012-08-30 | History dialog | Cătălin Badea | |
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
2012-04-24 | Fixed compilation problems on windows. | Remko Tronçon | |
2012-04-24 | Statically check the log severity level. | Remko Tronçon | |
Resolves: #1099 | |||
2012-04-23 | Added missing header. | Remko Tronçon | |
2012-04-23 | Seed the random number generator. | Remko Tronçon | |
2012-04-23 | Another fix for SRV selection. | Remko Tronçon | |
2012-04-23 | Select SRV randomly, taking weight into account. | Remko Tronçon | |
Resolves: #1030 | |||
2012-04-23 | Fixed platform detection. | Remko Tronçon | |
This fixes auto-away on OS X. Resolves: #1082 | |||
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 | |