Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-23 | Work around incorrect roster responses from ejabberd. | Remko Tronçon | |
Resolves: #1072 | |||
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 | |||
2012-02-14 | Adding documentation to GenericRequest | Kevin Smith | |
2011-10-01 | Fixed cppcheck warnings. | Remko Tronçon | |
2011-09-29 | Allow to set 'from' on Request & IBB classes. | Remko Tronçon | |
2011-09-20 | Added ClientBlockListManager. | Remko Tronçon | |
2011-09-18 | Do not overwrite from attribute in component mode | Jan Kaluza | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Remove relaxation of not checking JIDs if the IQRouter's JID isn't set. Fixed Request::isAccountJID(). Check sender on incoming IQ responses. | |||
2011-08-28 | Remove relaxation of not checking JIDs if the IQRouter's JID isn't set. | Remko Tronçon | |
2011-08-28 | Fixed Request::isAccountJID(). | Remko Tronçon | |
2011-08-28 | Check sender on incoming IQ responses. | Remko Tronçon | |
Release-Notes: Fixed a bug whereby the sender of an iq wasn't being checked before matching it to a request. | |||
2011-08-26 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Don't consider Get and Set requests as Response results. | |||
2011-08-26 | Don't consider Get and Set requests as Response results. | Remko Tronçon | |
Release-Notes: Fixed a problem where we would treat incoming queries with IDs clashing with pending requests as errors. | |||
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon | |
2011-05-02 | Replace header include guards by pragma once. | Remko Tronçon | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon | |
2011-02-24 | Added Sluift client test script and the necessary infrastructure. | Remko Tronçon | |
2011-02-24 | Added initial version of Sluift. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2010-12-27 | Disconnect signals in IQRouter. | Remko Tronçon | |
2010-12-26 | Fixed crash when searching for users. | Remko Tronçon | |
Resolves: #730 | |||
2010-12-04 | Document custom requests & responders, and components. | Remko Tronçon | |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-11-15 | Fix compilation on OS X | Kevin Smith | |
2010-11-13 | Added missing receiver parameter to IBR requests. | Remko Tronçon | |
2010-11-10 | Added InBandRegistration classes. | Remko Tronçon | |
2010-11-03 | Give later IQ handlers precedence over older IQ handlers. | Remko Tronçon | |
2010-11-03 | Added JIDDiscoInfoResponder + Added "to" parameter to responder callback. | 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-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-21 | Make sure Component always sets 'from' on outgoing IQ stanzas. | Remko Tronçon | |
2010-10-21 | Moving queries & responders around. | Remko Tronçon | |
2010-10-10 | Client refactoring. | Remko Tronçon | |
Removing inheritance from StanzaChannel to trim down the public API. | |||
2010-10-10 | Move SoftwareVersionResponder constructor arguments to setter. | Remko Tronçon | |
2010-10-10 | Refactor responders to only start on start(). | Remko Tronçon | |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon | |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. | |||
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
2010-05-08 | Flush bookmarks. | Remko Tronçon | |
Resolves: #335 | |||
2010-04-12 | Send roster set before roster add. | Kevin Smith | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |