aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* use same sm check inside xmppconnection and outDaniel Gultsch2015-05-251-1/+1
* use same socket time out for jingle and xmpp connectionsDaniel Gultsch2015-05-181-1/+1
* use a 20s timeout on socks5 connectionsDaniel Gultsch2015-05-181-2/+5
* don't offer initiator his own candidatesDaniel Gultsch2015-05-181-2/+4
* fixed crash on failed account registryDaniel Gultsch2015-05-171-1/+1
* let jingle connection and manager handle message statusDaniel Gultsch2015-05-162-0/+10
* Force Nameprepping of JID domain partsAndreas Straub2015-05-141-3/+10
* always log reason for failed file transferDaniel Gultsch2015-05-142-2/+18
* throw proper exception before changing account into error stateDaniel Gultsch2015-05-081-11/+31
* fixed encrypted ibb file transfer which was broken with ART. fixes #1172Daniel Gultsch2015-05-072-26/+33
* fixed npe when missing instructions on failed registerDaniel Gultsch2015-05-061-7/+5
* fwiw don't allow stanza count to go over MAX_INTDaniel Gultsch2015-05-061-0/+9
* r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch2015-05-051-10/+40
* mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch2015-05-021-19/+24
* added config option to be a bit more verbose about stanza countsDaniel Gultsch2015-04-291-4/+14
* use xmppserviceconnection to send iq packets in jingle connectionDaniel Gultsch2015-04-261-4/+4
* fixed service discovery by properly storing and checking identitiesDaniel Gultsch2015-04-251-27/+48
* cleaned up file handlingDaniel Gultsch2015-04-252-10/+10
* fixed a bug in DNS helper code. fixes #1130iNPUTmice2015-04-161-1/+1
* some bug fixes concerning 0byte files. fixes #1126iNPUTmice2015-04-152-1/+2
* don't resume old session when changing resourceiNPUTmice2015-04-091-0/+4
* 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