Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-13 | Integrated WhiteboardClient and WhiteboardServer into rest of the code | Mateusz Piekos | |
2012-07-13 | Added missing handling of operations not requiring transformation | Mateusz Piekos | |
2012-07-13 | Using structure instead of pair as a return value in WhiteboardClient | Mateusz Piekos | |
2012-07-11 | Added explanation of operations in WhiteboardClientTest | Mateusz Piekos | |
2012-07-11 | Tidied up WhitebaordClientTest code | Mateusz Piekos | |
2012-07-09 | Added one more situation to WhiteboardClient test | Mateusz Piekos | |
2012-07-09 | Added more complicated WhiteboardClient test and updated this class to pass it | Mateusz Piekos | |
2012-07-07 | Added WhiteboardClient with passing simple unit test | Mateusz Piekos | |
2012-07-05 | Handling less simple server side operations | Mateusz Piekos | |
2012-07-05 | Created simple WhiteboardServer with unit tests | Mateusz Piekos | |
Purpose of WhiteboardServer is to handle server side Operational Transformation operations | |||
2012-07-03 | Modified statement about session request reject | Mateusz Piekos | |
2012-07-02 | Added handling of responses from request IQ | Mateusz Piekos | |
Fixed bug with hanging session requests after one of client crash | |||
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-15 | Moved serialization of elements to WhiteboardSerializer | Mateusz Piekos | |
2012-06-15 | Removed unnecessary signal connection | Mateusz Piekos | |
2012-06-14 | Improved session initialization from UI side | Mateusz Piekos | |
2012-06-14 | Removed accidentally commited temporary file | Mateusz Piekos | |
2012-06-12 | Improved whiteboard session handling | Mateusz Piekos | |
2012-06-08 | Added handling of whiteboard session requests | Mateusz Piekos | |
2012-06-06 | Moved whiteboard data handling to WhiteboardSession | Mateusz Piekos | |
2012-06-01 | Added simple whiteboard payload and it's parser and serializer | Mateusz Piekos | |
2012-05-12 | Remove peer certificate from APIs. | Remko Tronçon | |
The peer certificate chain contains the peer certificate, so this was redundant. | |||
2012-05-12 | Show Certificate dialog from certificate error window. | Remko Tronçon | |
2012-05-11 | Showing 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-07 | Added convenience method for responding with a custom error payload. | Remko Tronçon | |
2012-05-07 | Only assert when requesting CRL checking on OpenSSL. | Remko Tronçon | |
2012-05-06 | Fixed unit test compilation failure. | Remko Tronçon | |
2012-05-05 | Compilation fixes. | Remko Tronçon | |
2012-05-05 | Windows compilation fixes. | Remko Tronçon | |
2012-05-05 | Re-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-05 | Revert "* Added additional cert store to chain validation. * Turned off ↵ | Remko Tronçon | |
revocation checking." This reverts commit e33b7a309e0424450ab00bc6180df95c6c049195. | |||
2012-05-05 | Revert "Re-enable revocation check." | Remko Tronçon | |
This reverts commit 856f970d14c5c32b80fc5ea359d4e567b51578a0. | |||
2012-05-05 | Serialize error payload. | Remko Tronçon | |
2012-04-29 | Fixed previous commit. | Remko Tronçon | |
2012-04-29 | Added debug message to double finishSession. | 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-25 | Support channel binding with Schannel. | Remko Tronçon | |
Resolves: #1012 | |||
2012-04-24 | Fixed compilation problems on windows. | Remko Tronçon | |
2012-04-24 | Re-enable revocation check. | Remko Tronçon | |
Added a method on TLSContextFactory to disable revocation checks if wanted. | |||
2012-04-24 | * Added additional cert store to chain validation. * Turned off revocation ↵ | dreijer | |
checking. | |||
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. |