summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-07-02Clearing whiteboard window on session initializationMateusz Piekos
2012-06-29Improved handling of IDsMateusz 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-26Fixed duplicating of polygonsMateusz Piekos
2012-06-26Added handling of text elementsMateusz 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 elements parsing to WhiteboardParserMateusz Piekos
2012-06-15Moved serialization of elements to WhiteboardSerializerMateusz Piekos
2012-06-15Removed unnecessary signal connectionMateusz Piekos
2012-06-14Improved session initialization from UI sideMateusz Piekos
2012-06-14Removed accidentally commited temporary fileMateusz Piekos
2012-06-12Improved whiteboard session handlingMateusz Piekos
2012-06-08Added handling of whiteboard session requestsMateusz Piekos
2012-06-07Removed unnecessary StanzaChannel from WhiteboardManagerMateusz Piekos
2012-06-06Moved whiteboard data handling to WhiteboardSessionMateusz Piekos
2012-06-05Added function responsible for instances of WhiteboardWindowsMateusz Piekos
2012-06-05Moved whiteboard handling to WhiteboardManagerMateusz Piekos
2012-06-05Restored ChatController and ChatsManagerMateusz Piekos
2012-06-02Added whiteboard controller with simple sharingMateusz Piekos
Whiteboard controller is handled in ChatController only for testing purposes.
2012-06-01Added simple whiteboard payload and it's parser and serializerMateusz Piekos
2012-05-30Added whiteboard iconsMateusz Piekos
2012-05-30Added whiteboard files to swift treeMateusz Piekos
2012-05-24Splitting licensing files for easier referenceKevin Smith
2012-05-24Fixing typo in start dateKevin Smith
2012-05-22Allow SluiftExceptions to be output by the EventLoopKevin Smith
2012-05-22Fix options passing in Sluift connect() callKevin Smith
2012-05-22Allow Sluift to not use acks from XEP-0198Kevin Smith
2012-05-17Fixing compilation on windows.Remko Tronçon
Resolves: #1123
2012-05-13Add more files to .gitignore.Remko Tronçon
2012-05-12Remove peer certificate from APIs.Remko Tronçon
The peer certificate chain contains the peer certificate, so this was redundant.
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native ↵Tobias Markmann
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-05-11Fixed struct vs class warning.Remko Tronçon
2012-05-11Don't allow form results to get interpreted as HTMLKevin Smith
2012-05-08Use .project.vimrc.Remko Tronçon
2012-05-08Rename .vimrc -> .project.vimrcRemko Tronçon
2012-05-08Tweaks to vimrc.Remko Tronçon
2012-05-08Added .vimrc file.Remko Tronçon
2012-05-07Added convenience method for responding with a custom error payload.Remko Tronçon
2012-05-07Only assert when requesting CRL checking on OpenSSL.Remko Tronçon
2012-05-06Fixed unit test compilation failure.Remko Tronçon
2012-05-05Compilation fixes.Remko Tronçon
2012-05-05Windows compilation fixes.Remko Tronçon
2012-05-05Re-enable revocation check.Remko Tronçon
2012-05-05* Added additional cert store to chain validation. * Turned off revocation ↵dreijer
checking. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-05-05Revert "* Added additional cert store to chain validation. * Turned off ↵Remko Tronçon
revocation checking." This reverts commit e33b7a309e0424450ab00bc6180df95c6c049195.
2012-05-05Revert "Re-enable revocation check."Remko Tronçon
This reverts commit 856f970d14c5c32b80fc5ea359d4e567b51578a0.
2012-05-05Serialize error payload.Remko Tronçon