Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-03 | Tweaked JID doxygen. | Remko Tronçon | |
2011-07-03 | Fix for a SIGABRT when reconnecting | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-29 | JID doxygen | Kevin Smith | |
2011-06-24 | Fixed connectivitytest compilation. | Remko Tronçon | |
2011-06-19 | Added RosterItemExchangePayload::item::setGroups | HanzZ | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-19 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Small tweak to previous patch. Send footer when finishing session | |||
2011-06-19 | Small tweak to previous patch. | Remko Tronçon | |
2011-06-19 | Send footer when finishing session | HanzZ | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed Debian manpages installation. Use LibXML as a Debian source dependency (instead of Expat) Tweak help documentation and add manpages. Conflicts: Swift/QtUI/QtSwift.cpp | |||
2011-06-18 | Tweak help documentation and add manpages. | Remko Tronçon | |
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Small tweaks to the previous patch. Added ConnectionServerFactory. Conflicts: Swiften/Network/SConscript | |||
2011-06-18 | Small tweaks to the previous patch. | Remko Tronçon | |
2011-06-18 | Added ConnectionServerFactory. | HanzZ | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
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-17 | Fixed build for Mac OS X 10.5. | Remko Tronçon | |
2011-06-13 | Fixed compilation error. | Remko Tronçon | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-06-13 | Privatize GConfProxyProvider in UnixProxyProvider. | Remko Tronçon | |
2011-06-13 | Fixed some CppCheck warnings. | Remko Tronçon | |
2011-06-12 | Replacing explicit new with make_shared. | Remko Tronçon | |
2011-06-12 | Replace explicit new by make_shared. | Remko Tronçon | |
2011-06-12 | Removed explicit call to get(). | Remko Tronçon | |
2011-06-12 | Removed more explicit calls to get(). | Remko Tronçon | |
2011-06-12 | Removed some calls to explicit get(). | Remko Tronçon | |
2011-06-12 | Replace explicit new with make_shared. | Remko Tronçon | |
2011-06-12 | Use make_shared in IQ. | Remko Tronçon | |
2011-06-12 | Removed some unnecessary declarations. | Remko Tronçon | |
2011-06-09 | DateTime refactoring. | Remko Tronçon | |
Moved DateTime serializing into Base. Fixed a bug when XEP82 dates are non-UTC. Added unit tests. | |||
2011-06-08 | Put XEP-0082 datetime parsing into Base. | Remko Tronçon | |
2011-06-08 | Added AllowPlainOverNONTLS option to ClientOptions. | Remko Tronçon | |
2011-06-03 | Split off StreamResumedParser. | Remko Tronçon | |
2011-06-03 | Added missing SafeString | Remko Tronçon | |
2011-06-03 | Make StreamResume(d) element use unsigned int for stanza count. | Remko Tronçon | |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon | |
2011-06-03 | Ensure safety on onDataRead and onDataWritten signals. | Remko Tronçon | |
2011-06-01 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Added fix for a billion laughs attack on Expat. Conflicts: Swiften/Parser/LibXMLParser.cpp Swiften/Parser/UnitTest/XMLParserTest.cpp | |||
2011-06-01 | Added fix for a billion laughs attack on Expat. | Remko Tronçon | |
2011-06-01 | Make gets const | Kevin Smith | |
2011-06-01 | Squelch warning | Kevin Smith | |
2011-06-01 | Add iq:last parsialiser | Kevin Smith | |
2011-05-30 | Allow payloads inside Errors | Kevin Smith | |
2011-05-25 | Added 'assertions' scons flag. | Remko Tronçon | |
2011-05-25 | Change include order so clang doesn't complain anymore. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-05-23 | Added makeString(). | Remko Tronçon | |
2011-05-23 | Use const reference in JingleSession. | Remko Tronçon | |
2011-05-23 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed const references to vectors. Conflicts: Swiften/Elements/JinglePayload.h Swiften/Jingle/JingleSession.h | |||
2011-05-23 | Fixed const references to vectors. | Remko Tronçon | |
This could potentially cause crashes (same as a previous patch). | |||
2011-05-22 | Removing unnecessary purgePassword() calls in CoreClient. | Remko Tronçon | |
2011-05-22 | Removing obsolete safeClear in ClientAuthenticator. | Remko Tronçon | |