Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | progress for http images as well. fixed open button for sent files | iNPUTmice | 2014-11-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'gradle' into development | Sam Whited | 2014-10-30 | 1 | -0/+1 |
| | | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib | ||||
* | Make conversations the root project | Sam Whited | 2014-10-22 | 1 | -0/+25 |