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: Fixed compilation of Slimber/Qt. Fixed flag order in Slimber. MergeFlags->UseFlags in Slimber. Use UseFlags for compiling the unit test. | |||
2011-06-18 | Fixed compilation of Slimber/Qt. | Remko Tronçon | |
2011-06-18 | Fixed flag order in Slimber. | Remko Tronçon | |
2011-06-18 | MergeFlags->UseFlags in Slimber. | 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-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-05-10 | Fix build | Kevin Smith | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon | |
2011-04-30 | Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber. | Remko Tronçon | |
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-16 | Fixed slimber compilation. | 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 | Fixed Linux compilation. | 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 more missing platform link libraries. | Remko Tronçon | |
2010-10-24 | Added missing platform link flags. | Remko Tronçon | |
2010-10-09 | Moved Application from Swiften into SwifTools. | Remko Tronçon | |
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon | |
2010-08-20 | Comply to FreeDesktop.org standard for storing data files. | Remko Tronçon | |
Resolves: #526 | |||
2010-08-20 | Fix Slimber build. | Remko Tronçon | |
2010-08-19 | Fixed compilation on OS X. | 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-09 | Fixed compilation warningns for Linux build. | Remko Tronçon | |
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-06-03 | Use SASL EXTERNAL for authenticating in Slimber. | Remko Tronçon | |
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-05-25 | Pick up build version from git tag (if present). | Remko Tronçon | |
2010-04-24 | Avoid segfault on Slimber shutdown. | Remko Tronçon | |
2010-04-24 | Add About dialog to Slimber/Qt. | Remko Tronçon | |
2010-04-24 | Tweak Slimber icon a bit to look better in a tray. | Remko Tronçon | |
2010-04-24 | Update Slimber icons. | Remko Tronçon | |
Slimber now usses the egg-based icons instead of the swifts. | |||
2010-04-24 | Instantiate Qt event loop in Slimber. | Remko Tronçon | |
2010-04-23 | Fix Slimber/CLI compilation. | Remko Tronçon | |
2010-04-23 | Complete Slimber CLI. | Remko Tronçon | |
2010-04-22 | Don't check for Avahi on OS X. | Remko Tronçon | |
2010-04-22 | Include Slimber QRC file. | Remko Tronçon | |
2010-04-22 | Fix AvahiBrowserQuery compilation. | Remko Tronçon | |
2010-04-22 | Don't build Slimber if no zeroconf is available. | Remko Tronçon | |
2010-04-22 | Add PlatformDNSSDQuerierFactory::canCreate(). | Remko Tronçon | |
2010-04-22 | Don't compile CppUnit if we're not testing. | Remko Tronçon | |