Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-11 | Added missing include. | Remko Tronçon | |
2012-09-08 | Support whiteboarding. | Mateusz Piekos | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
2012-05-31 | Update message correction to use the published namespace. | Kevin Smith | |
Resolves: #1124 | |||
2012-05-05 | Windows compilation fixes. | Remko Tronçon | |
2012-05-05 | Serialize error payload. | Remko Tronçon | |
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-03-05 | Fix segfaults and deadcode | Kevin Smith | |
2012-02-12 | Fixed compiler warnings. | Remko Tronçon | |
2012-02-06 | Parse mediated invite stuff | Kevin Smith | |
2012-01-23 | XEP-0004 form support for user search. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-12-24 | Fixed compilation warnings. | Remko Tronçon | |
2011-11-28 | Message Receipts (XEP-0184) support for 1-to-1 conversations (including ↵ | Tobias Markmann | |
1-to-1 MUC). Warn icon from already existing theme. Check icon from Wikipedia. See Swift/resources/icons/license_info.txt for details. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-11 | Adding includes | Kevin Smith | |
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith | |
Resolves: #991 | |||
2011-10-03 | Simple MUC invites. | Kevin Smith | |
Resolves: #152 | |||
2011-10-01 | Fixed cppcheck warnings. | Remko Tronçon | |
2011-09-28 | Destroy rooms. | Kevin Smith | |
Resolves: #990 | |||
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-23 | Add support for kicking people from MUCs. | Kevin Smith | |
This also introduces a new DOM-like parser structure, used for the MUC parsers. Partially Resolves: #689 | |||
2011-09-20 | Added XEP-191 parserialements. | 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-01 | Add iq:last parsialiser | Kevin Smith | |
2011-05-15 | Fix namespace for muc#user | Kevin Smith | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
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 | 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-24 | Initial Ad-Hoc commands support. | Kevin Smith | |
This is not finished, use at your own peril. | |||
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 | Added XEP-0237 Roster Versioning support. | Remko Tronçon | |
Resolves: #803 Release-Notes: Added support for XEP-0237 Roster Versioning | |||
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
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-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-29 | Added some experimental Jingle classes. | Remko Tronçon | |
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. | |||
2010-11-21 | Added missing file. | Remko Tronçon | |
2010-11-21 | Added search parserialement. | Remko Tronçon | |
2010-11-18 | Moving out a convenience function for generating XEP-0082 strings from Boost ↵ | Kevin Smith | |
ptimes | |||
2010-11-16 | Added In-band-registration unsubscribe support to Swiften. | Remko Tronçon | |
2010-11-10 | Added InBandRegistration classes. | Remko Tronçon | |
2010-11-09 | Only request new MUC context when rejoining. | Kevin Smith | |
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed. | |||
2010-10-21 | Fixed case sensitivity compilation problem. | Remko Tronçon | |
2010-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |