summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-09-17Don't use implicit bool conversion on shared_ptrRemko Tronçon
C++11 doesn't have implicit conversion to bool on shared_ptr. The cleanest fix is to compare against nullptr, but this only works on C++11. Change-Id: Ia2b4b5d90f99aa24c4f3bdf0d680343754e32ec2
2011-09-26Set/Update empty subjectsKevin Smith
Resolves: #1000
2011-06-12Replace explicit new with make_shared.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-30Correct message feature using XEP-CorrectVlad Voicu
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-02-14Removed Swift::String.Remko Tronçon
2010-10-25Remove the use of Shared<>.Remko Tronçon
2010-08-29Added Stanza Ack Requester & Responder.Remko Tronçon
2010-06-20Show subjects on MUC join.Kevin Smith
Resolves: #472
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved Swiften to a separate module.Remko Tronçon
2009-11-08Added Error class.Remko Tronçon
2009-06-01Import.Remko Tronçon