summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-07-31Upgraded update operation with ability to move elementsMateusz Piekos
2012-07-29Added namespace to whiteboard payloadsMateusz Piekos
2012-07-26Improved handling of operations IDs and transformationsMateusz Piekos
2012-07-23Added abitlity to change color and line witdth of drawn elementsMateusz Piekos
2012-07-20Made compilation of whiteboard components warning freeMateusz Piekos
2012-07-17Added handling of items deletionsMateusz Piekos
2012-07-17Added handling of elements position updatesMateusz Piekos
2012-07-16Extended classes handling synchronization with update operationMateusz Piekos
2012-07-13Integrated WhiteboardClient and WhiteboardServer into rest of the codeMateusz Piekos
2012-06-26Added handling of circles(ellipses)Mateusz Piekos
2012-06-24Added handling of rects and basic handling of polygonsMateusz Piekos
2012-06-21Added parsing and serialization of freehand path elementMateusz Piekos
2012-06-18Completed serialization and parsing of line elementMateusz Piekos
2012-06-15Moved serialization of elements to WhiteboardSerializerMateusz Piekos
2012-06-12Improved whiteboard session handlingMateusz Piekos
2012-06-08Added handling of whiteboard session requestsMateusz Piekos
2012-06-01Added simple whiteboard payload and it's parser and serializerMateusz Piekos
2012-05-05Windows compilation fixes.Remko Tronçon
2012-05-05Serialize error payload.Remko Tronçon
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...Tobias Markmann
2012-03-05Fix segfaults and deadcodeKevin Smith
2012-02-12Fixed compiler warnings.Remko Tronçon
2012-02-06Parse mediated invite stuffKevin Smith
2012-01-24Test caseKevin Smith
2012-01-23XEP-0004 form support for user search.Tobias Markmann
2011-12-24Fixed compilation warnings.Remko Tronçon
2011-11-28Message Receipts (XEP-0184) support for 1-to-1 conversations (including 1-to-...Tobias Markmann
2011-10-11Adding includesKevin Smith
2011-10-05Allow joining passworded MUCs.Kevin Smith
2011-10-03Simple MUC invites.Kevin Smith
2011-10-01Fixed cppcheck warnings.Remko Tronçon
2011-09-28Destroy rooms.Kevin Smith
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...Tobias Markmann
2011-09-23Add support for kicking people from MUCs.Kevin Smith
2011-09-20Added XEP-191 parserialements.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
2011-06-12Removed explicit call to get().Remko Tronçon
2011-06-12Removed some unnecessary declarations.Remko Tronçon
2011-06-09DateTime refactoring.Remko Tronçon
2011-06-03Limit the use of the SafeString type.Remko Tronçon
2011-06-01Add iq:last parsialiserKevin Smith
2011-05-25Change include order so clang doesn't complain anymore.Tobias Markmann
2011-05-18Propagate use of SafeByteArray down to the connection.Remko Tronçon
2011-05-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-15Fix namespace for muc#userKevin Smith
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Add a generic erase() algorithm.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