summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-08-04Stroke to use default Trust Store provided by Java for Trust AnchorsGurmeen Bindra
2014-07-24Apply a Connector timeout even if not using SRV lookupsNick Hudson
2014-07-22Make Stroke return peer certificate chain, rather then just EE certificateNick Hudson
2014-07-17Use common function for date time in all classesGurmeen Bindra
2014-06-27Fix incorrect initialisation of jid_ field inside IQRouterNick Hudson
2014-06-26Import SimpleEventLoop into strokeAlex Clayton
2014-05-26Added MAM parsers, serializers and tests.Richard Maudsley
2014-04-22Move hardcoded XMPP SRV information from Connector into CoreClientNick Hudson
2014-03-07PubSub parsers and serializers, plus manager and test code.Richard Maudsley
2014-02-03Check sender on incoming IQ responsesNick Hudson
2013-12-05Fix possible ClassCastException when restricting ciphersNick Hudson
2013-11-09Allow /etc/hosts to override DNS host lookupsAlex Clayton
2013-10-30Re-implement DNS lookup to use dnsjava rather than JNDINick Hudson
2013-10-25Log data and exception message when error occursGurmeen Bindra
2013-10-15Revert "synchronized" patch and fix use of ByteArray inside JavaConnectionNick Hudson
2013-10-08Fix synchronization problem in ByteArrayNick Hudson
2013-09-23Don't crash if server doesn't send cert in TLS handshakeNick Hudson
2013-09-19Fix PlatformDomainNameResolve DomainNameAddressQueryAlex Clayton
2013-09-18Update NetworkFactories to own TLSContextFactory as per SwiftenNick Hudson
2013-09-02Changes to handle close notify gracefullyNick Hudson
2013-08-12Null check for selector before trying to close itGurmeen Bindra
2013-08-09Close selector with socketchannelGurmeen Bindra
2013-07-26Re-implement JavaConnection to use SelectorNick Hudson
2013-06-27Change the data type of seconds in IQ:last from int to LongGurmeen Bindra
2013-05-31Workaround for some misbehaving SSLEngine implementationsNick Hudson
2013-04-22Add 4 parameter signal/slot objectRobert Williams
2013-04-11Provide mechanism to allow clients to restrict available ciphersuitesNick Hudson
2013-03-26Support TLS use of certificates from CAPI keystoresNick Hudson
2013-01-29Changes to Stroke to make it more amenable to porting to other platformsNick Hudson
2012-11-02Fix a Null Pointer Exception when using the getSince APIGurmeen Bindra
2012-10-18And more cleanupKevin Smith
2012-10-18And more cleanupsKevin Smith
2012-10-18Reduce PMD's whining a little furtherKevin Smith
2012-10-18Trying to quieten down PMD's complaining a little bitKevin Smith
2012-10-18Enable compression now that zlib worksKevin Smith
2012-10-17Fix ZLib unit tests by fixing underlying hexify implementationKevin Smith
2012-10-17Catch xml parser exceptions and fail parsingKevin Smith
2012-10-02Avoid NPEsKevin Smith
2012-10-02Protect against null manual hostnamesKevin Smith
2012-10-02Don't crash when overriding the connect hostKevin Smith
2012-10-02Adding Support for SoftwareVersionResponderKevin Smith
2012-09-21Update some interfaces for consistency with Swiften.Kevin Smith
2012-09-21Remove superfluous event loopKevin Smith
2012-09-21UseTLS needs to be publicKevin Smith
2012-09-07Fixing whitespaceKevin Smith
2012-09-07Correct the equals method of JID classGurmeen Bindra
2012-08-28Improve efficiency of FormParserKevin Smith
2012-08-22Increase visibility of Client Error TypeGurmeen Bindra
2012-08-20Close socketChannel in finally blockGurmeen Bindra
2012-08-16Close DirectoryContext after receiving resultsGurmeen Bindra