Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-12-24 | Some BOSH refactoring. | Remko Tronçon | |
2011-12-24 | Removing debug print. | Remko Tronçon | |
2011-12-24 | Enable "Show notifications" toggle when Growl isn't installed. | Remko Tronçon | |
2011-12-24 | Fixed compilation warnings. | Remko Tronçon | |
2011-12-24 | Remove redundant #pragma once. | Remko Tronçon | |
2011-12-23 | Updated Growl notifier to work against Growl 1.3. | Remko Tronçon | |
2011-12-22 | BOSH Refactoring. | Remko Tronçon | |
2011-12-21 | Don't escape < for status widget | Kevin Smith | |
2011-12-14 | Allow excluding from source tarballs | Kevin Smith | |
2011-12-13 | Fix use of int randoms for populating long | Kevin Smith | |
2011-12-13 | Avoid crash due to misuse of XMPPLayer | Kevin Smith | |
2011-12-13 | Remove a warning | Kevin Smith | |
2011-12-13 | BOSH Support for Swiften | Kevin Smith | |
This adds support for BOSH to Swiften. It does not expose it to Swift. Release-Notes: Swiften now allows connects over BOSH, if used appropriately. | |||
2011-12-13 | BOSH implementation started | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-12-13 | Change MainController to not log back in if there's an error during logout | Kevin Smith | |
Resolves an issue where sending the stream close triggers an error. | |||
2011-11-28 | Whoops | Kevin Smith | |
2011-11-28 | Cleanup after previous patch | Kevin Smith | |
2011-11-28 | Message Receipts (XEP-0184) support for 1-to-1 conversations (including ↵ | Tobias Markmann | |
1-to-1 MUC). Warn icon from already existing theme. Check icon from Wikipedia. See Swift/resources/icons/license_info.txt for details. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-11-26 | Initial support for WiX installer. | Kevin Smith | |
dist=1 on Windows now generates .msi instead, as long as wix_bindir is set to the path of \bin\ for WiX. nsis is no longer used | |||
2011-11-25 | Deal with bookmarks with an empty nick | Kevin Smith | |
2011-11-18 | Emit onSessionFinished only in Session::handleDisconnected. | HanzZ | |
Copyright (c) 2011 Jan Kaluza Licensed under the Simplified BSD license. See Documentation/Licenses/BSD-simplified.txt for more information. | |||
2011-11-05 | Assume Windows packaging doesn't include openssl | Kevin Smith | |
2011-11-03 | Exclude SChannel from Swiften.h | Kevin Smith | |
2011-11-03 | Quick brush up after previous patch. | Kevin Smith | |
Includes: Initial cleanup of SChannel code; compiling on non-Windows Be willing to compile Swift with SChannel Undo some (presumably accidental) OpenSSL changes Where TLS doesn't support finish messages (SChannel), don't try -PLUS | |||
2011-11-03 | * Added Schannel support. | dreijer | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-11-01 | Having a play with a compact roster mode | Kevin Smith | |
2011-10-30 | Flash the taskbar indefinitely on Windows | Kevin Smith | |
2011-10-30 | Fix eagle mode asking to save password after signout | Kevin Smith | |
2011-10-29 | Make the --eagle-mode banner per-login, not per-run | Kevin Smith | |
2011-10-29 | Don't save message content of recents to disk in --eagle-mode | Kevin Smith | |
2011-10-26 | Prompt before destroying rooms | Kevin Smith | |
2011-10-26 | Fix missing include | Kevin Smith | |
2011-10-26 | Update string to reflect being used for both no and wrong password | Kevin Smith | |
2011-10-26 | Don't crash when clicking a Windows popup without a registered action. | Kevin Smith | |
Resolves: #1021 | |||
2011-10-24 | Don't register ourself as default URI handler. | Remko Tronçon | |
We need to ask the user first. | |||
2011-10-19 | For abnormal MUC parts, give the reason. | Kevin Smith | |
Makes abnormals immune to presence folding. Resolves: #1004 | |||
2011-10-19 | Allow rejoining rooms after join failure. | Kevin Smith | |
Resolves: #1019 | |||
2011-10-19 | Use real JID for bans, not room JID. | Kevin Smith | |
Resolves: #1020 |