summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-06-13Added CppCheck script.Remko Tronçon
Tweaked the sources to satisfy cppcheck.
2011-06-13Privatize GConfProxyProvider in UnixProxyProvider.Remko Tronçon
2011-06-13Fixed some CppCheck warnings.Remko Tronçon
2011-06-13Small fix for replace message featureVlad Voicu
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-06-12Replacing explicit new with make_shared.Remko Tronçon
2011-06-12Replace explicit new by make_shared.Remko Tronçon
2011-06-12Removed explicit call to get().Remko Tronçon
2011-06-12Removed more explicit calls to get().Remko Tronçon
2011-06-12Removed some calls to explicit get().Remko Tronçon
2011-06-12Replace explicit new with make_shared.Remko Tronçon
2011-06-12Replace last message feature for MUCVlad Voicu
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-06-12Use make_shared in IQ.Remko Tronçon
2011-06-12Removed some unnecessary declarations.Remko Tronçon
2011-06-11Fixed IdleQuerierTest linking with gold.Remko Tronçon
2011-06-11Explicitly link against gobject.Remko Tronçon
This is required for newer linkers (gold) on Linux.
2011-06-09Added DMG background.Remko Tronçon
2011-06-09Added boost/local_time.Remko Tronçon
2011-06-09DateTime refactoring.Remko Tronçon
Moved DateTime serializing into Base. Fixed a bug when XEP82 dates are non-UTC. Added unit tests.
2011-06-08Put XEP-0082 datetime parsing into Base.Remko Tronçon
2011-06-08Added AllowPlainOverNONTLS option to ClientOptions.Remko Tronçon
2011-06-03Split off StreamResumedParser.Remko Tronçon
2011-06-03Added missing SafeStringRemko Tronçon
2011-06-03Make StreamResume(d) element use unsigned int for stanza count.Remko Tronçon
2011-06-03Limit the use of the SafeString type.Remko Tronçon
2011-06-03Ensure safety on onDataRead and onDataWritten signals.Remko Tronçon
2011-06-01Merge 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-01Added fix for a billion laughs attack on Expat.Remko Tronçon
2011-06-01Make gets constKevin Smith
2011-06-01Squelch warningKevin Smith
2011-06-01Add iq:last parsialiserKevin Smith
2011-05-30Allow payloads inside ErrorsKevin Smith
2011-05-28Added --debug flag to checker.Remko Tronçon
2011-05-25Added 'assertions' scons flag.Remko Tronçon
2011-05-25Revert "Remove compiler arguments which are unsupported in latest clang."Tobias Markmann
This reverts commit 45670c6a4ede70ef9383d5ba72301e9484efe6d4. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-05-25Change 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-23Added makeString().Remko Tronçon
2011-05-23Use const reference in JingleSession.Remko Tronçon
2011-05-23Merge 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-23Fixed const references to vectors.Remko Tronçon
This could potentially cause crashes (same as a previous patch).
2011-05-22Added TableRoster.Remko Tronçon
2011-05-22Fix formatting bugs from previous patchKevin Smith
2011-05-22Removing unnecessary purgePassword() calls in CoreClient.Remko Tronçon
2011-05-22Removing obsolete safeClear in ClientAuthenticator.Remko Tronçon
2011-05-22Allow errors in chats to not claim to be about sent messages.Kevin Smith
Resolves: #797 Release-Notes: When failing to enter a room, the error message will no longer wrongly report that you were trying to send a message.
2011-05-22Only forget login details in eagle modeKevin Smith
2011-05-22Don't pass cursor keys through to chat log.Kevin Smith
Resolves: #872
2011-05-22Eagle mode.Kevin Smith
Disables password persistence.
2011-05-22Removed obsolete signal.Remko Tronçon
2011-05-22Added SafeString::clear().Remko Tronçon
2011-05-22Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Galician translation update.