Age | Commit message (Expand) | Author |
2016-05-25 | Remove unnecessary include of iostream header | Tobias Markmann |
2016-04-05 | Migrate to Boost.Signals2 from Boost.Signals | Tobias Markmann |
2016-04-04 | Modernize code to use C++11 shared_ptr instead of Boost's | Tobias Markmann |
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann |
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann |
2015-10-16 | Mark removed contacts as unavailable in Swift | Tobias Markmann |
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-10-01 | Port many of Isode's local fixes upstream | Kevin Smith |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2011-10-01 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-10-01 | Fixed roster sender check.swift-1.x | Remko Tronçon |
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-25 | Moved file storages to Swift. | Remko Tronçon |
2011-04-19 | Fixed Linux compilation. | Remko Tronçon |
2011-04-18 | Small tweaks to the roster item exchange payload. | Remko Tronçon |
2011-04-18 | Added Roster Item Exchange XEP support. | Jan Kaluza |
2011-04-18 | Factor out payload persisting into utility classes. | Remko Tronçon |
2011-04-18 | Added XEP-0237 Roster Versioning support. | Remko Tronçon |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-02-26 | Some more sluift tweaks. | Remko Tronçon |
2011-02-14 | Removed Swift::String. | Remko Tronçon |
2011-02-11 | Adding more roster unit tests | Kevin Smith |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon |
2011-02-07 | Reworking contact editing. | Remko Tronçon |
2011-02-05 | Don't crash when receiving null roster payload. | Remko Tronçon |
2011-01-24 | Added test suite registration checker. | Remko Tronçon |
2011-01-21 | Code cleanup. | Remko Tronçon |
2011-01-18 | Cleaned up some code. | Remko Tronçon |
2010-12-27 | Fix destruction order in unit tests. | Remko Tronçon |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon |
2010-11-03 | Added JIDDiscoInfoResponder + Added "to" parameter to responder callback. | Remko Tronçon |
2010-10-28 | Correctly mark roster items with the highest priority status. | Kevin Smith |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon |
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon |
2010-10-24 | Creating abstract XMPPRoster base class. | Remko Tronçon |
2010-10-23 | Make sure presence isn't type error before updating roster. | Kevin Smith |
2010-10-21 | Moving queries & responders around. | Remko Tronçon |
2010-10-10 | Refactor responders to only start on start(). | Remko Tronçon |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon |
2010-10-08 | Fixing assorted memory leaks. | Kevin Smith |
2010-10-07 | Code cleanup from recent commits | Kevin Smith |
2010-10-04 | Assign contacts to groups. | Kevin Smith |
2010-10-03 | Show contacts as unavailable after subscription removal. | Kevin Smith |
2010-10-02 | Persist roster group expandiness. | Kevin Smith |
2010-09-13 | Moved XMPPRosterController to Swiften. | Remko Tronçon |
2010-09-13 | Added presence notifier. | Remko Tronçon |
2010-09-11 | Make AvatarManager abstract | Remko Tronçon |