aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * 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
| | | | | | | | #1576
| * pgp fixes and revert configuration changesDaniel Gultsch2015-11-253-2/+4
| |
| * don't close socket on disconnectDaniel Gultsch2015-11-011-1/+0
| |
| * avoid npe when checking for stream restartDaniel Gultsch2015-10-291-2/+4
| |
| * join muc even if initial conference configuration fetch failedDaniel Gultsch2015-10-221-0/+14
| |
| * 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
| |
| * 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
| | | | | | | | cleaned up TrustKeysActivity to automatically close if there is nothing to do
| * block code when doing unforced disconnectDaniel Gultsch2015-10-161-35/+32
| |
| * use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. ↵Daniel Gultsch2015-10-151-2/+3
| | | | | | | | fixes #1189
| * 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
| | | | | | | | | | | | This code should never be triggered anway, so with this 'fix', we should at least get more meaningful stack traces. Plus, it makes the linter happy by preventing NullPointerExceptions.
| * Captcha support.Armin Novak2015-10-111-23/+89
| |
| * request stanza count after every ibb data stanza to not fill our own stanza ↵Daniel Gultsch2015-09-302-6/+9
| | | | | | | | queue
| * only invoke MTM in interactive mode after direct user inputDaniel Gultsch2015-09-291-3/+15
| | | | | | | | | | | | fixes #1027 fixes #792 fixes #1439
| * let DnsHelper provide a fallback solutionDaniel Gultsch2015-09-191-42/+33
| |
| * remove the from attribute from sendStartStream() fixes #1419Michael2015-09-191-1/+0
| |
| * ignore spoofed stanzas in facebook chatDaniel Gultsch2015-09-171-1/+1
| |
| * added missing type='submit' to mam queriesDaniel Gultsch2015-09-151-1/+1
| | | | | | | | | | fixed some nasty inheritance problems along the way fixes #1411
| * added special error state for dns timeoutDaniel Gultsch2015-09-011-1/+7
| |
| * use build in method on >= lolipop devices to discover dns serversDaniel Gultsch2015-08-281-1/+1
| |
| * reformating and upper bound for waiting on stanza writerDaniel Gultsch2015-08-281-8/+16
| |
| * fixed type=timeoutDaniel Gultsch2015-08-281-0/+2
| |
| * explictitly handle iq timeouts in bind and session iqsDaniel Gultsch2015-08-261-2/+7
| |
| * moved actual iq callback out of synchronized find callback blockDaniel Gultsch2015-08-261-3/+7
| |
| * remove unused imports.Michael2015-08-251-26/+0
| |
| * fixed session timeDaniel Gultsch2015-08-251-7/+2
| |
| * fixed regression with mlinks stream managment. fixes #1206Daniel Gultsch2015-08-241-1/+1
| |
| * Merge branch 'master' into developmentDaniel Gultsch2015-08-234-8/+8
| |\
| | * introduce special iq type for internal timeouts. always use != result to ↵Daniel Gultsch2015-08-234-10/+10
| | | | | | | | | | | | check for error in callbacks
| * | Merge branch 'master' into developmentDaniel Gultsch2015-08-231-10/+10
| |\|
| | * reformatingDaniel Gultsch2015-08-231-3/+1
| | |
| | * deal with another set of stream:features after bindDaniel Gultsch2015-08-231-7/+9
| | |
| * | 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
| | |