aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Set security error status on TLS cert mismatchSam Whited2014-11-151-6/+7
| * Add incompatible server statusSam Whited2014-11-151-0/+1
| * Add security error statusSam Whited2014-11-151-1/+2
| * Make account status an enumSam Whited2014-11-152-26/+26
| * Add auth method pinningSam Whited2014-11-151-13/+26
* | fixed some disco / carbon related bugsiNPUTmice2014-11-151-29/+43
|/
* better cleanup after unsuccesful transfersiNPUTmice2014-11-153-1/+35
* fixed description in notifications and conversation overviewiNPUTmice2014-11-151-3/+10
* fixed resending for files as welliNPUTmice2014-11-151-0/+1
* made file transfers cancelableiNPUTmice2014-11-153-20/+48
* progress for ibb transfersiNPUTmice2014-11-154-13/+25
* some mime and pgp fixes for file transferiNPUTmice2014-11-151-1/+20
* support for pgp filesiNPUTmice2014-11-151-0/+2
* progress for http images as well. fixed open button for sent filesiNPUTmice2014-11-151-2/+6
* bug fixes and various improvements for file transferiNPUTmice2014-11-151-7/+4
* basic arbitrary file transferiNPUTmice2014-11-152-55/+84
* Improve auth error handling and state machineSam Whited2014-11-151-8/+7
* Add SCRAM-SHA1 supportSam Whited2014-11-142-299/+322
* Merge pull request #656 from SamWhited/authrefactorDaniel Gultsch2014-11-121-29/+20
|\