aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-19simulate old behaviour with messages being set to waiting while offlineDaniel Gultsch1-2/+10
2015-08-16deal with broken frameworksDaniel Gultsch1-4/+1
2015-08-16synchronize packetCallbacksDaniel Gultsch1-25/+30
2015-08-15fully depend on smDaniel Gultsch1-48/+31
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-120/+202
2015-08-08removed dead codeDaniel Gultsch1-10/+0
2015-08-08don't request ack for iq stanzas before stream managment is initializedDaniel Gultsch1-2/+2
2015-08-06request server-ACKs for iq stanzasDaniel Gultsch1-33/+37
2015-08-06fail old/invalid iq stanzas on bindDaniel Gultsch1-0/+13
2015-07-24rewrote dns fallbackDaniel Gultsch1-0/+3
2015-07-20Optimize importsAndreas Straub1-1/+0
2015-07-10catch number format exception in server ackDaniel Gultsch1-10/+14
2015-06-29initial http upload supportDaniel Gultsch1-5/+9
2015-06-19don't perform dns lookups on domain parts that obviously look like ip addressesDaniel Gultsch1-43/+53
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-1125/+0
2015-05-28let dns library take care of no-srv style hosts as wellDaniel Gultsch1-3/+0
2015-05-25use same sm check inside xmppconnection and outDaniel Gultsch1-1/+1
2015-05-18use same socket time out for jingle and xmpp connectionsDaniel Gultsch1-1/+1
2015-05-17fixed crash on failed account registryDaniel Gultsch1-1/+1
2015-05-08throw proper exception before changing account into error stateDaniel Gultsch1-11/+31
2015-05-06fixed npe when missing instructions on failed registerDaniel Gultsch1-7/+5
2015-05-06fwiw don't allow stanza count to go over MAX_INTDaniel Gultsch1-0/+9
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-04-29added config option to be a bit more verbose about stanza countsDaniel Gultsch1-4/+14
2015-04-25fixed service discovery by properly storing and checking identitiesDaniel Gultsch1-27/+48
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-09don't resume old session when changing resourceiNPUTmice1-0/+4
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