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
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-05-25Remove unnecessary include of iostream headerTobias 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
2014-12-15Update Copyright in SwiftenKevin Smith
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...Tobias Markmann
2011-06-13Added CppCheck script.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2010-11-28Change error from optional to shared_ptr in GenericRequestRemko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-09-12Block MUC bookmarks until the server has responded.Kevin Smith
2010-05-30Don't crash setting a bookmark if initial response didn't have a payload.Kevin Smith
2010-05-08Flush bookmarks.Remko Tronçon
2010-05-08Renamed Conference->Room.Remko Tronçon
2010-05-08Remove duplicate MUCBookmark structure.Remko Tronçon
2010-05-07Cleaned up MUC code.Remko Tronçon
2010-04-30Edit bookmarks with very basic validation.Kevin Smith
2010-04-30Support adding/removing bookmarks from the UIKevin Smith
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-03-29Request bookmarks at login.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
2010-03-28Chat list in the gui (mostly non-functional).Kevin Smith
2010-03-26Starting plumbing for MUC bookmarksKevin Smith