aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/Config.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed unused config variableDaniel Gultsch2016-03-011-4/+0
|
* changed single_account config into more simple lock_settingsDaniel Gultsch2016-02-271-1/+1
|
* hide add account icons when single_account is set to trueDaniel Gultsch2016-02-241-1/+2
|
* optionally lock conference domains as well and hide known domains in uiDaniel Gultsch2016-02-241-0/+4
|
* made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-241-2/+32
|
* optional mode to close tcp connection when going into backgroundDaniel Gultsch2016-02-141-0/+2
| | | | acts only when push is available. disable all non-push accounts to test properly
* client side support for XEP-0357: Push NotificationsDaniel Gultsch2016-02-121-1/+0
|
* refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch2016-02-031-0/+2
|
* added config variable to allow non-tls connectionsDaniel Gultsch2016-01-221-1/+2
|
* automatically adjust image compression to keep files under 512MiBDaniel Gultsch2016-01-091-0/+1
|
* added Config.java variable to change the default notification behaviour to ↵Daniel Gultsch2016-01-081-0/+2
| | | | always
* timeout service discovery after 20sDaniel Gultsch2015-12-151-0/+1
|
* default force encryption to falseDaniel Gultsch2015-12-141-1/+1
|
* splite PARANOIA_MODE into three different optionsDaniel Gultsch2015-12-141-1/+3
|
* disable sm loggingDaniel Gultsch2015-12-101-5/+1
|
* enabled previously disabled http uploadDaniel Gultsch2015-12-031-1/+1
|
* introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch2015-12-011-1/+1
| | | | forces TOR
* introduce config.java variable to optionally show number of connected ↵Daniel Gultsch2015-12-011-0/+2
| | | | accounts in notification
* refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2015-12-011-1/+1
|
* initial tor supportDaniel Gultsch2015-12-011-0/+4
|
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-1/+2
|
* work with muc services that change the message idDaniel Gultsch2015-10-141-0/+2
|
* add config variable to enable x509 verificationDaniel Gultsch2015-10-121-0/+2
|
* introduced Config variable to use legacy namespace for http uploadDaniel Gultsch2015-09-171-0/+2
|
* increased dns timeoutDaniel Gultsch2015-09-101-1/+1
|
* increased carbon grace period to 90sDaniel Gultsch2015-08-241-1/+1
|
* report wrong file size in otr encrypted jingle file transfers to be ↵Daniel Gultsch2015-08-101-0/+2
| | | | compatible with conversations > 1.6
* added config.java variable to hide openpgp as an encryption methodDaniel Gultsch2015-08-051-0/+1
|
* added Config.java varibale to lock account creation to specfic domainDaniel Gultsch2015-08-031-0/+4
|
* lets try jpeg for a whileDaniel Gultsch2015-08-011-1/+1
|
* Hide regenerate keys buttonAndreas Straub2015-07-221-0/+2
| | | | Can re-enable it via Config.java setting
* made image file format configurable by Config.javaDaniel Gultsch2015-07-211-0/+4
|
* rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-201-1/+0
|
* disable automatic aes encryption for the time beingDaniel Gultsch2015-06-301-1/+1
|
* added trigger to Config.java to always enable aes encryption for uploaded filesDaniel Gultsch2015-06-291-0/+2
|
* 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-0/+1
|
* config option to reset attempt counts when changing network (default=true)Daniel Gultsch2015-05-081-0/+1
|
* enabled sm logging by default at least for development branchDaniel Gultsch2015-05-051-1/+1
|
* added config option to be a bit more verbose about stanza countsDaniel Gultsch2015-04-291-0/+1
|
* disable all really weak cipher suitesBoris Wachtmeister2015-03-071-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
* added config option to disable string prep in jidsiNPUTmice2015-03-051-0/+1
|
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+5
|
* limit ui refresh rateiNPUTmice2015-02-171-1/+2
|
* Use platform ciphers as well, just prefer oursSam Whited2015-02-021-2/+2
|
* added more ciphers for old openssl versionsiNPUTmice2015-02-021-1/+3
|
* Harden the TLS connection cipher suitesSam Whited2015-01-141-0/+26
|
* clean up conversation history after swtiching to a different conversationiNPUTmice2014-12-171-0/+1
|
* Handle time comparisons using longsSam Whited2014-12-161-1/+1
|
* go through mam history page by page. load mam dynamically on scrolliNPUTmice2014-12-151-2/+4
|