Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-24 | Fixed compilation problems on windows. | Remko Tronçon | |
2012-04-24 | Re-enable revocation check. | Remko Tronçon | |
Added a method on TLSContextFactory to disable revocation checks if wanted. | |||
2012-04-24 | * Added additional cert store to chain validation. * Turned off revocation ↵ | dreijer | |
checking. | |||
2012-04-24 | Change prints to functions in checktabs | Kevin Smith | |
2012-04-24 | Upgraded bundled Expat to 2.1.0. | Remko Tronçon | |
2012-04-24 | File transfer strings made translatable | Pavol Babincak | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-24 | Make built-in expat ignore unbound prefix namespaces. | Remko Tronçon | |
This works around a problem with broken servers relaying illegal stanzas from broken clients. Obviously only works when using the bundled Expat. Note that the system OS X libXML also seems to behave this way. | |||
2012-04-24 | Changed SWIFT_LOG("DEBUG") to SWIFT_LOG(debug). | Remko Tronçon | |
2012-04-24 | Slovak translation update | Pavol Babincak | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-24 | Debug messages print only if logging is enabled | Pavol Babincak | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-24 | Statically check the log severity level. | Remko Tronçon | |
Resolves: #1099 | |||
2012-04-24 | WiX updates. | Remko Tronçon | |
Show icon in Add/Remove programs dialog. Support upgrading. Render COPYING file correctly. Resolves: #1096, #1094, #1093 | |||
2012-04-24 | In contact name selection, only select text edit field, if it doesn't match ↵ | Tobias Markmann | |
any suggestion. Resolves: #1098 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-24 | Setting previous*-flags after handling invite messages. | Tobias Markmann | |
Resolves: #1100 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-24 | Use the right HTML for linebreaks | Kevin Smith | |
Resolves: #1102 | |||
2012-04-24 | Don't attempt room config when dismissing the action menu as a non-owner in ↵ | Kevin Smith | |
a MUC. Resolves: #1080 | |||
2012-04-24 | Tweaks to improve Debian packaging | Kevin Smith | |
2012-04-23 | Make sure setting disco info after reconnect does not immediately send presence. | Remko Tronçon | |
Resolves: #976 | |||
2012-04-23 | Updated copying file. | Remko Tronçon | |
2012-04-23 | Fixed typo in translation Send file | Pavol Babincak | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-23 | Encode characters in COPYING RTF file correctly. | Remko Tronçon | |
2012-04-23 | Use command to generate RTF file. | Remko Tronçon | |
This avoids the COPYING file being read on each compile. | |||
2012-04-23 | Move accelerator handling for active-,next-,previous- and close-tab into ↵ | Tobias Markmann | |
QtTabbable. Resolves: #1091 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
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 | Fixed assertion when SRV weights are all 0. | Remko Tronçon | |
2012-04-23 | Stop over-enlarging nested span elements in chat windows. | Kevin Smith | |
Resolves: #891 | |||
2012-04-23 | Select SRV randomly, taking weight into account. | Remko Tronçon | |
Resolves: #1030 | |||
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. |