aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* notifiy only when necessaryDaniel Gultsch2014-09-291-2/+3
|
* new notification service. first draftDaniel Gultsch2014-09-281-6/+5
|
* fixed presence splittingiNPUTmice2014-09-201-2/+2
|
* setting to increase font size. fixed #420iNPUTmice2014-09-083-6/+7
|
* introduced downloadable interface. reverted some of the changes made to OTRiNPUTmice2014-09-081-3/+4
|
* optimize string operations a bitM. Dietrich2014-09-015-13/+13
|
* some code cleanupiNPUTmice2014-08-3113-197/+248
|
* fixed spelling thanks @bethegiNPUTmice2014-08-281-3/+3
|
* 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
|
* made jingle connection array thread safeiNPUTmice2014-07-112-5/+4
|
* added timeout to jingle socketiNPUTmice2014-07-032-3/+16
|
* more error handling for jingle connectionsiNPUTmice2014-06-296-57/+84
|
* enabled otr encryption for ibb filetransfer as welliNPUTmice2014-06-232-16/+20
|
* removed warningsiNPUTmice2014-06-222-6/+2
|
* fixes for otr file transferiNPUTmice2014-06-203-21/+43
|
* not working version of otr file transferiNPUTmice2014-06-205-27/+130
|
* cleanup; removed unnecessary imports and log outputsiNPUTmice2014-06-163-19/+3
|
* ensure that iq response is being send out for jingle packets. remove jingle ↵Daniel Gultsch2014-05-132-22/+44
| | | | 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
|
* reworked openpgp integration part #1Daniel Gultsch2014-05-011-1/+1
|
* 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-232-21/+74
|
* added download button for images not accepted automaticallyDaniel Gultsch2014-04-222-7/+33
|
* added support for ibbDaniel Gultsch2014-04-226-23/+311
|
* code cleanupDaniel Gultsch2014-04-212-28/+16
|
* added missing transport idDaniel Gultsch2014-04-211-0/+1
|
* added proxy activate and a lot of code clean up. totatly untestedDaniel Gultsch2014-04-205-145/+161
|
* more jingle bug fixesDaniel Gultsch2014-04-193-12/+10
|
* made debugging verbose again on specific partsDaniel Gultsch2014-04-192-4/+10
|
* fixed default autoaccept file size and wrongly marked messageDaniel Gultsch2014-04-192-3/+3
|
* cleaned up debug log a little bitDaniel Gultsch2014-04-193-76/+77
|
* tried to avoid some more race conditions in jingleDaniel Gultsch2014-04-181-34/+65
|
* lot of cleanup in jingle partDaniel Gultsch2014-04-186-120/+326
|
* fixed destination bugDaniel Gultsch2014-04-182-5/+11
|
* 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-143-18/+44
| | | | more checks though
* transmitting files between two conversations works. no error handling and no ↵Daniel Gultsch2014-04-134-31/+135
| | | | ui on the receiving end
* some code cleanup. added setting to auto accept files. socks5 connections ↵Daniel Gultsch2014-04-135-66/+203
| | | | are now threaded
* more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch2014-04-137-58/+193
|
* add sha1 sum to fileDaniel Gultsch2014-04-122-2/+5
|
* first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch2014-04-114-13/+94
|
* socks5 initialisation works. doesn't get activate thoughDaniel Gultsch2014-04-117-36/+168
|