aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adds option for manually trusting a TLS server.Felix (xq) Queißner2020-06-2115-21/+129
* Updates the existing manual sections up-to-date.Felix (xq) Queißner2020-06-213-9/+44
* Fixes a double-error-handlign with SSL trust. Error page is now more correctFelix (xq) Queißner2020-06-216-18/+53
* Fixes makefile for libiconv on BSDsFelix (xq) Queißner2020-06-211-0/+4
* tries to fix code for netbsd.Felix (xq) Queißner2020-06-211-0/+4
* Fix for ubuntu.Felix (xq) Queißner2020-06-211-3/+3
* Removes deprecation warning for setTabStopWidth, tries to fix netbsd build.Felix (xq) Queißner2020-06-212-5/+8
* Updates roadmap to reflect latest changes.Felix (xq) Queißner2020-06-211-5/+0
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-214-0/+0
|\
| * Merge pull request #18 from saint-tiwesdaeg/proper_colorFelix Queißner2020-06-204-0/+0
| |\
| | * Changes icons to new colorTiwesdaeg Twohands2020-06-204-0/+0
| |/
* | Allows moving certificates between groups via drag'n'drop.Felix (xq) Queißner2020-06-213-0/+211
* | Allows export of certificates, validates import.Felix (xq) Queißner2020-06-202-1/+57
* | Implements certificate import (untested)Felix (xq) Queißner2020-06-201-0/+63
* | Starts implementation of certificate import/export.Felix (xq) Queißner2020-06-205-0/+320
|/
* Makes previous code a tad nicer.Felix (xq) Queißner2020-06-201-26/+19
* Adds new feature: Auto-enable and host matching for client certificatesFelix (xq) Queißner2020-06-207-17/+125
* English is hardFelix (xq) Queißner2020-06-202-8/+8
* Patches by @tomasino, starts to implement the auto-enable/host filter feature...Felix (xq) Queißner2020-06-208-5/+75
* Adds fix for older qt versionsFelix (xq) Queißner2020-06-201-0/+4
* Adds client certificates for HTTPS (untested)Felix (xq) Queißner2020-06-192-0/+22
* Small changes.Felix (xq) Queißner2020-06-193-10/+14
* Cleans up README.md a bit, adds ROADMAP.mdFelix (xq) Queißner2020-06-192-71/+73
* Removes windows and ubuntu 16.04 from CI, moves build instructions into own f...Felix (xq) Queißner2020-06-193-102/+95
* Fixes bug in client certificate handlingFelix (xq) Queißner2020-06-193-18/+17
* Fixes bug in the gopher client.Felix (xq) Queißner2020-06-192-2/+3
* Reworks TLS trust to enable symmetry between HTTPS and GeminiFelix (xq) Queißner2020-06-1915-195/+365
* Implements Timeout UIFelix (xq) Queißner2020-06-194-2/+33
* Implements network timeouts.Felix (xq) Queißner2020-06-194-4/+42
* Fixes #17Felix (xq) Queißner2020-06-191-1/+1
* Auto-expanding the outline now works.Felix (xq) Queißner2020-06-192-5/+3
* Fixes non-updating status bar, fixes bug in the mime parser.Felix (xq) Queißner2020-06-197-12/+73
* Fixed multimedia bug.Felix (xq) Queißner2020-06-194-2/+9
* Allows user to skip over invalid TLS connections and fetch the content anyways.Felix (xq) Queißner2020-06-1919-41/+97
* Fixes bug in text highlighter, should not break Unicode anymore.Felix (xq) Queißner2020-06-192-11/+28
* Adds safety measure to prevent Kristall send too large input messages to the ...Felix (xq) Queißner2020-06-193-27/+23
* Adds iconv implementation to convert between input charset and UTF-8 for disp...Felix (xq) Queißner2020-06-196-20/+211
* Rescopes version 0.3, adds roadmap plans for 0.4.Felix (xq) Queißner2020-06-183-51/+52
* Reworks global settings handling, improves redirection configuration.Felix (xq) Queißner2020-06-1811-106/+264
* Fixes warnings and compile errors that didn't trigger without recomple.Felix (xq) Queißner2020-06-186-3/+14
* Makes client certificate usage a bit more secure.Felix (xq) Queißner2020-06-183-1/+17
* Updated icon thanks to tiwesdaegFelix (xq) Queißner2020-06-181-6/+110
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-181-0/+39
|\
| * Update build.ymlFelix Queißner2020-06-181-1/+1
| * Tries to fix windows CIFelix Queißner2020-06-181-0/+2
| * Update build.ymlFelix Queißner2020-06-171-4/+4
| * Update build.ymlFelix Queißner2020-06-171-3/+24
| * Create build.ymlFelix Queißner2020-06-171-0/+16
* | Small fix: Client Certificates work for Gemini again.Felix (xq) Queißner2020-06-182-3/+3
|/
* Makes cancelling gemini requests more robust.Felix (xq) Queißner2020-06-172-5/+13