Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-30 | Dummy SecureTransport TLS backend. Mostly scons integration fail.tobias/cocoa-ssl | Tobias Markmann | |
2012-08-17 | Added Breakpad support for Windows. | Remko Tronçon | |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
2012-06-12 | Rename 'swift' binary to 'swift-im' on Linux. | Remko Tronçon | |
2012-06-12 | Create amalgamation of COPYING file. | Remko Tronçon | |
2012-05-31 | Very poor prototype of a MUC invite dialog | Kevin Smith | |
2012-05-11 | Showing stream encryption status in the roster header. Provide native ↵ | Tobias Markmann | |
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-29 | Do one update_translations lupdate call for every translation. | Remko Tronçon | |
This allows only updating one translation file. | |||
2012-04-25 | Clicking the OS X dock brings the app to the front. | Remko Tronçon | |
Resolves: #501 | |||
2012-04-24 | Embed version in WiX file. | Remko Tronçon | |
2012-04-24 | Add version variable to WiX vars. | Remko Tronçon | |
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-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-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-02-29 | Fixed compilation. | Remko Tronçon | |
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-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-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 | |||
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-05 | Assume Windows packaging doesn't include openssl | Kevin Smith | |
2011-11-01 | Having a play with a compact roster mode | Kevin Smith | |
2011-10-18 | Use "UseFlags" instead of "MergeFlags" to set the Swift build flags. | Remko Tronçon | |
2011-10-07 | Allow affiliation editing in MUCs. | Kevin Smith | |
Resolves: #986 Resolves: #988 | |||
2011-09-27 | Allow room configuration. | Kevin Smith | |
Resolves: #989 | |||
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-21 | Distinguish between Roster and MUC list widgets | Kevin Smith | |
2011-07-10 | Make SConscript files more robust against variant dirs. | Remko Tronçon | |
2011-05-13 | Always include -lX11 on Linux. | Remko Tronçon | |
2011-05-10 | Fix build | Kevin Smith | |
2011-04-27 | Start on recent chats list | Kevin Smith | |
2011-04-24 | Initial Ad-Hoc commands support. | Kevin Smith | |
This is not finished, use at your own peril. | |||
2011-04-22 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed SCons not picking up the build version correctly in tarball build. | |||
2011-04-22 | Fixed SCons not picking up the build version correctly in tarball build. | Remko Tronçon | |
2011-04-18 | Syntax fix | Kevin Smith | |
2011-04-18 | Added explicit dependency for Windows resource file. | Remko Tronçon | |
2011-04-18 | Conditionally compile DBUS URI handler. | Remko Tronçon | |
2011-04-18 | Implemented DBUS URI handler. | Remko Tronçon | |
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-04-09 | Fixed NSIS translation installation script. | Remko Tronçon | |
2011-03-15 | Added 22x22 and 24x24 icon on Linux. | Remko Tronçon | |
2011-03-15 | Install more icons on Linux. | Remko Tronçon | |
2011-03-14 | Fixed some translation strings. | Remko Tronçon | |
2011-03-11 | Updated Dutch translation + Added translation docs. | Remko Tronçon | |
2011-03-08 | Cache rounded avatars. | Remko Tronçon | |
Resolves: #770 | |||
2011-02-26 | Add "Edit details" section to Add User widget. | Remko Tronçon | |
Resolves: #618 | |||
2011-02-26 | Slpit up user search pages. | Remko Tronçon | |