aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle/JingleConnection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* avoid race condition for otr key in jingleiNPUTmice2014-08-211-1/+1
|
* better error display and additional infos (stats) for the edit account activityiNPUTmice2014-08-191-3/+3
|
* save images to external storage instead of internal. this requires more ↵iNPUTmice2014-08-081-266/+362
| | | | permissions. fixed #150 fixed #177 fixed #333 - this might need some more polish though
* refactored ui listeners a little bitiNPUTmice2014-07-121-2/+2
|
* improved iterating over hashmapiNPUTmice2014-07-111-5/+2
|
* added timeout to jingle socketiNPUTmice2014-07-031-3/+14
|
* more error handling for jingle connectionsiNPUTmice2014-06-291-16/+32
|
* enabled otr encryption for ibb filetransfer as welliNPUTmice2014-06-231-1/+1
|
* removed warningsiNPUTmice2014-06-221-3/+2
|
* not working version of otr file transferiNPUTmice2014-06-201-4/+20
|
* ensure that iq response is being send out for jingle packets. remove jingle ↵Daniel Gultsch2014-05-131-20/+38
| | | | connection from manager after termination
* correct status after error iqDaniel Gultsch2014-05-071-1/+3
|
* basic pgp encrypted file transferDaniel Gultsch2014-05-061-10/+10
|
* content name and creator are properly setDaniel Gultsch2014-05-031-8/+13
|
* bug fix for jingleDaniel Gultsch2014-04-261-1/+1
|
* couple of more optimazations on image loadingDaniel Gultsch2014-04-251-3/+13
|
* deny files with unknown file typesDaniel Gultsch2014-04-231-21/+65
|
* added download button for images not accepted automaticallyDaniel Gultsch2014-04-221-7/+31
|
* added support for ibbDaniel Gultsch2014-04-221-19/+94
|
* code cleanupDaniel Gultsch2014-04-211-17/+10
|
* added missing transport idDaniel Gultsch2014-04-211-0/+1
|
* added proxy activate and a lot of code clean up. totatly untestedDaniel Gultsch2014-04-201-57/+114
|
* more jingle bug fixesDaniel Gultsch2014-04-191-5/+6
|
* made debugging verbose again on specific partsDaniel Gultsch2014-04-191-0/+6
|
* fixed default autoaccept file size and wrongly marked messageDaniel Gultsch2014-04-191-1/+1
|
* cleaned up debug log a little bitDaniel Gultsch2014-04-191-75/+59
|
* tried to avoid some more race conditions in jingleDaniel Gultsch2014-04-181-34/+65
|
* lot of cleanup in jingle partDaniel Gultsch2014-04-181-69/+140
|
* fixed destination bugDaniel Gultsch2014-04-181-2/+3
|
* jingle sessions now get terminated proberly on successDaniel Gultsch2014-04-161-17/+31
|
* added very basic, very untested gui on the receiving sideDaniel Gultsch2014-04-141-24/+51
|
* tried to fix some race conditions. not adding duplicate candidates. needs ↵Daniel Gultsch2014-04-141-12/+31
| | | | more checks though
* transmitting files between two conversations works. no error handling and no ↵Daniel Gultsch2014-04-131-19/+42
| | | | ui on the receiving end
* some code cleanup. added setting to auto accept files. socks5 connections ↵Daniel Gultsch2014-04-131-37/+127
| | | | are now threaded
* more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch2014-04-131-9/+65
|
* add sha1 sum to fileDaniel Gultsch2014-04-121-1/+3
|
* first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch2014-04-111-1/+33
|
* socks5 initialisation works. doesn't get activate thoughDaniel Gultsch2014-04-111-9/+53
|
* incomming jingle packets are routed to their connection. added presence ↵Daniel Gultsch2014-04-101-2/+25
| | | | chooser in gui
* disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch2014-04-081-0/+92