Age | Commit message (Expand) | Author |
2015-05-01 | Add parser & serializer for SecurityLabel & SecurityLabelsCatalog | Alan Young |
2015-05-01 | Revisit handling of JavaConnection race conditions. | Alan Young |
2015-04-20 | Avoid potential double-adding of "lastConsumed" count to "bytesConsumed" | Nick Hudson |
2015-04-10 | Add GetDiscoItemsRequest | Alan Young |
2015-04-10 | Remove unused imports & fix some uses of generics. | Alan Young |
2015-04-10 | Throw exception for missing payload serializer. | Alan Young |
2015-04-10 | Changes to support MUCController first cut | Alan Young |
2015-04-10 | Checkpoint - A bunch of initial stuff for Android | Alan Young |
2015-04-02 | Fix copyright header on DateTime | Kevin Smith |
2015-04-02 | Use specific Local.US for date-time strings for protocol use. | Alan Young |
2015-04-01 | Update copyright in light of recent contributions | Kevin Smith |
2015-03-19 | Add functionality for ChatState. | Tarun Gupta |
2015-03-18 | Add Copyright Information for CapsInfo. | Tarun Gupta |
2015-03-12 | Add functionality for CapsInfo | Tarun Gupta |
2015-03-07 | Add BSD license file to refer to in future community-contributed commits | Kevin Smith |
2015-01-14 | Don't use bytesConsumed from SSLEngineResult | Nick Hudson |
2015-01-13 | Don't call wakeup on closed selectors | Nick Hudson |
2014-12-14 | Changes to improve handling of unknown field types | Tim Robbings |
2014-12-02 | Add MAMFinSerializer to FullPayloadSerializerCollection | Alex Clayton |
2014-11-26 | Bring Stroke inline with Swiften with respect to MAM | Alex Clayton |
2014-10-28 | Stroke FormField refactoring | Tim Robbings |
2014-10-24 | Don't disregard data that arrives on network just prior to socket closing | Nick Hudson |
2014-10-24 | Fix JavaConnection to emit onDataWritten when it writes data to the socket | Nick Hudson |
2014-10-17 | Don't use SSLv3 in JSSEContext | Nick Hudson |
2014-08-19 | Add SubjectSerializer | Alex Clayton |
2014-08-08 | Update stroke as per swiften wrt getting certificate chain | Gurmeen Bindra |
2014-08-04 | Stroke to use default Trust Store provided by Java for Trust Anchors | Gurmeen Bindra |
2014-07-24 | Apply a Connector timeout even if not using SRV lookups | Nick Hudson |
2014-07-22 | Make Stroke return peer certificate chain, rather then just EE certificate | Nick Hudson |
2014-07-17 | Use common function for date time in all classes | Gurmeen Bindra |
2014-06-27 | Fix incorrect initialisation of jid_ field inside IQRouter | Nick Hudson |
2014-06-26 | Import SimpleEventLoop into stroke | Alex Clayton |
2014-05-26 | Added MAM parsers, serializers and tests. | Richard Maudsley |
2014-04-22 | Move hardcoded XMPP SRV information from Connector into CoreClient | Nick Hudson |
2014-03-07 | PubSub parsers and serializers, plus manager and test code. | Richard Maudsley |
2014-02-03 | Check sender on incoming IQ responses | Nick Hudson |
2013-12-05 | Fix possible ClassCastException when restricting ciphers | Nick Hudson |
2013-11-09 | Allow /etc/hosts to override DNS host lookups | Alex Clayton |
2013-10-30 | Re-implement DNS lookup to use dnsjava rather than JNDI | Nick Hudson |
2013-10-29 | Enable building of jar file without examples | Nick Hudson |
2013-10-25 | Update Stroke's build to use "target=1.6" and "source=1.6" when compiling | Nick Hudson |
2013-10-25 | Log data and exception message when error occurs | Gurmeen Bindra |
2013-10-15 | Revert "synchronized" patch and fix use of ByteArray inside JavaConnection | Nick Hudson |
2013-10-08 | Fix synchronization problem in ByteArray | Nick Hudson |
2013-09-23 | Don't crash if server doesn't send cert in TLS handshake | Nick Hudson |
2013-09-19 | Fix PlatformDomainNameResolve DomainNameAddressQuery | Alex Clayton |
2013-09-18 | Update NetworkFactories to own TLSContextFactory as per Swiften | Nick Hudson |
2013-09-02 | Changes to handle close notify gracefully | Nick Hudson |
2013-08-12 | Null check for selector before trying to close it | Gurmeen Bindra |
2013-08-09 | Close selector with socketchannel | Gurmeen Bindra |