aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-11-15small modifications for changing an account status in XmppConnectioniNPUTmice1-8/+6
2014-11-15Set security error status on TLS cert mismatchSam Whited1-6/+7
2014-11-15Add incompatible server statusSam Whited1-0/+1
2014-11-15fixed some disco / carbon related bugsiNPUTmice1-29/+43
2014-11-15Add security error statusSam Whited1-1/+2
2014-11-15Make account status an enumSam Whited2-26/+26
2014-11-15Add auth method pinningSam Whited1-13/+26
2014-11-15better cleanup after unsuccesful transfersiNPUTmice3-1/+35
2014-11-15fixed description in notifications and conversation overviewiNPUTmice1-3/+10
2014-11-15fixed resending for files as welliNPUTmice1-0/+1
2014-11-15made file transfers cancelableiNPUTmice3-20/+48
2014-11-15progress for ibb transfersiNPUTmice4-13/+25
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-1/+20
2014-11-15support for pgp filesiNPUTmice1-0/+2
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice1-2/+6
2014-11-15bug fixes and various improvements for file transferiNPUTmice1-7/+4
2014-11-15basic arbitrary file transferiNPUTmice2-55/+84
2014-11-15Improve auth error handling and state machineSam Whited1-8/+7
2014-11-14Add SCRAM-SHA1 supportSam Whited2-299/+322
2014-11-12Make sure we're storing the display JID as UnicodeSam Whited1-2/+3
2014-11-12Refactor authentication codeSam Whited1-29/+20
2014-11-10made Jid class parse otr session idsiNPUTmice1-0/+10
2014-11-10more refactoring for presence selection. removed getTo, getFrom and getJid fr...iNPUTmice1-1/+1
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited4-45/+45
2014-11-09refactored code to always contain full jid for counterpartiNPUTmice1-1/+1
2014-11-09return null if from ist not set in abstract stanzaiNPUTmice1-12/+17
2014-11-09Check for illegal arguments to the toASCII funcSam Whited2-3/+17
2014-11-09Fix issue with IDN SRV recordsSam Whited1-2/+3
2014-11-09Create avatar's for JID's w/o localpartsSam Whited1-1/+1