summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-01-26Make boost io_service a shared object.Remko Tronçon
2011-01-24Added debug output to boost connection.Remko Tronçon
2011-01-24Added test suite registration checker.Remko Tronçon
2011-01-22Close connection properly before quitting.Remko Tronçon
2011-01-22Renaming SessionStream::onError to SessionStream::onClosed.Remko Tronçon
2011-01-22Some small event loop tweaks.Remko Tronçon
2011-01-21Removed debug output from BoostConnection.Remko Tronçon
2011-01-21Code cleanup.Remko Tronçon
2011-01-18Cleaned up some code.Remko Tronçon
2011-01-15Wait to close the connection until pending writes are done.Remko Tronçon
2011-01-15Comply with asio's documentation that we cannot call async_write multiple tim...Remko Tronçon
2011-01-12Refactored MUC code a bit.Remko Tronçon
2010-12-30Show certificate fingerprint in 'Trust certificate' dialog.Remko Tronçon
2010-12-27Fixed crash on disconnect.Remko Tronçon
2010-12-27Fix destruction order in unit tests.Remko Tronçon
2010-12-27Disconnect signals in IQRouter.Remko Tronçon
2010-12-27Avoid leaking connection on exit.Remko Tronçon
2010-12-27Avoid more valgrind warnings.Remko Tronçon
2010-12-27Stop eventloop in ClientTest disconnect signal.Remko Tronçon
2010-12-27Added event debugging methods.Remko Tronçon
2010-12-27Fix valgrind warnings & leaks.Remko Tronçon
2010-12-27Also emit connection disconnected signal when we initiate the disconnect.Remko Tronçon
2010-12-27Fixed valgrind warnings & leaks.Remko Tronçon
2010-12-26Fixed crash when searching for users.Remko Tronçon
2010-12-22Basic User Search support, and Find Rooms cleanup.Kevin Smith
2010-12-21Fixed compilation on Windows.Remko Tronçon
2010-12-20Re-enabling XMPPLayer unit tests.Remko Tronçon
2010-12-20Don't immediately send presence unneccesarily when registering directed prese...Kevin Smith
2010-12-20Fixing unit tests for StreamStackKevin Smith
2010-12-19Disabling timer in BenchTool.Remko Tronçon
2010-12-19Refactoring streamstack to not use signal/slots.Remko Tronçon
2010-12-18Move all domain name resolve queries into one thread.Remko Tronçon
2010-12-18Move domain name resolver in the network factories.Remko Tronçon
2010-12-18Added initial BenchTool.Remko Tronçon
2010-12-17Fixed IPv6 network test.Remko Tronçon
2010-12-15Emit nickname change signal when adding to the roster.Kevin Smith
2010-12-14Added initial Growl for Windows notifier (GNTP).Remko Tronçon
2010-12-13Added debug output to connector.Remko Tronçon
2010-12-13Load ssl certificate store on Un*x.Remko Tronçon
2010-12-12Remove obsolete Client::connect(JID).Remko Tronçon
2010-12-12Added menu to switch between 'show nickname' and 'show JID' in roster header.Remko Tronçon
2010-12-12Removing nickname change functionality from roster header.Remko Tronçon
2010-12-12Refactored own nickname handling.Remko Tronçon
2010-12-11Added SCRAM-SHA-1-PLUS support.Remko Tronçon
2010-12-10Added TLS channel binding support to SCRAMSHA1ClientAuthenticator.Remko Tronçon
2010-12-09Upgraded stream errors to new RFC3920bis.Remko Tronçon
2010-12-09Fixed namespace of stream error children.Remko Tronçon
2010-12-09Handle stream errors in client session.Remko Tronçon
2010-12-09Added missing files & fixed stream error namespace.Remko Tronçon
2010-12-09Added Stream error parserialement.Remko Tronçon