Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-20 | Fix for the previous patch. | Remko Tronçon | |
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-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-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-11-28 | Replace slightly-too-magic MergeFlags by our own UseFlags. | Remko Tronçon | |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-24 | Added missing platform link flags. | 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-15 | Fallback correctly on missing project version tag. | Remko Tronçon | |
2010-04-08 | Added copyrights to Slimber. | Remko Tronçon | |
2010-03-28 | Fixed build. | Remko Tronçon | |
2009-11-08 | Added Error class. | Remko Tronçon | |
2009-08-16 | Add LibXML support to build system. | Remko Tronçon | |
2009-08-16 | Use global IO service thread in Client. | Remko Tronçon | |
2009-08-16 | Re-enable Limber. | Remko Tronçon | |
2009-07-24 | Update the build system. | Remko Tronçon | |
Coverage now works better. Some files are cleaned by default (without the need of CLEANFILES). | |||
2009-07-17 | Implemented clean session/connection shutdown. | Remko Tronçon | |
2009-07-16 | Moved BoostConnectionServer to Swiften. | Remko Tronçon | |
2009-07-15 | Make stream stack layers reference counted. | Remko Tronçon | |
2009-07-14 | Consolidating IncomingConnection & Connection. | Remko Tronçon | |
BoostConnections no longer have their own thread, but are managed from a central Boost IO thread instead. | |||
2009-07-14 | Remove Limber from the list of default targets. | Remko Tronçon | |
2009-07-13 | Implement a clean full login procedure. | Remko Tronçon | |
2009-07-13 | Implemented session initialization. | Remko Tronçon | |
2009-07-13 | Server stream header support. | Remko Tronçon | |
2009-07-12 | Added ServerFromClientSession. | Remko Tronçon | |
2009-07-12 | Extended the toy server a bit more. | Remko Tronçon | |
2009-07-12 | Created BoostIOServiceThread. | Remko Tronçon | |
2009-07-12 | Created IncomingConnection & ConnectionServer. | Remko Tronçon | |
2009-07-12 | Added dummy server implementation as starting point. | Remko Tronçon | |
2009-07-11 | Added Limber module. | Remko Tronçon | |