aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/Config.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-01refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch1-1/+1
2015-12-01initial tor supportDaniel Gultsch1-0/+4
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-1/+2
2015-10-14work with muc services that change the message idDaniel Gultsch1-0/+2
2015-10-12add config variable to enable x509 verificationDaniel Gultsch1-0/+2
2015-09-17introduced Config variable to use legacy namespace for http uploadDaniel Gultsch1-0/+2
2015-09-10increased dns timeoutDaniel Gultsch1-1/+1
2015-08-24increased carbon grace period to 90sDaniel Gultsch1-1/+1
2015-08-10report wrong file size in otr encrypted jingle file transfers to be ↵Daniel Gultsch1-0/+2
compatible with conversations > 1.6
2015-08-05added config.java variable to hide openpgp as an encryption methodDaniel Gultsch1-0/+1
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-0/+4
2015-08-01lets try jpeg for a whileDaniel Gultsch1-1/+1
2015-07-22Hide regenerate keys buttonAndreas Straub1-0/+2
Can re-enable it via Config.java setting
2015-07-21made image file format configurable by Config.javaDaniel Gultsch1-0/+4
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-1/+0
2015-06-30disable automatic aes encryption for the time beingDaniel Gultsch1-1/+1
2015-06-29added trigger to Config.java to always enable aes encryption for uploaded filesDaniel Gultsch1-0/+2
2015-05-18use same socket time out for jingle and xmpp connectionsDaniel Gultsch1-1/+1
2015-05-18use a 20s timeout on socks5 connectionsDaniel Gultsch1-0/+1
2015-05-08config option to reset attempt counts when changing network (default=true)Daniel Gultsch1-0/+1
2015-05-05enabled sm logging by default at least for development branchDaniel Gultsch1-1/+1
2015-04-29added config option to be a bit more verbose about stanza countsDaniel Gultsch1-0/+1
2015-03-07disable all really weak cipher suitesBoris Wachtmeister1-0/+9
With #959 all ciphers of the platform were enabled, but this also includes several suites that are considered as very weak, even down to NULL- and anon-ciphers which disable completely disable encryption and/or authentication. Especially the anon-ciphers could be easily used for a mitm-attack. To remove all weak ciphers a blacklist with patterns of cipher-names was added to Config.java. The blacklist is based on the "mandatory discards" that Mozilla suggests to not use for TLS-servers because they are weak or known to be broken. https://wiki.mozilla.org/Security/Server_Side_TLS#Mandatory_discards
2015-03-05added config option to disable string prep in jidsiNPUTmice1-0/+1
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-0/+5
2015-02-17limit ui refresh rateiNPUTmice1-1/+2
2015-02-02Use platform ciphers as well, just prefer oursSam Whited1-2/+2
2015-02-02added more ciphers for old openssl versionsiNPUTmice1-1/+3
2015-01-14Harden the TLS connection cipher suitesSam Whited1-0/+26
2014-12-17clean up conversation history after swtiching to a different conversationiNPUTmice1-0/+1
2014-12-16Handle time comparisons using longsSam Whited1-1/+1
2014-12-15go through mam history page by page. load mam dynamically on scrolliNPUTmice1-2/+4
2014-12-13various mam improvmentsiNPUTmice1-1/+3
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice1-0/+2
2014-12-09cleanup: removed unused emoticon parsingiNPUTmice1-1/+0
2014-11-15progress for ibb transfersiNPUTmice1-0/+2
2014-11-15support for pgp filesiNPUTmice1-1/+1
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice1-0/+1
2014-10-22Make conversations the root projectSam Whited1-0/+0