aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* use same socket time out for jingle and xmpp connectionsDaniel Gultsch2015-05-181-1/+1
* fixed crash on failed account registryDaniel Gultsch2015-05-171-1/+1
* throw proper exception before changing account into error stateDaniel Gultsch2015-05-081-11/+31
* fixed npe when missing instructions on failed registerDaniel Gultsch2015-05-061-7/+5
* fwiw don't allow stanza count to go over MAX_INTDaniel Gultsch2015-05-061-0/+9
* mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch2015-05-021-19/+24
* added config option to be a bit more verbose about stanza countsDaniel Gultsch2015-04-291-4/+14
* fixed service discovery by properly storing and checking identitiesDaniel Gultsch2015-04-251-27/+48
* fixed a bug in DNS helper code. fixes #1130iNPUTmice2015-04-161-1/+1
* don't resume old session when changing resourceiNPUTmice2015-04-091-0/+4
* wait for session iq to return sucessfully before sending other stanzas. fixed...iNPUTmice2015-03-201-26/+42
* avoid unnecessary thread creationiNPUTmice2015-03-051-0/+7
* load messages asynchronouslyiNPUTmice2015-02-121-0/+6
* added actions to error notificationiNPUTmice2015-02-101-0/+5
* disabled cipher loggingiNPUTmice2015-02-091-1/+1
* Use platform ciphers as well, just prefer oursSam Whited2015-02-021-1/+2
* don't count when attempt failed completlyiNPUTmice2015-01-291-0/+1
* Remove legacy SSL supportSam Whited2015-01-191-15/+11
* Harden the TLS connection cipher suitesSam Whited2015-01-141-0/+7
* avoid requesting blocklist after stream resumptionDaniel Gultsch2015-01-051-27/+23
* code cleanup + logging of spoofed iq packetsDaniel Gultsch2015-01-041-35/+33
* Verify IQ responsesSam Whited2015-01-041-5/+19
* Make IqPacket type an enumSam Whited2015-01-041-23/+23
* Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch2015-01-041-69/+35
* prefer PLAIN over DIGEST-MD5Daniel Gultsch2015-01-021-2/+2
* improved OTR verification part oneDaniel Gultsch2015-01-021-2/+2
* refactor swithOverToTls stuffDaniel Gultsch2014-12-301-56/+45
* Add ability to change password on serverSam Whited2014-12-251-0/+4
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-221-125/+131
* possible dns fixesiNPUTmice2014-12-141-1/+1
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-5/+11
* very basic mam supportiNPUTmice2014-12-101-0/+8
* cleanup: removed stream compressioniNPUTmice2014-12-091-56/+0
* do not query service info from main server againiNPUTmice2014-12-011-5/+3
* work around to not confuse irc transport with real conference serversiNPUTmice2014-11-211-2/+7
* brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice2014-11-201-1/+8
* better exception handling in XmppConnection.connect. (never return without th...iNPUTmice2014-11-181-39/+15
* better error checking in ssl switch overiNPUTmice2014-11-161-5/+9
* small modifications for changing an account status in XmppConnectioniNPUTmice2014-11-151-8/+6
* Merge pull request #668 from SamWhited/auth-pinningDaniel Gultsch2014-11-151-43/+59
|\
| * Set security error status on TLS cert mismatchSam Whited2014-11-151-6/+7
| * Add incompatible server statusSam Whited2014-11-151-0/+1
| * Add security error statusSam Whited2014-11-151-1/+2
| * Make account status an enumSam Whited2014-11-151-25/+25
| * Add auth method pinningSam Whited2014-11-151-13/+26
* | fixed some disco / carbon related bugsiNPUTmice2014-11-151-29/+43
|/
* Improve auth error handling and state machineSam Whited2014-11-151-8/+7
* Add SCRAM-SHA1 supportSam Whited2014-11-141-298/+321
* Refactor authentication codeSam Whited2014-11-121-29/+20
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-31/+31