summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-11Added support for determining SmartCard Reader associated with a certificate ↵Alexey Melnikov
(if any) This patch implements monitoring for SmartCard ejection. This is done by periodically (currently every second) polling smart card reader for the smart card status. If the smart card status becomes "absent" or "unknown" (an error to query the smartcard), the TLS session is aborted. This usually results in an attempt to reestablish TLS which will pop up "please insert the smart card" dialog. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-09Made MUC context options role-awareMateusz Piekos
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-09Adding newest contributor to COPYINGKevin Smith
2012-04-08Improve name-suggestion code to better handle high vCard-request response times.Tobias Markmann
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-08Updating COPYING in light of most recent patch contributionKevin Smith
2012-04-08'Add contact' from MUC right-click menudknn
This patch allows to add a contact from a MUC, by right clicking a contact in the rooster. The action is only available if the JID of the user is also available License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-07Adding flag for Debian building so we can just build source or binariesKevin Smith
2012-04-07Allowing differently placed tarballs, to let us share hashes between .deb buildsKevin Smith
2012-04-01Removing CAres resolver.Remko Tronçon
This has never been used.
2012-03-27Split linkflags on spaces.Remko Tronçon
2012-03-23Forgotten file for TLSError patchKevin Smith
2012-03-23Allow TLS errors to bubble further up the stackKevin Smith
2012-03-23Don't let trailing whitespace in JIDS interfere with User SearchKevin Smith
2012-03-23Use ssize_t for readlink.Remko Tronçon
2012-03-22Minor fixupKevin Smith
2012-03-22Use title-attribute instead of alt-attribute on stream management and ↵Tobias Markmann
message receipt images. Enables tooltip-on-mouseover behavior. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-03-22Remove imageSwap() code from default theme. Should fix "Clicking message ↵Tobias Markmann
receipts warning icon replaces it with text."-bug. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-03-22Manual certificate verification. Added two additional TLS errors related to ↵dreijer
revocation. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-03-21Fix typo. (Thanks dreijer)Tobias Markmann
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-03-20Fix for the previous patch.Remko Tronçon
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) ↵Tobias Markmann
transformation where possible. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-03-20Naming suggestion for 'Add Contact'-dialog and "Edit Contact"-dialog based ↵Tobias Markmann
on vCards. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-03-15Added purge to Growl.Remko Tronçon
2012-03-15Fix compilation errorKevin Smith
2012-03-14Also update FreeDesktop to match previous API changeKevin Smith
2012-03-14Dispose of notification callbacks once the account signs out.Kevin Smith
Fixes segfaults caused by clicking notifications after the handlers had been freed. Does not fix GrowlNotifier, which needs fixing later.
2012-03-09Fixed Growl crash.Remko Tronçon
2012-03-09Handle double growl callbacks.Remko Tronçon
2012-03-08Fixed several bugs in CAPI/Schannel code on WindowsAlexey Melnikov
This patch includes the following fixes: 1) Correctly hex encode SHA1 hashes when generating certstore: URIs 2) Use the newly parsed certificate store reference, not the old value 3) Need to call findCertificateInStore() when finding the selected TLS certificate in Schannel code. Without that "sha1:XXXX" URIs don't work Also minor optimization of string operations. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-03-07Disable Growl temporarilyKevin Smith
2012-03-06Load 'show offline' for new sessionsKevin Smith
2012-03-06Fix missing includeKevin Smith
Resolves: #903
2012-03-06don't crash if an AdHoc is deleted while inflightKevin Smith
2012-03-05Get server disco from server, not bare JID.Kevin Smith
Resolves: #859
2012-03-05Check validity of MUC names in join dialogKevin Smith
Resolves: #868
2012-03-05Fix segfaults and deadcodeKevin Smith
2012-03-05Close adhoc window after cancelling.Kevin Smith
Resolves: #955
2012-03-05Save password when bookmarking rooms.Kevin Smith
Resolves: #1066
2012-03-05Send both items and adhoc queries to the server JID.Kevin Smith
Resolves: #1073
2012-03-05Get receipt status right in the menu at launchKevin Smith
2012-03-04Pass along errors about DNS resolution.Kevin Smith
2012-03-03Unit tests for SettingsProviderHierachyKevin Smith
Also fixing up errors they found and an uninitialised read left-over from the original patch.
2012-03-01Added extra safety for loading translations.Remko Tronçon
2012-02-29Add default translation file for english.Remko Tronçon
2012-02-29Update year in COPYINGKevin Smith
2012-02-29Temporary workaround for translations being used instead of EnglishKevin Smith
2012-02-29FixupKevin Smith
2012-02-29Don't crash when trying to join MUCs offlineKevin Smith
Resolves: #940
2012-02-29Fixed compilation.Remko Tronçon
2012-02-28Add 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