aboutsummaryrefslogtreecommitdiff
path: root/src/about
Commit message (Collapse)AuthorAgeFilesLines
* Small changes.Felix (xq) Queißner2020-06-191-1/+3
|
* Adds safety measure to prevent Kristall send too large input messages to the ↵Felix (xq) Queißner2020-06-191-0/+1
| | | | server.
* Adds iconv implementation to convert between input charset and UTF-8 for ↵Felix (xq) Queißner2020-06-191-1/+2
| | | | display.
* Rescopes version 0.3, adds roadmap plans for 0.4.Felix (xq) Queißner2020-06-181-3/+5
|
* Reworks global settings handling, improves redirection configuration.Felix (xq) Queißner2020-06-181-0/+1
|
* Makes client certificate usage a bit more secure.Felix (xq) Queißner2020-06-181-0/+1
|
* Makes gemini protocol handler a bit more robust.Makes style preview a file ↵Felix (xq) Queißner2020-06-172-0/+22
| | | | in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration.
* Refactoring: Changes internal structure of requests and unifies a lot of ↵Felix (xq) Queißner2020-06-161-1/+1
| | | | code. Now all errors are handled the same.
* Adds improved client certificate management, adds server certificate management.Felix (xq) Queißner2020-06-161-0/+2
|
* Fixes #7: Wrong end-of-document detection.Felix (xq) Queißner2020-06-121-1/+3
|
* Slight improvements for client certificate display, permanent certs are now ↵Felix (xq) Queißner2020-06-111-0/+38
| | | | selectable with double click and have icons, adds changelog into application itself: about:updates
* More help!Felix (xq) Queißner2020-06-101-11/+184
|
* Adds help document, adds block quote support, updates gemini parser to ↵Felix (xq) Queißner2020-06-092-0/+71
newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text