Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) ↵ | Tobias Markmann | |
transformation where possible. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
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 | |
* swift-1.x: Moving unused server code out of Swiften into Limber. Conflicts: Limber/Server/ServerFromClientSession.cpp Limber/Server/ServerSession.cpp Limber/Server/ServerStanzaRouter.cpp Limber/Server/SimpleUserRegistry.cpp Limber/Server/SimpleUserRegistry.h Limber/Server/UnitTest/ServerStanzaRouterTest.cpp Limber/Server/UserRegistry.cpp Limber/main.cpp Slimber/Server.cpp Slimber/Server.h | |||
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 | |
This should avoid problems when destroying an event loop containing timer or network events, after the network factory (and io_service object) has disappeared (i.e. at shutdown). | |||
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon | |
2010-06-18 | Fix crash on reconnect. | Remko Tronçon | |
BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making constructor private to avoid this error in the future. | |||
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 | |
XMPP Server is temporarily out of order. | |||
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 | |