summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-06-13Fixed some CppCheck warnings.Remko Tronçon
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 more explicit calls to get().Remko Tronçon
2011-06-12Removed some calls to explicit get().Remko Tronçon
2011-06-08Put XEP-0082 datetime parsing into Base.Remko Tronçon
2011-06-03Split off StreamResumedParser.Remko Tronçon
2011-06-03Make StreamResume(d) element use unsigned int for stanza count.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-01Squelch warningKevin Smith
2011-06-01Add iq:last parsialiserKevin Smith
2011-05-30Allow payloads inside ErrorsKevin Smith
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-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Replace header include guards by pragma once.Remko Tronçon
2011-05-02Replace auto_ptr by shared_ptr.Remko Tronçon
2011-04-30Minor fixes for ReplaceVlad Voicu
Switched from passing by value License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-30Correct message feature using XEP-CorrectVlad Voicu
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-24Set untyped fields to Text-Single.Kevin Smith
XEP-0004 gives a default field type of Text-Single where none is specified.
2011-04-23Finished Stream Management parserialements.Remko Tronçon
2011-04-18Small tweaks to the roster item exchange payload.Remko Tronçon
2011-04-18Added Roster Item Exchange XEP support.Jan Kaluza
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-18Make parser infrastructure parser aware.Remko Tronçon
Resolves: #492
2011-04-18Added XEP-0237 Roster Versioning support.Remko Tronçon
Resolves: #803 Release-Notes: Added support for XEP-0237 Roster Versioning
2011-04-18Jingle refactoring.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-03-16Added possibility to dynamically link Swiften.Remko Tronçon
Resolves: #798
2011-03-04Reset the field values between searches for users.Kevin Smith
Resolves: #771
2011-03-04Upgrade XEP-0258 support to match 0.6.Kevin Smith
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification.
2011-03-03Some more Sluift tweaks.Remko Tronçon
2011-02-14Fixed ExpatParser compilation.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-13Removed some boilerplate classes.Remko Tronçon
2011-02-12Share locale object between delay parsers.Remko Tronçon
2011-01-29Added some experimental Jingle classes.Remko Tronçon
2011-01-21Code cleanup.Remko Tronçon
2011-01-18Cleaned up some code.Remko Tronçon
2011-01-12Refactored MUC code a bit.Remko Tronçon
2010-12-09Upgraded stream errors to new RFC3920bis.Remko Tronçon
2010-12-09Fixed namespace of stream error children.Remko Tronçon
2010-12-09Added missing files & fixed stream error namespace.Remko Tronçon
2010-12-09Added Stream error parserialement.Remko Tronçon
2010-12-06Fixed assertion failure on invalid stream start.Remko Tronçon
Resolves: #707
2010-12-05Use make_shared in parsers.Remko Tronçon
2010-12-04Added EchoPayload parserialement.Remko Tronçon
2010-11-21Added search parserialement.Remko Tronçon
2010-11-16Added In-band-registration unsubscribe support to Swiften.Remko Tronçon