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-04-01 | Modernize code to use C++11 nullptr using clang-tidy | 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 |
2014-12-15 | Update Copyright In Slimber | Kevin Smith |
2014-04-28 | Create ToplevelElement to replace Element. | Richard Maudsley |
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation... | Tobias Markmann |
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon |
2011-07-03 | Implement TableRoster with roster diff. | Remko Tronçon |
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-06-18 | Moving unused server code out of Swiften into Limber. | Remko Tronçon |
2011-04-30 | Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber. | Remko Tronçon |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-02-14 | Removed Swift::String. | Remko Tronçon |
2011-01-26 | Make boost io_service a shared object. | Remko Tronçon |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon |
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon |
2010-06-18 | Fix crash on reconnect. | Remko Tronçon |
2010-06-03 | Use SASL EXTERNAL for authenticating in Slimber. | Remko Tronçon |
2010-04-08 | Added copyrights to Slimber. | Remko Tronçon |
2010-03-28 | Moving submodule contents back. | Remko Tronçon |
2010-03-28 | Removing submodules. | Remko Tronçon |
2010-02-11 | Moved some modules into separate git modules. | Remko Tronçon |
2009-11-08 | Added Error class. | Remko Tronçon |
2009-08-03 | Slimber: Remove debug output. | Remko Tronçon |
2009-08-02 | Slimber: Handle ConnectionServer disconnects more cleanly. | Remko Tronçon |
2009-08-02 | Slimber: Handle conflicts/restarts. | Remko Tronçon |
2009-08-01 | Added BoostConnectionServer error signaling. | Remko Tronçon |
2009-08-01 | Made Slimber fully functional again. | Remko Tronçon |
2009-07-30 | Make Slimber use the new LinkLocal framework. | Remko Tronçon |
2009-07-27 | Improve LinkLocalServiceInfo unit test. | Remko Tronçon |
2009-07-23 | Add beginning of new DNS-SD query framework. | Remko Tronçon |
2009-07-21 | Use VCard information in Link Local service info. | Remko Tronçon |
2009-07-21 | Use VCard to set name. | Remko Tronçon |
2009-07-21 | Add VCardCollection. | Remko Tronçon |
2009-07-21 | Show list of connected users. | Remko Tronçon |
2009-07-21 | Update the "You are logged in" menu. | Remko Tronçon |
2009-07-20 | Move Slimber server out of main. | Remko Tronçon |