aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-24removed duplicates from muc suggestionsiNPUTmice1-1/+1
2014-07-24removed more legacy tls error handling stuffiNPUTmice1-1/+0
2014-07-23fixed bug with otr session being initilized over and over againiNPUTmice1-2/+11
2014-07-23more disco. fixed chat markers with jappixiNPUTmice1-0/+6
2014-07-22some cleanupiNPUTmice1-2/+0
2014-07-22switched to mtmiNPUTmice1-23/+11
2014-07-21save login nick for mucs during joiniNPUTmice1-0/+5
2014-07-21fixed #292iNPUTmice1-0/+10
2014-07-21switched to direct invites. fixes #284iNPUTmice1-13/+3
2014-07-20fixed #254iNPUTmice1-0/+2
2014-07-20ignore groupchats messages that are pending leaveiNPUTmice1-21/+23
2014-07-18pending leaves and joins for muciNPUTmice1-45/+66
2014-07-18notify ui on roster changesiNPUTmice1-0/+15
2014-07-17brought muc invites back. + couple of bug fixes + refactoringiNPUTmice1-15/+21
2014-07-15couple of bug fixes related to muc renamingiNPUTmice1-6/+4
2014-07-15added confirm dialog before contact and bookmark removaliNPUTmice1-1/+0
2014-07-15use nick from bookmark if availableiNPUTmice1-20/+18
2014-07-15pushing bookmarks back to serveriNPUTmice1-1/+16
2014-07-14use proper picture on bookmarked conferences when joined. use bookmark title ↵iNPUTmice1-8/+6
when no subject is set
2014-07-14fetch bookmarks from serveriNPUTmice1-2/+51
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