summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-10Added extra clang flag.Remko Tronçon
2012-07-15Removing deprecated warn flag.Remko Tronçon
2012-07-15Provide replace_pragma_once flag.Remko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
All applications succesfully link against Swiften.dll.
2012-07-12Disable incremental link on Windows.Remko Tronçon
2012-06-23Fixed .qrc dependencies not being tracked.Remko Tronçon
Resolves: #1134
2012-06-12Create amalgamation of COPYING file.Remko Tronçon
2012-06-05Fixed LibIDN build.Remko Tronçon
2012-06-05Added ICU support.Remko Tronçon
2012-05-11Showing 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-25Make SCons list Schannel as TLS mechanism instead of 'None'.Remko Tronçon
2012-04-25Improvements to Debian packaging.Kevin Smith
Allows packaging of just source, and script for using pbuilder. Adding build-arch and build-indep targets to satisfy lintian Fix caps on Olly's surname in Debian packaging Add script to build with non-generated changelog
2012-04-24Change prints to functions in checktabsKevin Smith
2012-04-24WiX updates.Remko Tronçon
Show icon in Add/Remove programs dialog. Support upgrading. Render COPYING file correctly. Resolves: #1096, #1094, #1093
2012-04-24Tweaks to improve Debian packagingKevin Smith
2012-04-23Eclipse: Build Swift when running Swift.Remko Tronçon
2012-03-27Split linkflags on spaces.Remko Tronçon
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-09Handle double growl callbacks.Remko Tronçon
2012-03-07Disable Growl temporarilyKevin Smith
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
2012-02-22Fix up for previous CAPI patchKevin Smith
Now connects successfully with or without TLS(with cert)
2011-12-27Tweaked build flags.Remko Tronçon
2011-12-24Removing debug print.Remko Tronçon
2011-11-26Initial 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-03Quick 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-10-15Added extra entries to ignore files.Remko Tronçon
2011-10-07Fixed CLang warnings.Remko Tronçon
2011-10-07Remove system natpmp and libminiupnp checking completely.Remko Tronçon
2011-10-01Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Set a title on subscription notification popup. Don't rely on CCVERSION being present. Conflicts: BuildTools/SCons/SConstruct
2011-09-25File transfer changes.Remko Tronçon
- Introduce 'experimental' flag to conditionally compile FT. - Use LibMiniUPNPC and NATPMP CPPDEFINES only locally in the classes that need them. - Extract abstract interface from NAT traversal classes - Avoid unit test warnings
2011-09-25Google 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-08-28Don't rely on CCVERSION being present.Remko Tronçon
Resolves: #911 Release-Notes: Fixed build problem when GCC version can't be determined.
2011-08-27fix compilation on ubuntu 11.10 (e.g. for gcc 4.6)Thilo Cestonaro
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-08-13Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Fixed Qt SCons tool on Linux 3.0 systems.
2011-08-13Fixed Qt SCons tool on Linux 3.0 systems.Remko Tronçon
Resolves: #961
2011-07-10Fixed compilation problem on some compilers.Remko Tronçon
2011-07-10Added enable_variants build option.Remko Tronçon
2011-07-10Make SConscript files more robust against variant dirs.Remko Tronçon
2011-07-09Revert "Allow ccache when compiling from xcode"Remko Tronçon
This reverts commit 1c2cd11645b33aadee31c37e15f4a24d6ae37587.
2011-07-09Set CCache flags last in the compile settings.Remko Tronçon
2011-07-09Allow ccache when compiling from xcodeKevin Smith
2011-07-09Detect release build.Remko Tronçon
2011-07-04Fixed TableRoster bugs.Remko Tronçon
2011-06-20Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Prioritize version files over git version. Improve the description in the Debian control file. Use a custom debian changelog.
2011-06-20Prioritize version files over git version.Remko Tronçon
2011-06-18Disable compilation of SQLite.Remko Tronçon
2011-06-18Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: More Debian packaging tweaks.
2011-06-18More Debian packaging tweaks.Remko Tronçon