aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe9-227/+399
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief40-3973/+0
2015-04-12implementation for downloading only when enabled wlanlookshe1-2/+2
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
2014-12-30refactor swithOverToTls stuffDaniel Gultsch1-56/+45
2014-12-29Fix typo in method nameSam Whited4-7/+7
2014-12-25Add ability to change password on serverSam Whited1-0/+4
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited5-158/+182
2014-12-15migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice1-16/+2
2014-12-14possible dns fixesiNPUTmice1-1/+1
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2-6/+12
2014-12-10very basic mam supportiNPUTmice3-0/+25
2014-12-09cleanup: removed stream compressioniNPUTmice1-56/+0
2014-12-02Allow JIDs such as "example.net/@"Sam Whited1-3/+2
2014-12-02"example.net/@/" should be a valid JID.Sam Whited1-164/+166
2014-12-02Fix RFC 6122 implementationSam Whited1-4/+5
2014-12-01do not query service info from main server againiNPUTmice1-5/+3
2014-11-21work around to not confuse irc transport with real conference serversiNPUTmice1-2/+7
2014-11-20brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice3-1/+133
2014-11-18better exception handling in XmppConnection.connect. (never return without th...iNPUTmice1-39/+15
2014-11-17avoided some null pointersiNPUTmice1-2/+6
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+10
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+9