aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * throw security exception instead of going to next srv entryDaniel Gultsch2016-01-121-1/+3
| * move some ssl socket modifiers into a seperate helper classDaniel Gultsch2016-01-121-56/+5
| * Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest2016-01-111-54/+149
| * reworked that loop that iterates over various serversDaniel Gultsch2016-01-111-16/+10
* | copy commitsChristian S2015-12-181-128/+122
|\|
| * throw exception at the end of the streamDaniel Gultsch2015-12-171-128/+122
* | copy commitsChristian S2015-12-161-8/+43
|\|
| * timeout service discovery after 20sDaniel Gultsch2015-12-151-7/+42
| * wait with status change to online after all disco queries have been madeDaniel Gultsch2015-12-091-5/+14
| * request storage permission when needed on Android 6.0Daniel Gultsch2015-12-071-1/+2
| * add error state for unavailable tor networkDaniel Gultsch2015-12-011-6/+2
| * refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2015-12-012-52/+19
| * do socks5 connect manuallyDaniel Gultsch2015-12-011-14/+34
| * initial tor supportDaniel Gultsch2015-12-012-6/+18
* | wait with status change to online after all disco queries have been madeDaniel Gultsch2015-12-121-5/+14
* | request storage permission when needed on Android 6.0Daniel Gultsch2015-12-121-1/+2
* | add error state for unavailable tor networkDaniel Gultsch2015-12-041-6/+2
* | refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2015-12-042-52/+19
* | do socks5 connect manuallyDaniel Gultsch2015-12-041-14/+34
* | initial tor supportDaniel Gultsch2015-12-042-6/+18
* | copy commitsChristian S2015-11-295-6/+48
|\|
| * hide subject edit button if not editable by userDaniel Gultsch2015-11-261-0/+4
| * detect server identity and added muc-workaround for slackDaniel Gultsch2015-11-261-2/+34
| * removed unecessary chat stateDaniel Gultsch2015-11-261-1/+1
| * fail jingle file transfer if axolotl key message could not be created. fixes ...Daniel Gultsch2015-11-261-1/+5
| * pgp fixes and revert configuration changesDaniel Gultsch2015-11-253-2/+4
* | Merge pull request #47 from siacs/masterChristian S2015-11-011-1/+0
|\|
| * don't close socket on disconnectDaniel Gultsch2015-11-011-1/+0
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-311-2/+4
|\|
| * avoid npe when checking for stream restartDaniel Gultsch2015-10-291-2/+4
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-221-0/+14
|\|
| * join muc even if initial conference configuration fetch failedDaniel Gultsch2015-10-221-0/+14
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-201-45/+54
|\|
| * synchronize around the disco objectDaniel Gultsch2015-10-191-44/+53
| * only try EXTERNAL auth if client certificate is set for accountDaniel Gultsch2015-10-171-1/+1
* | copy commitsChristian S2015-10-172-40/+41
|\|
| * improved error reporting in trust keys activityDaniel Gultsch2015-10-171-1/+3
| * introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-4/+6
| * block code when doing unforced disconnectDaniel Gultsch2015-10-161-35/+32
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-166-48/+165
|\|
| * use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...Daniel Gultsch2015-10-151-2/+3
| * cleaned up some code. log last tagDaniel Gultsch2015-10-131-8/+14
| * code clean upDaniel Gultsch2015-10-125-23/+9
| * enable SASL EXTERNAL (certificate loginDaniel Gultsch2015-10-111-3/+61
| * Improve InvalidJidException handling in Jid classAndreas Straub2015-10-111-2/+2
| * Captcha support.Armin Novak2015-10-111-23/+89
* | copy commitsChristian S2015-10-012-9/+24
|\|
| * request stanza count after every ibb data stanza to not fill our own stanza q...Daniel Gultsch2015-09-302-6/+9
| * only invoke MTM in interactive mode after direct user inputDaniel Gultsch2015-09-291-3/+15
* | Version 1.6.10Christian S2015-09-201-43/+33
|\|