summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-10-03Simple MUC invites.Kevin Smith
Resolves: #152
2011-09-29File Transfer refactoring.Remko Tronçon
NAT traversal classes refactoring. Added beginnings of a NetworkTool.
2011-03-06A start on Swiftob, a Swiften-based chatbot.Kevin Smith
2011-02-26Added an option to not use stream compression.Remko Tronçon
2011-01-26Make boost io_service a shared object.Remko Tronçon
This should avoid problems when destroying an event loop containing timer or network events, after the network factory (and io_service object) has disappeared (i.e. at shutdown).
2011-01-15Comply with asio's documentation that we cannot call async_write multiple ↵Remko Tronçon
times simultaniously.
2010-12-05Added plumbing for persistent certificate trust checking.Remko Tronçon
2010-11-29Added some more documentation.Remko Tronçon
2010-11-11Added server identity check.Remko Tronçon
2010-11-10Refactored TLS tests.Remko Tronçon
2010-10-24Don't show 'copy link' in chat context menu if there is no link.Remko Tronçon
Resolves: #554 Release-Notes: We no longer show 'copy link' in the context menu in the chat dialog if no link is selected.
2010-10-21Added beginnings of outgoing file transfer to Swiften.Remko Tronçon
2010-08-27Use own nick at top of roster.Kevin Smith
Currently doesn't work because onOwnVCardChanged isn't plumbed in.
2010-08-24Implemented VCardManager.Remko Tronçon
2010-08-24Added VCardStorage.Remko Tronçon
2010-08-19Give LibXML priority over Expat.Remko Tronçon
2010-08-19Extract dir providing functionality from application class.Remko Tronçon
2010-08-08Added XEP-0004 data forms parsing & serializing.Remko Tronçon
2010-05-24Added Eclipse project.Remko Tronçon
Yet another attempt of using an IDE.
2010-03-28Removing eclipse crap.Remko Tronçon
2009-12-19Colour tabs with waiting messages.Kevin Smith
Resolves: #278
2009-12-17Added eclipse project file.Remko Tronçon