Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | request storage permission when needed on Android 6.0 | Daniel Gultsch | 2015-12-12 | 1 | -1/+2 |
| | |||||
* | add error state for unavailable tor network | Daniel Gultsch | 2015-12-04 | 1 | -6/+2 |
| | |||||
* | refactored socks5 connection code. make jingle transport use that new code | Daniel Gultsch | 2015-12-04 | 2 | -52/+19 |
| | |||||
* | do socks5 connect manually | Daniel Gultsch | 2015-12-04 | 1 | -14/+34 |
| | |||||
* | initial tor support | Daniel Gultsch | 2015-12-04 | 2 | -6/+18 |
| | |||||
* | copy commits | Christian S | 2015-11-29 | 5 | -6/+48 |
|\ | |||||
| * | hide subject edit button if not editable by user | Daniel Gultsch | 2015-11-26 | 1 | -0/+4 |
| | | |||||
| * | detect server identity and added muc-workaround for slack | Daniel Gultsch | 2015-11-26 | 1 | -2/+34 |
| | | |||||
| * | removed unecessary chat state | Daniel Gultsch | 2015-11-26 | 1 | -1/+1 |
| | | |||||
| * | fail jingle file transfer if axolotl key message could not be created. fixes ↵ | Daniel Gultsch | 2015-11-26 | 1 | -1/+5 |
| | | | | | | | | #1576 | ||||
| * | pgp fixes and revert configuration changes | Daniel Gultsch | 2015-11-25 | 3 | -2/+4 |
| | | |||||
* | | Merge pull request #47 from siacs/master | Christian S | 2015-11-01 | 1 | -1/+0 |
|\| | | | | | copy commits | ||||
| * | don't close socket on disconnect | Daniel Gultsch | 2015-11-01 | 1 | -1/+0 |
| | | |||||
* | | Merge remote-tracking branch 'siacs/master' into development | Christian S | 2015-10-31 | 1 | -2/+4 |
|\| | |||||
| * | avoid npe when checking for stream restart | Daniel Gultsch | 2015-10-29 | 1 | -2/+4 |
| | | |||||
* | | Merge remote-tracking branch 'siacs/master' into development | Christian S | 2015-10-22 | 1 | -0/+14 |
|\| | |||||
| * | join muc even if initial conference configuration fetch failed | Daniel Gultsch | 2015-10-22 | 1 | -0/+14 |
| | | |||||
* | | Merge remote-tracking branch 'siacs/master' into development | Christian S | 2015-10-20 | 1 | -45/+54 |
|\| | |||||
| * | synchronize around the disco object | Daniel Gultsch | 2015-10-19 | 1 | -44/+53 |
| | | |||||
| * | only try EXTERNAL auth if client certificate is set for account | Daniel Gultsch | 2015-10-17 | 1 | -1/+1 |
| | | |||||
* | | copy commits | Christian S | 2015-10-17 | 2 | -40/+41 |
|\| | |||||
| * | improved error reporting in trust keys activity | Daniel Gultsch | 2015-10-17 | 1 | -1/+3 |
| | | |||||
| * | introduced code to verify omemo device keys with x509 certificates. | Daniel Gultsch | 2015-10-16 | 1 | -4/+6 |
| | | | | | | | | cleaned up TrustKeysActivity to automatically close if there is nothing to do | ||||
| * | block code when doing unforced disconnect | Daniel Gultsch | 2015-10-16 | 1 | -35/+32 |
| | | |||||
* | | Merge remote-tracking branch 'siacs/master' into development | Christian S | 2015-10-16 | 6 | -48/+165 |
|\| | |||||
| * | use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. ↵ | Daniel Gultsch | 2015-10-15 | 1 | -2/+3 |
| | | | | | | | | fixes #1189 | ||||
| * | cleaned up some code. log last tag | Daniel Gultsch | 2015-10-13 | 1 | -8/+14 |
| | | |||||
| * | code clean up | Daniel Gultsch | 2015-10-12 | 5 | -23/+9 |
| | | |||||
| * | enable SASL EXTERNAL (certificate login | Daniel Gultsch | 2015-10-11 | 1 | -3/+61 |
| | | |||||
| * | Improve InvalidJidException handling in Jid class | Andreas Straub | 2015-10-11 | 1 | -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 Novak | 2015-10-11 | 1 | -23/+89 |
| | | |||||
* | | copy commits | Christian S | 2015-10-01 | 2 | -9/+24 |
|\| | |||||
| * | request stanza count after every ibb data stanza to not fill our own stanza ↵ | Daniel Gultsch | 2015-09-30 | 2 | -6/+9 |
| | | | | | | | | queue | ||||
| * | only invoke MTM in interactive mode after direct user input | Daniel Gultsch | 2015-09-29 | 1 | -3/+15 |
| | | | | | | | | | | | | fixes #1027 fixes #792 fixes #1439 | ||||
* | | Version 1.6.10 | Christian S | 2015-09-20 | 1 | -43/+33 |
|\| | |||||
| * | let DnsHelper provide a fallback solution | Daniel Gultsch | 2015-09-19 | 1 | -42/+33 |
| | | |||||
| * | remove the from attribute from sendStartStream() fixes #1419 | Michael | 2015-09-19 | 1 | -1/+0 |
| | | |||||
* | | copy commits | Christian S | 2015-09-18 | 2 | -2/+2 |
|\| | |||||
| * | ignore spoofed stanzas in facebook chat | Daniel Gultsch | 2015-09-17 | 1 | -1/+1 |
| | | |||||
| * | added missing type='submit' to mam queries | Daniel Gultsch | 2015-09-15 | 1 | -1/+1 |
| | | | | | | | | | | fixed some nasty inheritance problems along the way fixes #1411 | ||||
* | | Merge pull request #33 from siacs/master | Christian S. | 2015-09-04 | 1 | -1/+7 |
|\| | |||||
| * | added special error state for dns timeout | Daniel Gultsch | 2015-09-01 | 1 | -1/+7 |
| | | |||||
* | | copy commits | Christian S | 2015-08-29 | 2 | -11/+26 |
|\| | |||||
| * | use build in method on >= lolipop devices to discover dns servers | Daniel Gultsch | 2015-08-28 | 1 | -1/+1 |
| | | |||||
| * | reformating and upper bound for waiting on stanza writer | Daniel Gultsch | 2015-08-28 | 1 | -8/+16 |
| | | |||||
| * | fixed type=timeout | Daniel Gultsch | 2015-08-28 | 1 | -0/+2 |
| | | |||||
| * | explictitly handle iq timeouts in bind and session iqs | Daniel Gultsch | 2015-08-26 | 1 | -2/+7 |
| | | |||||
* | | Version 1.6.5 | Christian S | 2015-08-26 | 2 | -37/+10 |
|\| | |||||
| * | moved actual iq callback out of synchronized find callback block | Daniel Gultsch | 2015-08-26 | 1 | -3/+7 |
| | | |||||
| * | remove unused imports. | Michael | 2015-08-25 | 1 | -26/+0 |
| | |