aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-12refactored ui listeners a little bitiNPUTmice1-45/+49
2014-07-12made conversation list thread safeiNPUTmice1-3/+10
2014-07-12moved iq parser to seperate class as welliNPUTmice1-89/+17
2014-07-12moved most of the message/presence generation into seperate classesiNPUTmice1-95/+42
2014-07-12made message parser and presence parser implement interface On*PacketReceivediNPUTmice1-111/+3
2014-07-11added join conference dialogiNPUTmice1-0/+13
2014-07-11fixed #255 and made some other improvements to the subscription mgmtiNPUTmice1-23/+39
2014-07-10dirty push / delete flags are not set/reset correctlyiNPUTmice1-4/+2
2014-07-10fixed #38iNPUTmice1-0/+19
2014-07-10added contextual menu for contactsiNPUTmice1-2/+1
2014-07-01fixed #216iNPUTmice1-3/+7
2014-06-30fixed #228iNPUTmice1-0/+11
2014-06-29more error handling for jingle connectionsiNPUTmice1-0/+1
2014-06-27raised ping time outiNPUTmice1-3/+3
2014-06-26faulty otr messages now generate an erroriNPUTmice1-3/+5
2014-06-25wrap wakelock release with try catchiNPUTmice1-1/+1
2014-06-25some fixes for otr with multiple partiesiNPUTmice1-0/+5
2014-06-24more otr fixesiNPUTmice1-9/+15
2014-06-24fixes for offline otriNPUTmice1-1/+1
2014-06-23fix for not being able to send otr encrypted images to offline contacts. ↵iNPUTmice1-18/+18
unconfirmed
2014-06-22fixed #220iNPUTmice1-3/+3
2014-06-22moved message packet creation into sperate classiNPUTmice1-69/+26
2014-06-22establish otr connection before sending imageiNPUTmice1-13/+34
2014-06-20not working version of otr file transferiNPUTmice1-4/+43
2014-06-16code cleanup / unificationiNPUTmice1-35/+22
2014-06-15Send from our full jid (fixes #60)Steven Dee1-2/+1
The problem wasn't with sending to bare jids, but rather sending *from* bare jids, which we did unless we were OTR encrypted for some reason. Google Talk supports the former, but (probably correctly) rejects the latter.
2014-06-14infite scrollingiNPUTmice1-0/+8
2014-06-13offline sending of imagesiNPUTmice1-7/+15
2014-06-13status waiting for images sent offlineiNPUTmice1-21/+33
2014-06-12finished offline otriNPUTmice1-15/+32
2014-06-12fire onContactStatusChanged only on online/offline changes. not on status ↵iNPUTmice1-0/+1
changes
2014-06-12send otr messages when contacts comes onlineiNPUTmice1-1/+4
2014-06-11groundwork for offline otr messagesiNPUTmice1-5/+44
2014-06-07removed unnecessary variable in message classiNPUTmice1-1/+0
2014-06-07possible fix to be able to images and encrypted messages at a faster rateiNPUTmice1-3/+4
2014-06-06do not just simply resend imagesiNPUTmice1-20/+24
2014-06-06put xep333 parsing into parser classDaniel Gultsch1-24/+1
2014-06-06refactored presence parsing into dedicated classDaniel Gultsch1-105/+7
2014-06-04received and displayed messages (xep 333) are now marked properlyiNPUTmice1-22/+44
2014-06-04fixed pgp on incoming carbon messagesiNPUTmice1-7/+2
2014-06-03answer to xep 184 message receipts. fixes #95iNPUTmice1-14/+50
2014-06-03added pgp sig on muc renameiNPUTmice1-3/+9
2014-05-31fixed regression that led to the wakelock not being released againiNPUTmice1-1/+1
2014-05-28encrypted group messages are now properly decryptedDaniel Gultsch1-1/+0
2014-05-28first tries on crypto mucDaniel Gultsch1-4/+11
2014-05-23end otr sessions earlier / more often. can lead to unesessary handshakes but ↵Daniel Gultsch1-2/+22
can improve reliabilty
2014-05-23code cleanupDaniel Gultsch1-1/+0
2014-05-22offline crud of contactsDaniel Gultsch1-3/+19
2014-05-22implementet missing methods on the new roster mgmtDaniel Gultsch1-0/+3
2014-05-22fixed #136Daniel Gultsch1-24/+35