aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-12removed duplicated sourcelookshe1-21/+10
2016-03-12Added method to get body from message if hasMeCommand and harmonized extracti...lookshe1-20/+27
2016-03-07Fixes FS#151 - Missing button on image-linkslookshe1-1/+2
2016-03-04add a few more know file extensionsDaniel Gultsch1-3/+3
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief2-22/+5
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-1/+1
2016-02-24Fixed merge issue for resolving FS#47 (preferences involved in the decision f...steckbrief1-1/+1
2016-02-17fixed regression that caused messages in muc not being sendDaniel Gultsch1-1/+1
2016-02-14optional mode to close tcp connection when going into backgroundDaniel Gultsch1-20/+38
2016-02-13send push enable to server. simplified loggingDaniel Gultsch1-2/+7
2016-02-12Imports organizedsteckbrief6-39/+2
2016-02-12Simplification of DNS requests.steckbrief1-63/+48
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-9/+5
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-0/+1
2016-02-03use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch1-1/+1
2016-02-03cache server capsDaniel Gultsch2-2/+18
2016-01-29be more careful with resetting the stream idDaniel Gultsch1-2/+1
2016-01-26show values in formfieldwrappers and allow form to be set to read onlyDaniel Gultsch1-3/+3
2016-01-25expert setting to trigger extended connection optionsDaniel Gultsch1-2/+11
2016-01-23added FormWrapper and form field validationDaniel Gultsch1-0/+15
2016-01-23Factor out a representation of XEP-0030 resultsStephen Paul Weber1-47/+30
2016-01-23reset stanza queue when resetting xmppconnectionDaniel Gultsch1-0/+1
2016-01-22added UI wrapper for (some) form fieldsDaniel Gultsch2-1/+17
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch1-2/+3
2016-01-16reuse same xmppconnection for reconnectsDaniel Gultsch1-0/+8
2016-01-15nimbuzz.com: don't wait for disco replies to set account to onlineDaniel Gultsch1-11/+26
2016-01-12throw security exception instead of going to next srv entryDaniel Gultsch1-1/+3
2016-01-12move some ssl socket modifiers into a seperate helper classDaniel Gultsch1-56/+5
2016-01-11Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest1-54/+149
2016-01-11reworked that loop that iterates over various serversDaniel Gultsch1-16/+10
2015-12-17throw exception at the end of the streamDaniel Gultsch1-128/+122
2015-12-15timeout service discovery after 20sDaniel Gultsch1-7/+42
2015-12-09wait with status change to online after all disco queries have been madeDaniel Gultsch1-5/+14
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch1-1/+2
2015-12-01add error state for unavailable tor networkDaniel Gultsch1-6/+2
2015-12-01refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2-52/+19
2015-12-01do socks5 connect manuallyDaniel Gultsch1-14/+34
2015-12-01initial tor supportDaniel Gultsch2-6/+18
2015-11-26hide subject edit button if not editable by userDaniel Gultsch1-0/+4
2015-11-26detect server identity and added muc-workaround for slackDaniel Gultsch1-2/+34
2015-11-26removed unecessary chat stateDaniel Gultsch1-1/+1
2015-11-26fail jingle file transfer if axolotl key message could not be created. fixes ...Daniel Gultsch1-1/+5
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch3-2/+4
2015-11-01don't close socket on disconnectDaniel Gultsch1-1/+0
2015-10-29avoid npe when checking for stream restartDaniel Gultsch1-2/+4
2015-10-22join muc even if initial conference configuration fetch failedDaniel Gultsch1-0/+14
2015-10-19synchronize around the disco objectDaniel Gultsch1-44/+53
2015-10-17only try EXTERNAL auth if client certificate is set for accountDaniel Gultsch1-1/+1
2015-10-17improved error reporting in trust keys activityDaniel Gultsch1-1/+3
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-4/+6