summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-18Support whiteboarding.pielas/whiteboardnewMateusz Piekos
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-08-17Update to boost.filesystem v3.Remko Tronçon
Source should still compile against v2.
2012-08-17Added Breakpad support for Windows.Remko Tronçon
2012-08-16Readme for people who don't look in Documentation/Kevin Smith
2012-08-13Set timeout on each connection attempt, instead of global connect timeout.Remko Tronçon
Resolves: #962
2012-08-10Added extra clang flag.Remko Tronçon
2012-08-10Added boost/date_time/c_local_time_adjustor.hpp.Remko Tronçon
2012-08-08More build fixes.Remko Tronçon
2012-08-07Fixed build.Remko Tronçon
2012-08-06Don't allow enter in the roster to trigger logins.Kevin Smith
Resolves: #973
2012-08-06Add extra ignore for new binaryKevin Smith
2012-08-06More consistent linkification and emoticonification.Kevin Smith
Resolves: #959
2012-07-26Don't let correction change a label.Kevin Smith
Resolves: #1144
2012-07-22Start of a log script (for pisg) for Swiftob botsKevin Smith
2012-07-22Allow nick changing and restart for Swiftob botsKevin Smith
2012-07-21Adding MUC kicking support to Swiftob botsKevin Smith
2012-07-21Allowing generic message listeners for Swiftob botsKevin Smith
2012-07-17Only acquire crypt context once on Windows.Remko Tronçon
2012-07-17Fixed Expat parser bug.Remko Tronçon
2012-07-17Make sure flags are consistent across different modules.Remko Tronçon
2012-07-15Removing deprecated warn flag.Remko Tronçon
2012-07-15Export file transfer classes.Remko Tronçon
2012-07-15Fixed compilation on Windows.Remko Tronçon
2012-07-15Fix struct vs class warnings.Remko Tronçon
2012-07-15Provide replace_pragma_once flag.Remko Tronçon
2012-07-15Revert previous change to consolidate font settings in CSS.Kevin Smith
Seems this was making the alignment odd.
2012-07-15Include more headers in Swiften.hRemko Tronçon
2012-07-15Hide libminiupnp and libnatpmp.Remko Tronçon
2012-07-15Hide ZLib implementation.Remko Tronçon
2012-07-15Hide XML parser implementations.Remko Tronçon
2012-07-14Get fonts on Mac looking sane againKevin Smith
2012-07-14Initial DLL support for Swiften.Remko Tronçon
All applications succesfully link against Swiften.dll.
2012-07-14Move list of fonts to a single place, add generic fallback.Kim Alvefur
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-07-12Disable incremental link on Windows.Remko Tronçon
2012-07-12Use DYLD_LIBRARY_PATH instead of DYLD_FALLBACK_LIBRARY_PATH for running tests.Remko Tronçon
2012-07-01Don't allow labels to be lost or changed during correction.Kevin Smith
Resolves: #871
2012-06-30debug cleanupKevin Smith
2012-06-30Slightly bigger coloured areaKevin Smith
2012-06-30Trying some changes to label handlingKevin Smith
2012-06-30Don't crash when going forward/backward through User Search and completing ↵Kevin Smith
with no selection. Resolves: #1062
2012-06-30Align radio buttons in user search things.Kevin Smith
Resolves: #1138
2012-06-23Use a consistent fallback nickname when autojoining MUCsKevin Smith
Previously there was a race whereby initial bookmark autojoins would join with a JID-based nick, and subsequent joins (where no nick is specified) would use the user's VCard nick. Resolves: #1034
2012-06-23Fix warningKevin Smith
2012-06-23Fixed .qrc dependencies not being tracked.Remko Tronçon
Resolves: #1134
2012-06-20Parse node attribute in DiscoItemsParser and add DiscoItemsParser testJan Kaluza
Copyright (c) 2012 Jan Kaluza Licensed under the Simplified BSD license. See Documentation/Licenses/BSD-simplified.txt for more information.
2012-06-20Fix proxy selectionThilo Cestonaro
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-06-18Handle unexpected challenges.Remko Tronçon
Resolves: #1132
2012-06-17Style security button.Remko Tronçon
2012-06-17Added lock icon.Remko Tronçon
2012-06-17CachingNameOnlyDomainNameResolver -> CachingDomainNameResolver.Remko Tronçon