aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe1-120/+202
2015-03-20wait for session iq to return sucessfully before sending other stanzas. fixed...iNPUTmice1-26/+42
2015-03-05avoid unnecessary thread creationiNPUTmice1-0/+7
2015-02-12load messages asynchronouslyiNPUTmice1-0/+6
2015-02-10added actions to error notificationiNPUTmice1-0/+5
2015-02-09disabled cipher loggingiNPUTmice1-1/+1
2015-02-02Use platform ciphers as well, just prefer oursSam Whited1-1/+2
2015-01-29don't count when attempt failed completlyiNPUTmice1-0/+1
2015-01-19Remove legacy SSL supportSam Whited1-15/+11
2015-01-14Harden the TLS connection cipher suitesSam Whited1-0/+7
2015-01-05avoid requesting blocklist after stream resumptionDaniel Gultsch1-27/+23
2015-01-04code cleanup + logging of spoofed iq packetsDaniel Gultsch1-35/+33
2015-01-04Verify IQ responsesSam Whited1-5/+19
2015-01-04Make IqPacket type an enumSam Whited1-23/+23
2015-01-04Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch1-69/+35
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch1-2/+2
2015-01-02improved OTR verification part oneDaniel Gultsch1-2/+2
2014-12-30refactor swithOverToTls stuffDaniel Gultsch1-56/+45
2014-12-25Add ability to change password on serverSam Whited1-0/+4
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-125/+131
2014-12-14possible dns fixesiNPUTmice1-1/+1
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice1-5/+11
2014-12-10very basic mam supportiNPUTmice1-0/+8
2014-12-09cleanup: removed stream compressioniNPUTmice1-56/+0
2014-12-01do not query service info from main server againiNPUTmice1-5/+3
2014-11-21work around to not confuse irc transport with real conference serversiNPUTmice1-2/+7
2014-11-20brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice1-1/+8
2014-11-18better exception handling in XmppConnection.connect. (never return without th...iNPUTmice1-39/+15
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+10
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+9
2014-11-15small modifications for changing an account status in XmppConnectioniNPUTmice1-8/+6
2014-11-15Set security error status on TLS cert mismatchSam Whited1-6/+7
2014-11-15Add incompatible server statusSam Whited1-0/+1
2014-11-15fixed some disco / carbon related bugsiNPUTmice1-29/+43
2014-11-15Add security error statusSam Whited1-1/+2
2014-11-15Make account status an enumSam Whited1-25/+25
2014-11-15Add auth method pinningSam Whited1-13/+26
2014-11-15Improve auth error handling and state machineSam Whited1-8/+7
2014-11-14Add SCRAM-SHA1 supportSam Whited1-298/+321
2014-11-12Refactor authentication codeSam Whited1-29/+20
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-31/+31
2014-11-09Check for illegal arguments to the toASCII funcSam Whited1-1/+7
2014-11-09Fix issue with IDN SRV recordsSam Whited1-2/+3
2014-11-09It builds again!Sam Whited1-5/+1
2014-11-09Move a chunk of classes over to using JID objectsSam Whited1-106/+95
2014-11-09got rid of MTM and mRandom variable in favor of using a reference to serviceiNPUTmice1-12/+7
2014-11-08check if socket was null before doing ssl connectiNPUTmice1-46/+42
2014-11-03more error handling in xmppconnectioniNPUTmice1-66/+78
2014-10-22Make conversations the root projectSam Whited1-0/+0