Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-20 | Made compilation of whiteboard components warning free | Mateusz Piekos | |
2012-07-18 | Modified code to send TextItem updates | Mateusz Piekos | |
2012-07-17 | Added handling of items deletions | Mateusz Piekos | |
2012-07-17 | Added handling of elements position updates | Mateusz Piekos | |
2012-07-16 | Extended classes handling synchronization with update operation | Mateusz Piekos | |
2012-07-13 | Integrated WhiteboardClient and WhiteboardServer into rest of the code | Mateusz Piekos | |
2012-06-29 | Improved handling of IDs | Mateusz Piekos | |
Added ID parsing to every element and added function to get prefixes from session to be able to distinguish elements between clients | |||
2012-06-26 | Fixed duplicating of polygons | Mateusz Piekos | |
2012-06-26 | Added handling of text elements | Mateusz Piekos | |
2012-06-26 | Added handling of circles(ellipses) | Mateusz Piekos | |
2012-06-24 | Added handling of rects and basic handling of polygons | Mateusz Piekos | |
2012-06-21 | Added parsing and serialization of freehand path element | Mateusz Piekos | |
2012-06-18 | Completed serialization and parsing of line element | Mateusz Piekos | |
2012-06-15 | Moved elements parsing to WhiteboardParser | Mateusz Piekos | |
2012-06-12 | Improved whiteboard session handling | Mateusz Piekos | |
2012-06-08 | Added handling of whiteboard session requests | Mateusz Piekos | |
2012-06-01 | Added simple whiteboard payload and it's parser and serializer | Mateusz Piekos | |
2012-05-06 | Fixed unit test compilation failure. | Remko Tronçon | |
2012-04-28 | Make sure our parser doesn't handle entities. | Remko Tronçon | |
2012-04-27 | Fixed LibXML parsing of & | Remko Tronçon | |
Resolves: #944 | |||
2012-04-24 | Make built-in expat ignore unbound prefix namespaces. | Remko Tronçon | |
This works around a problem with broken servers relaying illegal stanzas from broken clients. Obviously only works when using the bundled Expat. Note that the system OS X libXML also seems to behave this way. | |||
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-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-13 | BOSH Support for Swiften | Kevin Smith | |
This adds support for BOSH to Swiften. It does not expose it to Swift. Release-Notes: Swiften now allows connects over BOSH, if used appropriately. | |||
2011-12-13 | BOSH implementation started | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
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-07 | Fixed CLang warnings. | Remko Tronçon | |
2011-10-07 | Initialize LibXML for multithreaded applications. | Remko Tronçon | |
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon | |
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith | |
Resolves: #991 | |||
2011-10-03 | Cleanup | Kevin Smith | |
2011-10-03 | Simple MUC invites. | Kevin Smith | |
Resolves: #152 | |||
2011-10-01 | Fixed CppCheck warnings. | Remko Tronçon | |
2011-10-01 | Added <body/> extractor code. | Remko Tronçon | |
2011-10-01 | Some cleanup in parser factories. | Remko Tronçon | |
2011-09-28 | Destroy rooms. | Kevin Smith | |
Resolves: #990 | |||
2011-09-28 | Missing file | Kevin Smith | |
2011-09-28 | Parse MUC status codes correctly again. | Kevin Smith | |
Means rooms will be unlocked after creation correctly. | |||
2011-09-27 | Allow room configuration. | Kevin Smith | |
Resolves: #989 | |||
2011-09-26 | Avoid the use of at(). | Remko Tronçon | |
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 | Whitespace tweaks. | Remko Tronçon | |
2011-09-23 | Cleanup of previous patch | Kevin Smith | |
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-13 | Fixed some CppCheck warnings. | Remko Tronçon | |
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 | |