Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fully read port in socks connection | Christian Schneppe | 2019-10-26 | 1 | -2/+3 |
| | | | | | incoming direct connections in receive mode wouldn’t clear the entire destination from the input stream; thus adding a leading 0x00 to the file | ||||
* | set shorter timeouts when using direct candidates | Christian Schneppe | 2019-10-26 | 3 | -6/+13 |
| | |||||
* | report not-acceptable on jingle errors | Christian Schneppe | 2019-10-02 | 2 | -19/+16 |
| | |||||
* | close correct socket after faulty jingle socks connection | Christian Schneppe | 2019-09-20 | 1 | -1/+1 |
| | |||||
* | do not include scope in ipv6 annoucment | Christian Schneppe | 2019-09-09 | 1 | -1/+12 |
| | |||||
* | JET uses plain text file size | Christian Schneppe | 2019-09-06 | 1 | -2/+9 |
| | |||||
* | do not include link local in direct candidates | Christian Schneppe | 2019-09-06 | 3 | -16/+12 |
| | |||||
* | implemented support for for jingle encrypted transports (XEP-0396) | Christian Schneppe | 2019-09-06 | 2 | -10/+37 |
| | |||||
* | fix some crashes | Christian Schneppe | 2019-09-03 | 1 | -1/+4 |
| | |||||
* | use higher priority for proxy on receiving end | Christian Schneppe | 2019-09-03 | 2 | -5/+4 |
| | |||||
* | send fallback to ibb after proxy activation failed | Christian Schneppe | 2019-09-03 | 1 | -6/+17 |
| | |||||
* | also reply with direct connections on response | Christian Schneppe | 2019-09-03 | 2 | -18/+34 |
| | |||||
* | bare minimum direct connections | Christian Schneppe | 2019-09-03 | 4 | -6/+153 |
| | |||||
* | order canditates by priority before attempting to connect | Christian Schneppe | 2019-09-03 | 2 | -25/+27 |
| | |||||
* | more ibb fixes (include sid in transport-accept) | Christian Schneppe | 2019-08-31 | 2 | -15/+25 |
| | |||||
* | fixed pgp decryption of automatically accepted jingle ft | Christian Schneppe | 2019-08-31 | 1 | -10/+7 |
| | |||||
* | refactored filename and extension parsing | Christian Schneppe | 2019-08-31 | 1 | -32/+32 |
| | |||||
* | fix SOCKS5 to IBB fallback | Christian Schneppe | 2019-08-31 | 1 | -5/+4 |
| | |||||
* | code cleanup & small fixes | Christian Schneppe | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | fix jingle file transfer | Christian Schneppe | 2019-06-25 | 3 | -4/+4 |
| | | | | fixes #360 | ||||
* | disallow subsequent session-accept | Christian Schneppe | 2019-06-17 | 1 | -13/+13 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | make 'cancelled' work for jingle ft | Christian Schneppe | 2018-10-20 | 2 | -14/+16 |
| | |||||
* | 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. | ||||
* | some tor modifications | Christian Schneppe | 2018-05-17 | 1 | -2/+2 |
| | | | | possibly fixes #199 | ||||
* | do not include body in simple status updates to not trigger fts update | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | return InvalidJid object instead of null if Jid can not be parsed | Christian Schneppe | 2018-05-02 | 1 | -1/+2 |
| | |||||
* | very much unoptimized search functionality | Christian Schneppe | 2018-04-30 | 1 | -8/+11 |
| | |||||
* | catch dead object exceptions when acquiring wake locks | Christian Schneppe | 2018-04-29 | 1 | -103/+91 |
| | |||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 6 | -31/+31 |
| | |||||
* | properly handle key transport messages. use prekeyparsing only when that ↵ | Christian Schneppe | 2018-01-21 | 1 | -1/+1 |
| | | | | attribute is set | ||||
* | some bug fixes | Christian Schneppe | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | code cleanup | Christian Schneppe | 2017-11-23 | 1 | -2/+2 |
| | |||||
* | JingleConnection: fixed rare npe when canceling jingle | Christian Schneppe | 2017-11-21 | 1 | -3/+2 |
| | |||||
* | Jingle: create output stream on demand | Christian Schneppe | 2017-10-29 | 3 | -6/+9 |
| | |||||
* | fixed jingle state machine being thrown off by iq-result coming after ↵ | Christian Schneppe | 2017-09-04 | 2 | -12/+14 |
| | | | | session-accept | ||||
* | add more logging to http download connection and reset file params after ↵ | Christian Schneppe | 2017-08-13 | 1 | -0/+2 |
| | | | | setting expected size | ||||
* | fixed otr jingle file size reporting | Christian Schneppe | 2017-08-01 | 1 | -5/+1 |
| | |||||
* | optimized imports | Christian Schneppe | 2017-05-10 | 1 | -1/+0 |
| | |||||
* | make jingle implementation send file hash when using ft5 | Christian Schneppe | 2017-05-09 | 4 | -39/+90 |
| | |||||
* | support for jingle ft:5 | Christian Schneppe | 2017-05-09 | 2 | -2/+7 |
| | |||||
* | use async message loading only when called from UI | Christian Schneppe | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | rename the Xmlns class to Namespace | Christian Schneppe | 2017-03-04 | 1 | -4/+4 |
| | |||||
* | fixed some issues around ibb | Christian Schneppe | 2017-01-25 | 3 | -18/+56 |
| | |||||
* | only call UI thread from downloading thread every 250ms | Christian Schneppe | 2017-01-15 | 1 | -5/+5 |
| |