Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | Close adhoc window after cancelling. | Kevin Smith | |
Resolves: #955 | |||
2012-03-05 | Save password when bookmarking rooms. | Kevin Smith | |
Resolves: #1066 | |||
2012-03-05 | Send both items and adhoc queries to the server JID. | Kevin Smith | |
Resolves: #1073 | |||
2012-03-05 | Get receipt status right in the menu at launch | Kevin Smith | |
2012-03-04 | Pass along errors about DNS resolution. | Kevin Smith | |
2012-03-03 | Unit tests for SettingsProviderHierachy | Kevin Smith | |
Also fixing up errors they found and an uninitialised read left-over from the original patch. | |||
2012-03-01 | Added extra safety for loading translations. | Remko Tronçon | |
2012-02-29 | Add default translation file for english. | Remko Tronçon | |
2012-02-29 | Update year in COPYING | Kevin Smith | |
2012-02-29 | Temporary workaround for translations being used instead of English | Kevin Smith | |
2012-02-29 | Fixup | Kevin Smith | |
2012-02-29 | Don't crash when trying to join MUCs offline | Kevin Smith | |
Resolves: #940 | |||
2012-02-29 | Fixed compilation. | Remko Tronçon | |
2012-02-28 | Add workaround for Qt MOC bug. | Remko Tronçon | |
Details about the workaround & bug can be found here: https://bugreports.qt-project.org/browse/QTBUG-22829 Resolves: #1067 | |||
2012-02-28 | Use built-in Qt 4.8 language selection mechanism. | Remko Tronçon | |
2012-02-28 | Remove compiler warning. | Remko Tronçon | |
2012-02-28 | Changed certstore: URIs to use SHA1 hashes of certificates | Alexey Melnikov | |
Value of the certificate's subject DN leftmost RDN is not necessarily unique. This change switches to using SHA1 hash of DER certificates, which should guaranty uniqueness. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-02-28 | Also compile on non-Windows | Kevin Smith | |
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. | |||
2012-02-23 | Compile when non-SChannel | Kevin Smith | |
2012-02-22 | Fix up for previous CAPI patch | Kevin Smith | |
Now connects successfully with or without TLS(with cert) | |||
2012-02-22 | Initial implementation of using CAPI certificates with Schannel. | Alexey Melnikov | |
Introduced a new parent class for all certificates with keys (class CertificateWithKey is the new parent for PKCS12Certificate.) Switched to using "CertificateWithKey *" instead of "const CertificateWithKey&" Added calling of a Windows dialog for certificate selection when Schannel TLS implementation is used. This compiles, but is not tested. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-02-22 | Compile on Windows | Kevin Smith | |
2012-02-21 | Read in 'play sounds' toggle at launch | Kevin Smith | |
2012-02-21 | Read in the notifications toggle at launch | Kevin Smith | |
2012-02-21 | And again again | Kevin Smith | |
2012-02-21 | And again | Kevin Smith | |
2012-02-21 | Probably fix compilation on some platforms | Kevin Smith | |
2012-02-21 | Introduce system settings policies. | Kevin Smith | |
Release-Notes: It is now possible for sysadmins to deploy files with policies for configuration options, such as making it impossible for users to save passwords or to force sound notifications off, or to set defaults. Also allow changing an option so that Swift disconnects on idle timeout, instead of going away. | |||
2012-02-14 | Correctly use bare JIDs when banning people from rooms | Kevin Smith | |
2012-02-14 | Fix rendering of mediated invites | Kevin Smith | |
2012-02-14 | Adding documentation to GenericRequest | Kevin Smith | |
2012-02-12 | Fixed compiler warnings. | Remko Tronçon | |
2012-02-09 | Fixes for mediated invites | Kevin Smith | |
2012-02-06 | Display mediated invites | Kevin Smith | |
2012-02-06 | Parse mediated invite stuff | Kevin Smith | |
2012-02-03 | Correct previous patch. | Remko Tronçon | |
2012-02-03 | Call shutdown() on socket before close(). | Remko Tronçon | |
As recommended by boost asio documentation. | |||
2012-02-03 | Close socket immediately after last pending write finished. | Remko Tronçon | |
This should fix a hang on disconnect(). | |||
2012-01-24 | Test case | Kevin Smith | |
2012-01-23 | XEP-0004 form support for user search. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-01-17 | Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs) | Kevin Smith | |
2012-01-16 | Add minor doc | Kevin Smith | |
2012-01-15 | Updated COPYING file. | Remko Tronçon | |
2012-01-15 | Fixed compilation with msvc and boost-1.48 | vitalyster | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-01-14 | Include intrusive_ptr after intrusive_ptr_ref functions. | Remko Tronçon | |
This avoids compilation problems with CLang. | |||
2012-01-12 | Don't crash with multiline status message and Qt-4.8.0 | Kevin Smith | |
It looks as if 4.8 crashes if you ask it to elide text that has newlines in it. This change changes the rendering to show all lines as one. This slightly changes roster rendering for people with multiline messages. Resolves: #1056 | |||
2012-01-10 | Don't allow null form fields | Kevin Smith | |
2012-01-05 | Add more cert file types for the login cert dialog filter | Kevin Smith | |
2011-12-27 | Tweaked build flags. | Remko Tronçon | |