aboutsummaryrefslogtreecommitdiff
path: root/src/gopherclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-221-109/+0
|
* Fixes bug in the gopher client.Felix (xq) Queißner2020-06-191-1/+3
|
* Allows user to skip over invalid TLS connections and fetch the content anyways.Felix (xq) Queißner2020-06-191-1/+3
|
* Adds improved error handling.Felix (xq) Queißner2020-06-161-0/+11
|
* Refactoring: Changes internal structure of requests and unifies a lot of ↵Felix (xq) Queißner2020-06-161-1/+6
| | | | code. Now all errors are handled the same.
* Fixes #7: Wrong end-of-document detection.Felix (xq) Queißner2020-06-121-2/+2
|
* Improves gophermaps: Now handle '+' correctly, improves gopher protocol such ↵Felix (xq) Queißner2020-06-101-2/+10
| | | | that it now respects *the lone dot*.
* Adds loading progress display.Felix (xq) Queißner2020-06-081-0/+1
|
* Starts to implement gopher protocol and gophermap support. Heavily WIP, but ↵Felix (xq) Queißner2020-06-081-0/+80
you can already surf on gopherspace!