aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enabled otr encryption for ibb filetransfer as welliNPUTmice2014-06-232-16/+20
|
* removed warningsiNPUTmice2014-06-223-7/+2
|
* fixed #220iNPUTmice2014-06-221-0/+1
|
* fixes for otr file transferiNPUTmice2014-06-203-21/+43
|
* not working version of otr file transferiNPUTmice2014-06-206-32/+137
|
* cleanup; removed unnecessary imports and log outputsiNPUTmice2014-06-164-25/+5
|
* fixed #201iNPUTmice2014-06-131-1/+0
|
* send otr messages when contacts comes onlineiNPUTmice2014-06-121-1/+1
|
* made muc join easier if muc server is known. added room to key wordsiNPUTmice2014-06-121-1/+1
|
* received and displayed messages (xep 333) are now marked properlyiNPUTmice2014-06-041-0/+2
|
* answer to xep 184 message receipts. fixes #95iNPUTmice2014-06-031-0/+2
|
* possible fix for #149 and #142iNPUTmice2014-05-281-1/+1
|
* end otr sessions earlier / more often. can lead to unesessary handshakes but ↵Daniel Gultsch2014-05-231-0/+7
| | | | can improve reliabilty
* fixed possible npeDaniel Gultsch2014-05-231-0/+6
|
* write contacts on system shutdownDaniel Gultsch2014-05-211-126/+177
|
* fixed ping time out after session resumeDaniel Gultsch2014-05-201-0/+1
|
* ported pending subscription support to new roster mgmtDaniel Gultsch2014-05-201-12/+1
|
* bind and session request more compatibleDaniel Gultsch2014-05-181-4/+11
|
* fixed #123 fixed122Daniel Gultsch2014-05-181-17/+0
|
* fixed #53 aka server not found bugDaniel Gultsch2014-05-181-0/+16
|
* sending session after unsucesfull session resume. fixed #116Daniel Gultsch2014-05-171-7/+8
|
* made sending session more compliantDaniel Gultsch2014-05-171-2/+2
|
* offline sending of pgp fixedDaniel Gultsch2014-05-161-2/+2
|
* 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
|
* properly reply to iq requests. reply to discoDaniel Gultsch2014-05-031-0/+3
|
* 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
|
* fixed #63Daniel Gultsch2014-04-181-0/+11
|
* fixed possible race conditions with presencesDaniel Gultsch2014-04-181-1/+0
|
* 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