summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2011-01-18Cleaned up some code.Remko Tronçon
2011-01-12Refactored MUC code a bit.Remko Tronçon
2010-12-20Don't immediately send presence unneccesarily when registering directed prese...Kevin Smith
2010-12-05Don't mess up avatars after a MUC reconnect.Kevin Smith
2010-11-28Change error from optional to shared_ptr in GenericRequestRemko Tronçon
2010-11-15Clean MUC joins slightly.Kevin Smith
2010-11-09Only request new MUC context when rejoining.Kevin Smith
2010-11-03Refactoring Presence & MUC handling.Remko Tronçon
2010-11-01Disable bookmarks when offline.Kevin Smith
2010-10-20Tell MUCController to handle disconnect/reconnect rejoins.Kevin Smith
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-10-04Join MUCs with the last broadcast presence.Kevin Smith
2010-10-03Don't get confused when people change roles in a MUC.Kevin Smith
2010-09-13When joining a new room, create an instant room.Kevin Smith
2010-09-12Block MUC bookmarks until the server has responded.Kevin Smith
2010-08-27Separate MUCRegistry from ChatsManager.Remko Tronçon
2010-08-20Include Real JIDs in MUC rosters where availableKevin Smith
2010-07-23Recognise when leaving a MUC (disconnect or kick).Kevin Smith
2010-06-04Starting towards tooltips for the colour-blind.Kevin Smith
2010-06-02Rename boost_signalslib.h to boost_bsignals.Remko Tronçon
2010-06-02Using Boost workaround for Qt signals keyword clash.Remko Tronçon
2010-05-30Don't crash setting a bookmark if initial response didn't have a payload.Kevin Smith
2010-05-23Implement XEP-0045 joining, and appropriate error handling.Kevin Smith