Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use ibb if other party doesn’t annouce s5b feature | Christian Schneppe | 2019-06-17 | 3 | -224/+203 |
| | |||||
* | accept direct ibb jingle offers | Christian Schneppe | 2019-06-17 | 2 | -15/+58 |
| | |||||
* | Networkstack - let OS decide IPv4 or IPv6 (#267) | genofire | 2019-06-08 | 1 | -26/+5 |
| | | | | | | | | * Networkstack - let OS decide IPv4 or IPv6 * Drop own implementation of DNS-Server selection * remove dns resolver cache | ||||
* | handle invalid canditates in jingle | Christian Schneppe | 2019-06-08 | 1 | -0/+4 |
| | |||||
* | jingle: send canditate error before fallback | Christian Schneppe | 2019-05-04 | 1 | -2/+3 |
| | |||||
* | Make use of Namespace.REGISTER constant | Christian Schneppe | 2019-05-04 | 1 | -4/+4 |
| | |||||
* | remove logging from delete from server | Christian Schneppe | 2019-04-01 | 1 | -1/+0 |
| | |||||
* | add ability to delete account also from server | Christian Schneppe | 2019-03-31 | 1 | -0/+16 |
| | | | | fixes #315 | ||||
* | Deduplicate presences | Christian Schneppe | 2019-02-21 | 1 | -1/+2 |
| | | | | possibly fixes #303 | ||||
* | print available stream features / mechanisms on incompat server | Christian Schneppe | 2019-02-09 | 1 | -0/+4 |
| | |||||
* | reset inviteuri after successful generation | Christian Schneppe | 2019-02-08 | 1 | -3/+2 |
| | |||||
* | use ad-hoc commands for invite links if server supports this | Christian Schneppe | 2019-02-08 | 2 | -0/+77 |
|\ | |||||
| * | implement adhoc invite links if server supports this | Christian Schneppe | 2019-02-08 | 2 | -0/+81 |
| | | |||||
* | | do not require starttls when connecting over to .onion domain | Christian Schneppe | 2019-01-27 | 1 | -2/+2 |
| | | |||||
* | | properly jump out of connection loop on state changing errors | Christian Schneppe | 2019-01-25 | 1 | -8/+7 |
| | | |||||
* | | resend presence to muc avatar update | Christian Schneppe | 2019-01-25 | 1 | -0/+4 |
| | | |||||
* | | explicitly set type=images for all media with an image mime type this is in ↵ | Christian Schneppe | 2019-01-25 | 1 | -1/+1 |
| | | | | | | | | preperation to be able to query the database for all images | ||||
* | | put images into MessageStyle notifications | Christian Schneppe | 2019-01-24 | 1 | -1/+3 |
|/ | |||||
* | log number of unhandled iq callbacks after resume | Christian Schneppe | 2018-12-27 | 1 | -3/+4 |
| | |||||
* | log policy violation stream error message to logcat | Christian Schneppe | 2018-12-27 | 1 | -0/+4 |
| | |||||
* | check mam preference for mam:2 namespace and purge offline only if set | Christian Schneppe | 2018-12-14 | 1 | -0/+17 |
| | |||||
* | set access model to open when publishing avatar | Christian Schneppe | 2018-11-30 | 1 | -0/+9 |
| | |||||
* | show max file size for httpupload in profile --> server info | Christian Schneppe | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | reformat XmppConnection.java | Christian Schneppe | 2018-10-24 | 1 | -37/+30 |
| | |||||
* | only store non hardcoded resolver result in db | Christian Schneppe | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | make 'cancelled' work for jingle ft | Christian Schneppe | 2018-10-20 | 2 | -14/+16 |
| | |||||
* | use short read timeout when waiting for first stream open. disable read ↵ | Christian Schneppe | 2018-10-04 | 1 | -1/+2 |
| | | | | timeout aftwards | ||||
* | refactored file encryption to give access to inner stream | Christian Schneppe | 2018-10-04 | 3 | -44/+33 |
| | | | | Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently. | ||||
* | clean up connection code. unify domain = ip and extended connection settings ↵ | Christian Schneppe | 2018-10-02 | 1 | -59/+21 |
| | | | | into fake resolver | ||||
* | use sni and alpn for start tls as well. apperently google requires it | Christian Schneppe | 2018-10-02 | 1 | -0/+2 |
| | |||||
* | introduced error code for server not opening stream after auth or starttls | Christian Schneppe | 2018-10-01 | 1 | -2/+5 |
| | |||||
* | code cleanup | Christian Schneppe | 2018-10-01 | 1 | -5/+5 |
| | |||||
* | fixed regression that didn’t enable SNI | Christian Schneppe | 2018-10-01 | 1 | -2/+2 |
| | |||||
* | use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵ | Christian Schneppe | 2018-10-01 | 1 | -0/+4 |
| | | | | old androids | ||||
* | speed up DNS | Christian Schneppe | 2018-09-13 | 1 | -2/+0 |
| | | | | | | run queries in parallel decrease timeout do not fall back to google | ||||
* | removed synchronized in favor of another interrupted check in startXmpp() | Christian Schneppe | 2018-09-11 | 1 | -1/+4 |
| | |||||
* | use volatile for thread object in XmppConnection | Christian Schneppe | 2018-08-30 | 1 | -5/+4 |
| | |||||
* | upgrade babbler version | Christian Schneppe | 2018-08-26 | 1 | -0/+5 |
| | |||||
* | store bookmarks in pep if conversion xep is running | Christian Schneppe | 2018-08-26 | 2 | -0/+11 |
| | |||||
* | do not call listeners while being synchronized on stanza queue | Christian Schneppe | 2018-07-29 | 2 | -6/+20 |
| | |||||
* | fix bug in XmppConnection | Christian Schneppe | 2018-07-15 | 1 | -3/+3 |
| | |||||
* | support mam:1 | Christian Schneppe | 2018-07-09 | 1 | -5/+6 |
| | |||||
* | improve identification of muc service | Christian Schneppe | 2018-07-09 | 1 | -0/+1 |
| | |||||
* | use Tor on http upload is account uses onion domain | Christian Schneppe | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | report unparsable limit as http upload available | Christian Schneppe | 2018-06-16 | 1 | -1/+1 |
| | |||||
* | add support for S3 file transfers | Christian Schneppe | 2018-05-26 | 1 | -26/+31 |
| | |||||
* | some tor modifications | Christian Schneppe | 2018-05-17 | 2 | -3/+3 |
| | | | | possibly fixes #199 | ||||
* | do not include body in simple status updates to not trigger fts update | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Support both new and old http upload namespaces | Christian Schneppe | 2018-05-05 | 1 | -4/+11 |
| | |||||
* | check if jid was valid before parsing muc status or event msgs | Christian Schneppe | 2018-05-02 | 1 | -2/+12 |
| |