Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-23 | Accept .jpeg images in the vcard dialog as well. | Kevin Smith | |
Resolves: #1087 | |||
2012-04-23 | Explicitly show "No results." if a user search yields to no results on the ↵ | Tobias Markmann | |
results page. Resolves: #811 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-23 | Fixed assertion with inconsitent vcard cache. | Remko Tronçon | |
Resolves: #1077 | |||
2012-04-23 | Work around incorrect roster responses from ejabberd. | Remko Tronçon | |
Resolves: #1072 | |||
2012-04-23 | Avoid Swiften build failing when Qt is missing. | Remko Tronçon | |
Resolves: #1076 | |||
2012-04-23 | Fixed platform detection. | Remko Tronçon | |
This fixes auto-away on OS X. Resolves: #1082 | |||
2012-04-23 | Eclipse: Build Swift when running Swift. | Remko Tronçon | |
2012-04-23 | Don't lose indentation in chat rendering. | Kevin Smith | |
Resolves: #1092 | |||
2012-04-23 | Fix member variables to not be const refs | Kevin Smith | |
2012-04-23 | Comment about only compiling Swiften in the building instructions | Kevin Smith | |
2012-04-23 | Don't initialise with temporaries, fix warnings | Kevin Smith | |
2012-04-22 | Use boost::filesystem instead of boost::filesystem2. | Remko Tronçon | |
2012-04-21 | Fix bug crashing Swift when sending non-existent file. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-17 | Fixing some clang warnings. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-14 | Silence some warnings | Kevin Smith | |
2012-04-14 | Fix correction from breaking /me actions | Catalin Badea | |
Check if the new message is an action when using correct last message. Resolves: #1053 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-14 | Improve tab completion | Catalin Badea | |
Remember last tab completion suggestion and use it for cycling through all completion candidates. Resolves: #1070 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-12 | Refactoring incoming MUC invites UI. | Tobias Markmann | |
Making MUC invites non-modal by moving them into the chat view. Adding event classes for invites so they turn up in 'Notices'-tab and generate notifications. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-12 | Tidy up of assorted Schannel/CAPI stuffs. | Kevin Smith | |
Makes Swift disconnect if a smartcard used for auth is removed. Fixes compilation. Changes code style in a few places. | |||
2012-04-11 | Added 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-09 | Made MUC context options role-aware | Mateusz Piekos | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-09 | Adding newest contributor to COPYING | Kevin Smith | |
2012-04-08 | Improve 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-08 | Updating COPYING in light of most recent patch contribution | Kevin Smith | |
2012-04-08 | 'Add contact' from MUC right-click menu | dknn | |
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-07 | Adding flag for Debian building so we can just build source or binaries | Kevin Smith | |
2012-04-07 | Allowing differently placed tarballs, to let us share hashes between .deb builds | Kevin Smith | |
2012-04-01 | Removing CAres resolver. | Remko Tronçon | |
This has never been used. | |||
2012-03-27 | Split linkflags on spaces. | Remko Tronçon | |
2012-03-23 | Forgotten file for TLSError patch | Kevin Smith | |
2012-03-23 | Allow TLS errors to bubble further up the stackks/tlserrors | Kevin Smith | |
2012-03-23 | Don't let trailing whitespace in JIDS interfere with User Search | Kevin Smith | |
2012-03-23 | Use ssize_t for readlink. | Remko Tronçon | |
2012-03-22 | Minor fixup | Kevin Smith | |
2012-03-22 | Use 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-22 | Remove 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-22 | Manual 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-21 | Fix typo. (Thanks dreijer) | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-03-20 | Fix for the previous patch. | Remko Tronçon | |
2012-03-20 | boost::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-20 | Naming 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-15 | Added purge to Growl. | Remko Tronçon | |
2012-03-15 | Fix compilation error | Kevin Smith | |
2012-03-14 | Also update FreeDesktop to match previous API change | Kevin Smith | |
2012-03-14 | Dispose 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-09 | Fixed Growl crash. | Remko Tronçon | |
2012-03-09 | Handle double growl callbacks. | Remko Tronçon | |
2012-03-08 | Fixed several bugs in CAPI/Schannel code on Windows | Alexey 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-07 | Disable Growl temporarily | Kevin Smith | |
2012-03-06 | Load 'show offline' for new sessions | Kevin Smith | |