| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes pre-selection of light theme | Felix (xq) Queißner | 2020-06-21 | 1 | -6/+7 |
| | | |||||
| * | Adds 'OS Default' theme. | Felix (xq) Queißner | 2020-06-21 | 5 | -8/+26 |
| | | |||||
| * | Fixes some minor bugs, uses MimeType more, updates help.gemini and ↵ | Felix (xq) Queißner | 2020-06-21 | 8 | -60/+102 |
| | | | | | updates.gemini. | ||||
| * | Adds option for manually trusting a TLS server. | Felix (xq) Queißner | 2020-06-21 | 13 | -21/+127 |
| | | |||||
| * | Updates the existing manual sections up-to-date. | Felix (xq) Queißner | 2020-06-21 | 1 | -9/+40 |
| | | |||||
| * | Fixes a double-error-handlign with SSL trust. Error page is now more correct | Felix (xq) Queißner | 2020-06-21 | 6 | -18/+53 |
| | | |||||
| * | Fixes makefile for libiconv on BSDs | Felix (xq) Queißner | 2020-06-21 | 1 | -0/+4 |
| | | |||||
| * | tries to fix code for netbsd. | Felix (xq) Queißner | 2020-06-21 | 1 | -0/+4 |
| | | |||||
| * | Fix for ubuntu. | Felix (xq) Queißner | 2020-06-21 | 1 | -3/+3 |
| | | |||||
| * | Removes deprecation warning for setTabStopWidth, tries to fix netbsd build. | Felix (xq) Queißner | 2020-06-21 | 2 | -5/+8 |
| | | |||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-06-21 | 4 | -0/+0 |
| |\ | |||||
| | * | Changes icons to new color | Tiwesdaeg Twohands | 2020-06-20 | 4 | -0/+0 |
| | | | |||||
| * | | Allows moving certificates between groups via drag'n'drop. | Felix (xq) Queißner | 2020-06-21 | 3 | -0/+211 |
| | | | |||||
| * | | Allows export of certificates, validates import. | Felix (xq) Queißner | 2020-06-20 | 1 | -0/+57 |
| | | | |||||
| * | | Implements certificate import (untested) | Felix (xq) Queißner | 2020-06-20 | 1 | -0/+63 |
| | | | |||||
| * | | Starts implementation of certificate import/export. | Felix (xq) Queißner | 2020-06-20 | 5 | -0/+320 |
| |/ | |||||
| * | Makes previous code a tad nicer. | Felix (xq) Queißner | 2020-06-20 | 1 | -26/+19 |
| | | |||||
| * | Adds new feature: Auto-enable and host matching for client certificates | Felix (xq) Queißner | 2020-06-20 | 6 | -14/+123 |
| | | |||||
| * | English is hard | Felix (xq) Queißner | 2020-06-20 | 2 | -8/+8 |
| | | |||||
| * | Patches by @tomasino, starts to implement the auto-enable/host filter ↵ | Felix (xq) Queißner | 2020-06-20 | 8 | -5/+75 |
| | | | | | feature for client certificates. | ||||
| * | Adds fix for older qt versions | Felix (xq) Queißner | 2020-06-20 | 1 | -0/+4 |
| | | |||||
| * | Adds client certificates for HTTPS (untested) | Felix (xq) Queißner | 2020-06-19 | 2 | -0/+22 |
| | | |||||
| * | Small changes. | Felix (xq) Queißner | 2020-06-19 | 2 | -3/+4 |
| | | |||||
| * | Fixes bug in client certificate handling | Felix (xq) Queißner | 2020-06-19 | 2 | -17/+17 |
| | | |||||
| * | Fixes bug in the gopher client. | Felix (xq) Queißner | 2020-06-19 | 1 | -1/+3 |
| | | |||||
| * | Reworks TLS trust to enable symmetry between HTTPS and Gemini | Felix (xq) Queißner | 2020-06-19 | 14 | -190/+361 |
| | | |||||
| * | Implements Timeout UI | Felix (xq) Queißner | 2020-06-19 | 4 | -2/+33 |
| | | |||||
| * | Implements network timeouts. | Felix (xq) Queißner | 2020-06-19 | 3 | -0/+33 |
| | | |||||
| * | Fixes #17 | Felix (xq) Queißner | 2020-06-19 | 1 | -1/+1 |
| | | |||||
| * | Auto-expanding the outline now works. | Felix (xq) Queißner | 2020-06-19 | 1 | -0/+1 |
| | | |||||
| * | Fixes non-updating status bar, fixes bug in the mime parser. | Felix (xq) Queißner | 2020-06-19 | 6 | -11/+70 |
| | | |||||
| * | Fixed multimedia bug. | Felix (xq) Queißner | 2020-06-19 | 3 | -1/+9 |
| | | |||||
| * | Allows user to skip over invalid TLS connections and fetch the content anyways. | Felix (xq) Queißner | 2020-06-19 | 18 | -39/+88 |
| | | |||||
| * | Fixes bug in text highlighter, should not break Unicode anymore. | Felix (xq) Queißner | 2020-06-19 | 1 | -10/+28 |
| | | |||||
| * | Adds safety measure to prevent Kristall send too large input messages to the ↵ | Felix (xq) Queißner | 2020-06-19 | 2 | -8/+23 |
| | | | | | server. | ||||
| * | Adds iconv implementation to convert between input charset and UTF-8 for ↵ | Felix (xq) Queißner | 2020-06-19 | 5 | -15/+209 |
| | | | | | display. | ||||
| * | Rescopes version 0.3, adds roadmap plans for 0.4. | Felix (xq) Queißner | 2020-06-18 | 2 | -5/+5 |
| | | |||||
| * | Reworks global settings handling, improves redirection configuration. | Felix (xq) Queißner | 2020-06-18 | 10 | -103/+264 |
| | | |||||
| * | Fixes warnings and compile errors that didn't trigger without recomple. | Felix (xq) Queißner | 2020-06-18 | 6 | -3/+14 |
| | | |||||
| * | Makes client certificate usage a bit more secure. | Felix (xq) Queißner | 2020-06-18 | 2 | -0/+17 |
| | | |||||
| * | Updated icon thanks to tiwesdaeg | Felix (xq) Queißner | 2020-06-18 | 1 | -6/+110 |
| | | |||||
| * | Small fix: Client Certificates work for Gemini again. | Felix (xq) Queißner | 2020-06-18 | 2 | -3/+3 |
| | | |||||
| * | Makes cancelling gemini requests more robust. | Felix (xq) Queißner | 2020-06-17 | 2 | -5/+13 |
| | | |||||
| * | Makes gemini protocol handler a bit more robust.Makes style preview a file ↵ | Felix (xq) Queißner | 2020-06-17 | 12 | -34/+156 |
| | | | | | in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration. | ||||
| * | Introduces cross-host and cross-scheme redirection warnings. | Felix (xq) Queißner | 2020-06-17 | 2 | -34/+87 |
| | | |||||
| * | Streamlines HTTP(S) interface and routes the redirects through BrowserTab as ↵ | Felix (xq) Queißner | 2020-06-16 | 3 | -12/+33 |
| | | | | | well. Prepares for unified protocol handling. | ||||
| * | Improves SSL handling a tad. | Felix (xq) Queißner | 2020-06-16 | 2 | -5/+17 |
| | | |||||
| * | Adds improved error handling. | Felix (xq) Queißner | 2020-06-16 | 24 | -14/+226 |
| | | |||||
| * | Refactoring: Changes internal structure of requests and unifies a lot of ↵ | Felix (xq) Queißner | 2020-06-16 | 22 | -458/+552 |
| | | | | | code. Now all errors are handled the same. | ||||
| * | Bugfix for krixano | Felix (xq) Queißner | 2020-06-16 | 1 | -1/+1 |
| | | |||||
