aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-1940-3973/+0
* implementation for downloading only when enabled wlanlookshe2015-04-121-2/+2
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+3
* wait for session iq to return sucessfully before sending other stanzas. fixed...iNPUTmice2015-03-201-26/+42
* Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski2015-03-111-5/+9
* avoid unnecessary thread creationiNPUTmice2015-03-051-0/+7
* added config option to disable string prep in jidsiNPUTmice2015-03-051-3/+4
* experimantal in memory jid cachingiNPUTmice2015-03-041-0/+15
* check for null in jid parseriNPUTmice2015-02-262-0/+3
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+32
* Vitelity's s.ms service requires <body> firstStephen Paul Weber2015-02-151-1/+1
* load messages asynchronouslyiNPUTmice2015-02-121-0/+6
* added actions to error notificationiNPUTmice2015-02-101-0/+5
* disabled cipher loggingiNPUTmice2015-02-091-1/+1
* Use platform ciphers as well, just prefer oursSam Whited2015-02-021-1/+2
* don't count when attempt failed completlyiNPUTmice2015-01-291-0/+1
* set jingle file transfer to offer after iq offer has returnediNPUTmice2015-01-251-6/+17
* Remove legacy SSL supportSam Whited2015-01-191-15/+11
* Harden the TLS connection cipher suitesSam Whited2015-01-141-0/+7
* keep proper image file extensionDaniel Gultsch2015-01-111-8/+8
* code cleanup for jingle proxy discoveryDaniel Gultsch2015-01-093-99/+71
* mark sent images as sent_received instead of sentDaniel Gultsch2015-01-061-2/+1
* avoid requesting blocklist after stream resumptionDaniel Gultsch2015-01-051-27/+23
* made checks for valid image extensions case insensitiveDaniel Gultsch2015-01-041-1/+1
* code cleanup + logging of spoofed iq packetsDaniel Gultsch2015-01-041-35/+33
* Verify IQ responsesSam Whited2015-01-042-6/+35
* Make IqPacket type an enumSam Whited2015-01-045-67/+53
* Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch2015-01-041-69/+35
* prefer PLAIN over DIGEST-MD5Daniel Gultsch2015-01-021-2/+2
* improved OTR verification part oneDaniel Gultsch2015-01-021-2/+2
* refactor swithOverToTls stuffDaniel Gultsch2014-12-301-56/+45
* Fix typo in method nameSam Whited2014-12-294-7/+7
* Add ability to change password on serverSam Whited2014-12-251-0/+4
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-225-158/+182
* migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice2014-12-151-16/+2
* possible dns fixesiNPUTmice2014-12-141-1/+1
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-102-6/+12
* very basic mam supportiNPUTmice2014-12-103-0/+25
* cleanup: removed stream compressioniNPUTmice2014-12-091-56/+0
* Allow JIDs such as "example.net/@"Sam Whited2014-12-021-3/+2
* "example.net/@/" should be a valid JID.Sam Whited2014-12-021-164/+166
* Fix RFC 6122 implementationSam Whited2014-12-021-4/+5
* do not query service info from main server againiNPUTmice2014-12-011-5/+3
* work around to not confuse irc transport with real conference serversiNPUTmice2014-11-211-2/+7
* brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice2014-11-203-1/+133
* better exception handling in XmppConnection.connect. (never return without th...iNPUTmice2014-11-181-39/+15
* avoided some null pointersiNPUTmice2014-11-171-2/+6
* better error checking in ssl switch overiNPUTmice2014-11-161-5/+9
* small modifications for changing an account status in XmppConnectioniNPUTmice2014-11-151-8/+6
* Merge pull request #668 from SamWhited/auth-pinningDaniel Gultsch2014-11-152-44/+60
|\