summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-07-17Rename variable for consistencyKevin Smith
2018-07-17Add unit test for missing bookmark responsesKevin Smith
2018-07-17Don't crash on missing bookmark resultKevin Smith
2018-06-21Add a leave room option in MUC roomsThanos Doukoudakis
2018-03-24Allow setting full JID affiliations in MUCsKevin Smith
2017-06-26Remove unneeded forward declarations from Swiften headersTobias Markmann
2017-02-23Change the logic of displaying chat room subjectJoanna Hulboj
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-09-29Fix uninitialised class membersTobias Markmann
2016-09-29Fix potential resource leaksTobias Markmann
2016-07-11Fix handling of incorrect MUC component behaviorTobias Markmann
2016-05-25Remove unnecessary include of iostream headerTobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-04-04Modernize code to use range based for loops using clang-tidyTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2015-06-08Add missing SWIFTEN_API annotations to public Swiften APITobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-10-30Only call MUC::onJoinComplete signal once per MUC join.Tobias Markmann
2014-10-30Resend presence to MUC on join completion only if it changed since join.Tobias Markmann
2014-10-17Implement support for displaying nickname changes.Tobias Markmann
2014-05-18Fix MUC memory leaksRemko Tronçon
2013-12-18Add affiliations to tooltips for MUC occupant lists.Richard Maudsley
2013-10-04Fix heap-use-after-free bugs reported by asan.Tobias Markmann
2013-10-01Adding support for impromptu MUCs.Tobias Markmann
2012-07-14Initial DLL support for Swiften.Remko Tronçon
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...Tobias Markmann
2012-02-29Don't crash when trying to join MUCs offlineKevin Smith
2012-02-14Correctly use bare JIDs when banning people from roomsKevin Smith
2011-10-19For abnormal MUC parts, give the reason.Kevin Smith
2011-10-19Use real JID for bans, not room JID.Kevin Smith
2011-10-07Allow affiliation editing in MUCs.Kevin Smith
2011-10-05Allow role changing in MUCs.Kevin Smith
2011-10-05Allow joining passworded MUCs.Kevin Smith
2011-10-04Allow both instant and reserved rooms.Kevin Smith
2011-10-03Simple MUC invites.Kevin Smith
2011-09-28Destroy rooms.Kevin Smith
2011-09-28Parse MUC status codes correctly again.Kevin Smith
2011-09-27Allow room configuration.Kevin Smith
2011-09-27Add support for clearing chat recents.Kevin Smith
2011-09-26Allow setting of room topicsKevin Smith
2011-09-23Add support for kicking people from MUCs.Kevin Smith
2011-06-13Added CppCheck script.Remko Tronçon
2011-05-02Add a generic erase() algorithm.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-03-06A start on Swiftob, a Swiften-based chatbot.Kevin Smith
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-05Fixed some bugs with MUC joining.Remko Tronçon