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