aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-18use a 20s timeout on socks5 connectionsDaniel Gultsch1-2/+5
2015-05-18don't offer initiator his own candidatesDaniel Gultsch1-2/+4
2015-05-17fixed crash on failed account registryDaniel Gultsch1-1/+1
2015-05-16let jingle connection and manager handle message statusDaniel Gultsch2-0/+10
2015-05-14Force Nameprepping of JID domain partsAndreas Straub1-3/+10
2015-05-14always log reason for failed file transferDaniel Gultsch2-2/+18
2015-05-08throw proper exception before changing account into error stateDaniel Gultsch1-11/+31
2015-05-07fixed encrypted ibb file transfer which was broken with ART. fixes #1172Daniel Gultsch2-26/+33
2015-05-06fixed npe when missing instructions on failed registerDaniel Gultsch1-7/+5
2015-05-06fwiw don't allow stanza count to go over MAX_INTDaniel Gultsch1-0/+9
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch1-10/+40
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-04-29added config option to be a bit more verbose about stanza countsDaniel Gultsch1-4/+14
2015-04-26use xmppserviceconnection to send iq packets in jingle connectionDaniel Gultsch1-4/+4
2015-04-25fixed service discovery by properly storing and checking identitiesDaniel Gultsch1-27/+48
2015-04-25cleaned up file handlingDaniel Gultsch2-10/+10
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-15some bug fixes concerning 0byte files. fixes #1126iNPUTmice2-1/+2
2015-04-12implementation for downloading only when enabled wlanlookshe1-2/+2
2015-04-09don't resume old session when changing resourceiNPUTmice1-0/+4
2015-03-21respond to unreadable OTR messages with error message. fixed #1021iNPUTmice1-0/+3
2015-03-20wait for session iq to return sucessfully before sending other stanzas. fixed...iNPUTmice1-26/+42
2015-03-11Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski1-5/+9
2015-03-05avoid unnecessary thread creationiNPUTmice1-0/+7
2015-03-05added config option to disable string prep in jidsiNPUTmice1-3/+4
2015-03-04experimantal in memory jid cachingiNPUTmice1-0/+15
2015-02-26check for null in jid parseriNPUTmice2-0/+3
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-0/+32
2015-02-15Vitelity's s.ms service requires <body> firstStephen Paul Weber1-1/+1
2015-02-12load messages asynchronouslyiNPUTmice1-0/+6
2015-02-10added actions to error notificationiNPUTmice1-0/+5
2015-02-09disabled cipher loggingiNPUTmice1-1/+1
2015-02-02Use platform ciphers as well, just prefer oursSam Whited1-1/+2
2015-01-29don't count when attempt failed completlyiNPUTmice1-0/+1
2015-01-25set jingle file transfer to offer after iq offer has returnediNPUTmice1-6/+17
2015-01-19Remove legacy SSL supportSam Whited1-15/+11
2015-01-14Harden the TLS connection cipher suitesSam Whited1-0/+7
2015-01-11keep proper image file extensionDaniel Gultsch1-8/+8
2015-01-09code cleanup for jingle proxy discoveryDaniel Gultsch3-99/+71
2015-01-06mark sent images as sent_received instead of sentDaniel Gultsch1-2/+1
2015-01-05avoid requesting blocklist after stream resumptionDaniel Gultsch1-27/+23
2015-01-04made checks for valid image extensions case insensitiveDaniel Gultsch1-1/+1
2015-01-04code cleanup + logging of spoofed iq packetsDaniel Gultsch1-35/+33
2015-01-04Verify IQ responsesSam Whited2-6/+35
2015-01-04Make IqPacket type an enumSam Whited5-67/+53
2015-01-04Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch1-69/+35
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch1-2/+2
2015-01-02improved OTR verification part oneDaniel Gultsch1-2/+2