aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into developmentDaniel Gultsch2015-08-231-31/+51
| |\|
| | * remove callbacks directly from iteratorDaniel Gultsch2015-08-231-2/+2
| | * don't make subsequent iq request when original stanza returned an errorDaniel Gultsch2015-08-231-30/+45
| | * modified clearIqCallbacks into 2-step processDaniel Gultsch2015-08-231-10/+15
| * | simulate old behaviour with messages being set to waiting while offlineDaniel Gultsch2015-08-191-2/+10
| * | Merge branch 'master' into developmentDaniel Gultsch2015-08-161-29/+31
| |\|
| | * deal with broken frameworksDaniel Gultsch2015-08-161-4/+1
| | * synchronize packetCallbacksDaniel Gultsch2015-08-161-25/+30
| * | fully depend on smDaniel Gultsch2015-08-151-48/+31
| |/
| * removed dead codeDaniel Gultsch2015-08-081-10/+0
| * don't request ack for iq stanzas before stream managment is initializedDaniel Gultsch2015-08-081-2/+2
| * request server-ACKs for iq stanzasDaniel Gultsch2015-08-061-33/+37
| * fail old/invalid iq stanzas on bindDaniel Gultsch2015-08-061-0/+13
| * rewrote dns fallbackDaniel Gultsch2015-07-241-0/+3
| * Optimize importsAndreas Straub2015-07-201-1/+0
| * catch number format exception in server ackDaniel Gultsch2015-07-101-10/+14
| * initial http upload supportDaniel Gultsch2015-06-291-5/+9
| * don't perform dns lookups on domain parts that obviously look like ip addressesDaniel Gultsch2015-06-191-43/+53
| * let dns library take care of no-srv style hosts as wellDaniel Gultsch2015-05-281-3/+0
| * use same sm check inside xmppconnection and outDaniel Gultsch2015-05-251-1/+1
| * 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
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-111-55/+23
|\ \
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-101-1/+2
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-021-42/+42
|\| |
* | | Merge trz/rename into trz/rebasesteckbrief2015-10-221-11/+0
|\| |
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-1125/+0
| |/
* / Merge tag '1.5.2' into trz/rebaselookshe2015-08-111-120/+202
|/
* 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