aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use ssl_ca_file and ssl_ca_path only when ssl_verify_serverTatsuya Kinoshita2021-02-131-0/+1
|
* Update ChangeLogTatsuya Kinoshita2021-02-121-0/+7
|
* Check empty string conditions for ssl_ca_file and ssl_ca_pathTatsuya Kinoshita2021-02-121-1/+2
|
* Fix OpenSSL default always overrides ssl_ca_file and ssl_ca_pathTatsuya Kinoshita2021-02-121-1/+1
|
* Update ChangeLogTatsuya Kinoshita2021-02-111-0/+33
|
* Update PO stringsTatsuya Kinoshita2021-02-115-18/+18
|
* Update wording for -debug optionTatsuya Kinoshita2021-02-112-5/+5
|
* Update manpage for -insecure optionTatsuya Kinoshita2021-02-111-0/+5
|
* Mention -insecure option as a workaround for SSL errorTatsuya Kinoshita2021-02-111-5/+2
| | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900984 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934493 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953045
* New option -insecure to use insecure SSL config optionsTatsuya Kinoshita2021-02-111-0/+15
| | | | | Alias for `-o ssl_cipher=ALL:@SECLEVEL=0 -o ssl_min_version=all -o ssl_forbid_method= -o ssl_verify_server=0`.
* Typo fix for ssl_cipherTatsuya Kinoshita2021-02-111-2/+2
|
* Update ssl_min_version to accept "all" and reject "SSLv2"Tatsuya Kinoshita2021-02-113-8/+8
|
* Merge pull request #164 from bptato/brotliTatsuya Kinoshita2021-02-114-6/+20
|\ | | | | Support brotli content encoding
| * Update config.h.distbptato2021-02-101-0/+2
| |
| * Support brotli content encodingbptato2021-02-103-6/+18
|/
* Update ChangeLogTatsuya Kinoshita2021-02-101-0/+18
|
* Update PO stringsTatsuya Kinoshita2021-02-105-426/+466
|
* Disable TLSv1.0 and TLSv1.1 by defaultTatsuya Kinoshita2021-02-102-2/+2
|
* Mention ssl_* options as a workaround for SSL errorTatsuya Kinoshita2021-02-101-2/+5
| | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900984 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934493 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953045
* New option ssl_min_version for OpenSSL 1.1Tatsuya Kinoshita2021-02-104-0/+56
|
* New option ssl_cipher to specify ciphers for TLSv1.2 and belowTatsuya Kinoshita2021-02-104-3/+16
|
* Update ChangeLogTatsuya Kinoshita2021-02-061-0/+29
|
* Update PO stringsTatsuya Kinoshita2021-02-065-910/+1010
|
* Update option setting strings for inline image display methodTatsuya Kinoshita2021-02-061-3/+3
|
* Merge pull request #161 from bptato/masterTatsuya Kinoshita2021-02-069-90/+169
|\ | | | | Improved inline image protocol support
| * Clarify inline image setting's wordingbptato2021-02-051-4/+4
| |
| * Use GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE for allocating memory for base64 encodingbptato2021-02-031-1/+1
| |
| * base64_encode: fix input and output length typesbptato2021-02-032-4/+5
| |
| * Some cleanup for base64_encodebptato2021-02-023-6/+10
| |
| * Support iTerm2 graphics protocol, replace encodeB with base64_encodebptato2021-02-028-71/+113
| |
| * Avoid having external programs download imagesbptato2021-02-022-15/+28
| |
| * sixel and osc5379 image display protocols can be chosen in optionsbptato2021-02-024-29/+48
|/
* Update ChangeLogTatsuya Kinoshita2021-01-181-0/+8
|
* Disable <section> behaves as <hr>Tatsuya Kinoshita2021-01-181-1/+0
| | | | | Because displaying horizontal rules are redundantly and unneeded, especially when sections are nested.
* Use xz with -9e for the dist targetTatsuya Kinoshita2021-01-181-1/+1
|
* Update ChangeLogTatsuya Kinoshita2021-01-031-0/+4
|
* Indentation fixTatsuya Kinoshita2021-01-031-85/+85
|
* Update ChangeLogv0.5.3+git20210102Tatsuya Kinoshita2021-01-021-0/+4
|
* Update NEWS for 0.5.3+git20210102Tatsuya Kinoshita2021-01-021-0/+21
|
* Update ChangeLogTatsuya Kinoshita2020-12-191-0/+5
|
* Add examples of siteconf, set user_agent to Googlebot for TwitterTatsuya Kinoshita2020-12-192-0/+12
|
* Update ChangeLogTatsuya Kinoshita2020-12-181-0/+13
|
* Update PO-Revision-Date for zh_TWTatsuya Kinoshita2020-12-181-1/+1
|
* Merge pull request #159 from acli/20201217_q_level_fixTatsuya Kinoshita2020-12-181-0/+1
|\ | | | | q_level fix (my fault)
| * q_level was never initialized, causing random test failures. This should fix ↵Ambrose Li2020-12-181-0/+1
| | | | | | | | that
* | Merge pull request #158 from acli/20201217_zh_TWTatsuya Kinoshita2020-12-181-1/+1
|\ \ | |/ |/| Minor update to zh_TW translation
| * Translate new stringAmbrose Li2020-12-181-1/+1
|/
* Update ChangeLogTatsuya Kinoshita2020-12-171-0/+6
|
* Update examples of siteconf, forward twitter.com to nitter.netTatsuya Kinoshita2020-12-172-6/+6
| | | | Because mobile.twitter.com without JavaScript is unusable anymore.
* Update ChangeLogTatsuya Kinoshita2020-12-161-0/+7
|