Age | Commit message (Expand) | Author |
2013-08-12 | Null check for selector before trying to close it | Gurmeen Bindra |
2013-08-09 | Close selector with socketchannel | Gurmeen Bindra |
2013-07-26 | Re-implement JavaConnection to use Selector | Nick Hudson |
2013-06-27 | Change the data type of seconds in IQ:last from int to Long | Gurmeen Bindra |
2013-05-31 | Workaround for some misbehaving SSLEngine implementations | Nick Hudson |
2013-04-22 | Add 4 parameter signal/slot object | Robert Williams |
2013-04-11 | Provide mechanism to allow clients to restrict available ciphersuites | Nick Hudson |
2013-03-26 | Support TLS use of certificates from CAPI keystores | Nick Hudson |
2013-01-29 | Changes to Stroke to make it more amenable to porting to other platforms | Nick Hudson |
2012-11-02 | Fix a Null Pointer Exception when using the getSince API | Gurmeen Bindra |
2012-10-18 | And more cleanup | Kevin Smith |
2012-10-18 | And more cleanups | Kevin Smith |
2012-10-18 | Reduce PMD's whining a little further | Kevin Smith |
2012-10-18 | Trying to quieten down PMD's complaining a little bit | Kevin Smith |
2012-10-18 | Enable compression now that zlib works | Kevin Smith |
2012-10-17 | Fix ZLib unit tests by fixing underlying hexify implementation | Kevin Smith |
2012-10-17 | Catch xml parser exceptions and fail parsing | Kevin Smith |
2012-10-02 | Avoid NPEs | Kevin Smith |
2012-10-02 | Protect against null manual hostnames | Kevin Smith |
2012-10-02 | Don't crash when overriding the connect host | Kevin Smith |
2012-10-02 | Adding Support for SoftwareVersionResponder | Kevin Smith |
2012-09-21 | Update some interfaces for consistency with Swiften. | Kevin Smith |
2012-09-21 | Remove superfluous event loop | Kevin Smith |
2012-09-21 | UseTLS needs to be public | Kevin Smith |
2012-09-07 | Fixing whitespace | Kevin Smith |
2012-09-07 | Correct the equals method of JID class | Gurmeen Bindra |
2012-08-28 | Improve efficiency of FormParser | Kevin Smith |
2012-08-22 | Increase visibility of Client Error Type | Gurmeen Bindra |
2012-08-20 | Close socketChannel in finally block | Gurmeen Bindra |
2012-08-16 | Close DirectoryContext after receiving results | Gurmeen Bindra |
2012-07-17 | Move DNS resolution into a thread to make the API asyncronous. | Kevin Smith |
2012-06-01 | Don't send non-integer 'h' attributes on 'a' elements | Kevin Smith |
2012-05-29 | Don't throw exceptions for receiving illegal XML | Kevin Smith |
2012-05-21 | Use the Aalto XML parser instead of XPP | Kevin Smith |
2012-04-27 | MUC Administration related classes | Gurmeen Bindra |
2012-04-27 | Port Classes for Storage/Private Storage | Gurmeen Bindra |
2012-04-27 | Remove "max" limit on buffer size for SSL connections | Nick Hudson |
2012-04-23 | Basic example | Kevin Smith |
2012-04-20 | Also emit onDisconnected after a manual disconnect | Kevin Smith |
2012-04-19 | Update parsing factories to allow empty namespaces, in line with Swiften | Kevin Smith |
2012-04-19 | Port MUC Payload Parsers from Swiften to Stroke | Gurmeen Bindra |
2012-04-19 | Port MUC Payload Serializers from Swiften to Stroke | Gurmeen Bindra |
2012-04-19 | Port elements for MUC Administration | Gurmeen Bindra |
2012-04-19 | Port Presence Sender from Swiften to Stroke | Gurmeen Bindra |
2012-04-19 | Add Signal and Slot classes with 3 parameters | Gurmeen Bindra |
2012-04-19 | Add a copy constructor to Presence and Stanza + compare method in JID | Gurmeen Bindra |
2012-04-19 | Port Error parser Tests to stroke from Swiften | Gurmeen Bindra |
2012-03-29 | Make CoreClient.getSessionCertificate more robust | Nick Hudson |
2012-03-29 | Port Error Parser to stroke | Gurmeen Bindra |
2012-03-19 | Add "isTLSEncrypted" and "getPeerCertificate" to CoreClient | Nick Hudson |