aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-07correct status after error iqDaniel Gultsch1-1/+3
2014-05-06basic pgp encrypted file transferDaniel Gultsch1-10/+10
2014-05-03content name and creator are properly setDaniel Gultsch1-8/+13
2014-05-03properly reply to iq requests. reply to discoDaniel Gultsch1-0/+3
2014-05-01reworked openpgp integration part #1Daniel Gultsch1-1/+1
2014-04-26bug fix for jingleDaniel Gultsch1-1/+1
2014-04-25couple of more optimazations on image loadingDaniel Gultsch1-3/+13
2014-04-23deny files with unknown file typesDaniel Gultsch2-21/+74
2014-04-22added download button for images not accepted automaticallyDaniel Gultsch2-7/+33
2014-04-22added support for ibbDaniel Gultsch6-23/+311
2014-04-21code cleanupDaniel Gultsch2-28/+16
2014-04-21added missing transport idDaniel Gultsch1-0/+1
2014-04-20added proxy activate and a lot of code clean up. totatly untestedDaniel Gultsch5-145/+161
2014-04-19more jingle bug fixesDaniel Gultsch3-12/+10
2014-04-19made debugging verbose again on specific partsDaniel Gultsch2-4/+10
2014-04-19fixed default autoaccept file size and wrongly marked messageDaniel Gultsch2-3/+3
2014-04-19cleaned up debug log a little bitDaniel Gultsch3-76/+77
2014-04-18tried to avoid some more race conditions in jingleDaniel Gultsch1-34/+65
2014-04-18lot of cleanup in jingle partDaniel Gultsch6-120/+326
2014-04-18fixed destination bugDaniel Gultsch2-5/+11
2014-04-18fixed #63Daniel Gultsch1-0/+11
2014-04-18fixed possible race conditions with presencesDaniel Gultsch1-1/+0
2014-04-16jingle sessions now get terminated proberly on successDaniel Gultsch1-17/+31
2014-04-14added very basic, very untested gui on the receiving sideDaniel Gultsch1-24/+51
2014-04-14tried to fix some race conditions. not adding duplicate candidates. needs mor...Daniel Gultsch3-18/+44
2014-04-13transmitting files between two conversations works. no error handling and no ...Daniel Gultsch4-31/+135
2014-04-13some code cleanup. added setting to auto accept files. socks5 connections are...Daniel Gultsch5-66/+203
2014-04-13more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch7-58/+193
2014-04-12add sha1 sum to fileDaniel Gultsch2-2/+5
2014-04-11first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch4-13/+94
2014-04-11socks5 initialisation works. doesn't get activate thoughDaniel Gultsch9-38/+180
2014-04-10incomming jingle packets are routed to their connection. added presence choos...Daniel Gultsch3-41/+106
2014-04-08disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch9-56/+208
2014-04-07jingle connection and manager. able to trigger dialog in gajimDaniel Gultsch3-5/+116
2014-04-05use proper, advertised sm namespaceDaniel Gultsch5-25/+24
2014-04-05cleaned up log output a little bitDaniel Gultsch1-6/+1
2014-04-05code cleanupDaniel Gultsch1-11/+5
2014-04-03nothing importantDaniel Gultsch1-1/+1
2014-04-03Add compression supportRene Treffer1-1/+59
2014-04-03increased version and fixed one last null pointerDaniel Gultsch1-0/+4
2014-04-03fixed null pointerDaniel Gultsch1-5/+8
2014-04-03fixed #27Daniel Gultsch2-1/+8
2014-04-03Add ability to use a provided ipv4 address on connectRene Treffer1-2/+10
2014-04-03tryping to resolve the wake lock bugDaniel Gultsch1-3/+2
2014-04-03added permenant notification when one or more accounts are unable to connectDaniel Gultsch1-3/+0
2014-03-31fixed #30 - added support for digest-md5 - only works with Icewarp 11???git a...Daniel Gultsch1-2/+7
2014-03-30ground work to support multiple auth mechanismsDaniel Gultsch1-2/+26
2014-03-28treat dns timeouts as temporary. also increased timeoutDaniel Gultsch1-0/+5
2014-03-27fixed a couple of muc issues. added jingle listener (which doesn't do anythin...Daniel Gultsch5-8/+113
2014-03-23holding wake locks during onStartCommandDaniel Gultsch1-3/+3