Age | Commit message (Expand) | Author |
2014-02-13 | Fix clang warnings | Remko Tronçon |
2014-01-15 | Improved plaintext chat view for screen-reader support. | Richard Maudsley |
2013-08-27 | Set visibility of exported functions when using GCC/CLang. | Remko Tronçon |
2013-08-01 | Refactor chat messages so parsing of links/emoticons happens in controllers. | Kevin Smith |
2013-05-17 | Fixed unicode path handling. | Remko Tronçon |
2013-05-11 | File Transfer refactoring. | Remko Tronçon |
2013-04-29 | Added doxygen to RandomGenerator. | Remko Tronçon |
2013-04-27 | Zero memory more securely in SafeByteArray. | Remko Tronçon |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-04-08 | SWIFT_LOG_ASSERT macro. | Remko Tronçon |
2013-03-30 | Making stuff build against non-bundled libraries | Kevin Smith |
2013-03-09 | Show idle time as local time in the UI. | Tobias Markmann |
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon |
2013-02-10 | Turn off override support for GCC in non-c++11 mode. | Remko Tronçon |
2013-02-05 | Make logging thread-safe. | Remko Tronçon |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2012-12-22 | Added 'override' macro to check for override. | Remko Tronçon |
2012-11-13 | Allow BOSH URL setting again. | Kevin Smith |
2012-11-06 | Compile with very old Boost filesystem (e.g. 1.42) | Kevin Smith |
2012-10-20 | Fixed compilation problems against Boost >= 1.50.0. | Remko Tronçon |
2012-10-05 | Strip leading '/' from BOSH paths. | Remko Tronçon |
2012-09-18 | Missing include | Kevin Smith |
2012-09-17 | Fixed URL parsing/serializing. | Remko Tronçon |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-09-15 | Added URL parser. | Remko Tronçon |
2012-09-08 | Support whiteboarding. | Mateusz Piekos |
2012-09-08 | Connection settings support | Kevin Smith |
2012-08-30 | History dialog | Cătălin Badea |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2012-04-24 | Fixed compilation problems on windows. | Remko Tronçon |
2012-04-24 | Statically check the log severity level. | Remko Tronçon |
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 |
2012-04-23 | Fixed platform detection. | Remko Tronçon |
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 |
2011-12-13 | BOSH Support for Swiften | Kevin Smith |
2011-11-03 | * Added Schannel support. | dreijer |
2011-10-14 | Resurrecting simple ID generator. | Remko Tronçon |
2011-09-28 | Pass read data from connection via shared_ptr. | Remko Tronçon |
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 |
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 |