aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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. ↵iNPUTmice1-26/+42
fixed #1017
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
If the <body> tag is not first, their bot just silently drops the stanza. I know we shouldn't have to care about order, and I'm trying to get them to fix it, but it's not high-priority for them since "most" clients seem to work, so I'd like this workaround in.
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
fixed #842
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
Fixes #20 Move fromServer/toServer to AbstractStanza
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
DIGEST-MD5 seems to be broken for a lot of cases (OpenFire) switched priority of PLAIN to not cause any security errors
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
Fixes #260
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited5-158/+182
Fixes #791 Squash of commits: 534f25d7dae3ce6852243e28fdd0a69ac01e9463 808fdf5147f27a912a60bee39aa4bf1ddd4f43b4 1eaf8a8330710ad35ba7c368e04f909af623ae4c 31585242c2359efdcd0eeddb9745077f54dbc9eb 2e69bd0bd0286ed1e98a42f4c3421ba4d8cf524b e904fb5015bf3a1904ab941a1957edf3b1e7abd2 eebbadf3b3816bbf8fcccb763e419fed252d266f 7c5b87724ce494e5a6e8026557ed50a8fd9f23e8 b0eaaf446937794fe19cbdb4f8309c3ff83d4e42 8c652f9e8bb3512958d9ad8c6f1326505f2d98c8 ad0ea1ad948ff6f8fde7b0b10f5163dc8852032f f5d49897e0dba691ef53a0eddb9ed34d129ad442 a08fa64c505bd895b7c626cfad182380373be20b de67079113e08394a276048c31f6b21baa300829 9069f342173ba30c2b20c67529c7ff497a6a257d 0169fa79d161ee898c4b6762e207087682a952d8 8585a5bd75a5d56927fed8317729bd15fffe4dcc 0053528a078369e0b65dcf71bda251072a1299c7 e901a9c3554bd7cca193e92919b463991eadfea7 c5c78257434813c69ab9b7558bcc8f7cbe858433 e905af348d46d77bc46b5f7211527684acc02fab 13a0f9a10c7892b0f90f5fabd2f2615701b0fd66 2cfba1e24b0139839e4453b92be7e20634d150cf 58e074fb5bb44b05a8104250fccd7c024c808c1a 0d6cf98fc8eab212d798ac79b336f9b70a14f06d e23620f56b85bcab9f3b5d9ce1c01524cd9674dc d72cd2fcc8d54176c3ff53411a69b9bb4642eff3 195143dff8836623a37094a6b8fa6aa01ef31580 5f5f3caf3a1e480a99d27ee5c34ba516419c52e4 1dee3d5861c9f9c710da4cbda3688d94c622ca93 23949b8aa32c78b27bab49bb3c4f3ff588925ce1 9bf97f8ae522796e0dacb7f6fe7a7f90f86a93a1
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
Retab JID file
2014-12-02Fix RFC 6122 implementationSam Whited1-4/+5
JID resourceparts should be able to contain "@" and "/" characters
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 ↵iNPUTmice1-39/+15
throwing exception. use finally to release wake lock. use status.server_not_found instead of status.offline when necessary
2014-11-17avoided some null pointersiNPUTmice1-2/+6
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+10
Conflicts: src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java
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