summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-21Add experimental flags.catalinb/history2Cătălin Badea
2012-08-19Update to boost.filesystem v3.Remko Tronçon
Source should still compile against v2.
2012-08-19Use async database access.Cătălin Badea
2012-08-19Use appropriate folder for storing the history file.Cătălin Badea
2012-08-15Set timeout on each connection attempt, instead of global connect timeout.Remko Tronçon
Resolves: #962
2012-08-11use local db when joining a muc.Catalin Badea
2012-08-11log utc offset.Catalin Badea
2012-08-11fix localtime utc conversion issuesCatalin Badea
2012-08-11continous scroll between dates.Catalin Badea
2012-08-11Retrieve messages from last matching dayCatalin Badea
2012-08-11Added signal handlers in history window.Catalin Badea
2012-08-11Added message type logging. Fixed handling new messages.Catalin Badea
2012-08-11Dump message logs using new db structure. Avatars not workingCatalin Badea
2012-08-11Changed HistoryMessage structure backCatalin Badea
2012-08-11Use escaped strings in SQL statements. Remove edit options from the history ↵Catalin Badea
roster
2012-08-11Display conversations by using roster selectionCatalin Badea
2012-08-11Log messages to the sqlite db and dump all messages in the history viewerCatalin Badea
2012-08-11Added SqliteManager to build. not workingCatalin Badea
2012-07-17Only acquire crypt context once on Windows.Remko Tronçon
2012-07-17Fixed Expat parser bug.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-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-14Initial DLL support for Swiften.Remko Tronçon
All applications succesfully link against Swiften.dll.
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-17CachingNameOnlyDomainNameResolver -> CachingDomainNameResolver.Remko Tronçon
2012-06-17Remove unused functions from caching resolver.Remko Tronçon
2012-06-17Fixed potential uncaught exception in HTTPConnectProxiedConnection.Remko Tronçon
2012-06-17Remove some unused private variables.Remko Tronçon
2012-06-17Allow different connection methods for Client.Remko Tronçon
2012-06-05Use faster conversion functions in ICU.Remko Tronçon
2012-06-05Added ICU support.Remko Tronçon
2012-05-31Update message correction to use the published namespace.Kevin Smith
Resolves: #1124
2012-05-12Remove peer certificate from APIs.Remko Tronçon
The peer certificate chain contains the peer certificate, so this was redundant.
2012-05-12Show Certificate dialog from certificate error window.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-05-07Added convenience method for responding with a custom error payload.Remko Tronçon
2012-05-07Only assert when requesting CRL checking on OpenSSL.Remko Tronçon
2012-05-06Fixed unit test compilation failure.Remko Tronçon
2012-05-05Compilation fixes.Remko Tronçon
2012-05-05Windows compilation fixes.Remko Tronçon
2012-05-05Re-enable revocation check.Remko Tronçon
2012-05-05* Added additional cert store to chain validation. * Turned off revocation ↵dreijer
checking. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php