Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optional mode to close tcp connection when going into background | Daniel Gultsch | 2016-02-14 | 1 | -0/+2 |
| | | | | acts only when push is available. disable all non-push accounts to test properly | ||||
* | client side support for XEP-0357: Push Notifications | Daniel Gultsch | 2016-02-12 | 1 | -1/+0 |
| | |||||
* | refactored disco cache. avoid making duplicate call. check hash | Daniel Gultsch | 2016-02-03 | 1 | -0/+2 |
| | |||||
* | added config variable to allow non-tls connections | Daniel Gultsch | 2016-01-22 | 1 | -1/+2 |
| | |||||
* | automatically adjust image compression to keep files under 512MiB | Daniel Gultsch | 2016-01-09 | 1 | -0/+1 |
| | |||||
* | added Config.java variable to change the default notification behaviour to ↵ | Daniel Gultsch | 2016-01-08 | 1 | -0/+2 |
| | | | | always | ||||
* | timeout service discovery after 20s | Daniel Gultsch | 2015-12-15 | 1 | -0/+1 |
| | |||||
* | default force encryption to false | Daniel Gultsch | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | splite PARANOIA_MODE into three different options | Daniel Gultsch | 2015-12-14 | 1 | -1/+3 |
| | |||||
* | disable sm logging | Daniel Gultsch | 2015-12-10 | 1 | -5/+1 |
| | |||||
* | enabled previously disabled http upload | Daniel Gultsch | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | introduced build-time paranoia mode that disables unencrypted chats and ↵ | Daniel Gultsch | 2015-12-01 | 1 | -1/+1 |
| | | | | forces TOR | ||||
* | introduce config.java variable to optionally show number of connected ↵ | Daniel Gultsch | 2015-12-01 | 1 | -0/+2 |
| | | | | accounts in notification | ||||
* | refactored socks5 connection code. make jingle transport use that new code | Daniel Gultsch | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | initial tor support | Daniel Gultsch | 2015-12-01 | 1 | -0/+4 |
| | |||||
* | pgp fixes and revert configuration changes | Daniel Gultsch | 2015-11-25 | 1 | -1/+2 |
| | |||||
* | work with muc services that change the message id | Daniel Gultsch | 2015-10-14 | 1 | -0/+2 |
| | |||||
* | add config variable to enable x509 verification | Daniel Gultsch | 2015-10-12 | 1 | -0/+2 |
| | |||||
* | introduced Config variable to use legacy namespace for http upload | Daniel Gultsch | 2015-09-17 | 1 | -0/+2 |
| | |||||
* | increased dns timeout | Daniel Gultsch | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | increased carbon grace period to 90s | Daniel Gultsch | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | report wrong file size in otr encrypted jingle file transfers to be ↵ | Daniel Gultsch | 2015-08-10 | 1 | -0/+2 |
| | | | | compatible with conversations > 1.6 | ||||
* | added config.java variable to hide openpgp as an encryption method | Daniel Gultsch | 2015-08-05 | 1 | -0/+1 |
| | |||||
* | added Config.java varibale to lock account creation to specfic domain | Daniel Gultsch | 2015-08-03 | 1 | -0/+4 |
| | |||||
* | lets try jpeg for a while | Daniel Gultsch | 2015-08-01 | 1 | -1/+1 |
| | |||||
* | Hide regenerate keys button | Andreas Straub | 2015-07-22 | 1 | -0/+2 |
| | | | | Can re-enable it via Config.java setting | ||||
* | made image file format configurable by Config.java | Daniel Gultsch | 2015-07-21 | 1 | -0/+4 |
| | |||||
* | rely on refreshUi/refreshUiReal and make sure it is being used everywhere | Daniel Gultsch | 2015-07-20 | 1 | -1/+0 |
| | |||||
* | disable automatic aes encryption for the time being | Daniel Gultsch | 2015-06-30 | 1 | -1/+1 |
| | |||||
* | added trigger to Config.java to always enable aes encryption for uploaded files | Daniel Gultsch | 2015-06-29 | 1 | -0/+2 |
| | |||||
* | use same socket time out for jingle and xmpp connections | Daniel Gultsch | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | use a 20s timeout on socks5 connections | Daniel Gultsch | 2015-05-18 | 1 | -0/+1 |
| | |||||
* | config option to reset attempt counts when changing network (default=true) | Daniel Gultsch | 2015-05-08 | 1 | -0/+1 |
| | |||||
* | enabled sm logging by default at least for development branch | Daniel Gultsch | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | added config option to be a bit more verbose about stanza counts | Daniel Gultsch | 2015-04-29 | 1 | -0/+1 |
| | |||||
* | disable all really weak cipher suites | Boris Wachtmeister | 2015-03-07 | 1 | -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 jids | iNPUTmice | 2015-03-05 | 1 | -0/+1 |
| | |||||
* | added typing notifications through XEP-0085. fixed #210 | iNPUTmice | 2015-02-21 | 1 | -0/+5 |
| | |||||
* | limit ui refresh rate | iNPUTmice | 2015-02-17 | 1 | -1/+2 |
| | |||||
* | Use platform ciphers as well, just prefer ours | Sam Whited | 2015-02-02 | 1 | -2/+2 |
| | |||||
* | added more ciphers for old openssl versions | iNPUTmice | 2015-02-02 | 1 | -1/+3 |
| | |||||
* | Harden the TLS connection cipher suites | Sam Whited | 2015-01-14 | 1 | -0/+26 |
| | |||||
* | clean up conversation history after swtiching to a different conversation | iNPUTmice | 2014-12-17 | 1 | -0/+1 |
| | |||||
* | Handle time comparisons using longs | Sam Whited | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | go through mam history page by page. load mam dynamically on scroll | iNPUTmice | 2014-12-15 | 1 | -2/+4 |
| | |||||
* | various mam improvments | iNPUTmice | 2014-12-13 | 1 | -1/+3 |
| | |||||
* | added max history age (default 1w). automatically sort newly added mam messages | iNPUTmice | 2014-12-10 | 1 | -0/+2 |
| | |||||
* | cleanup: removed unused emoticon parsing | iNPUTmice | 2014-12-09 | 1 | -1/+0 |
| | |||||
* | progress for ibb transfers | iNPUTmice | 2014-11-15 | 1 | -0/+2 |
| | |||||
* | support for pgp files | iNPUTmice | 2014-11-15 | 1 | -1/+1 |
| |