Commit Graph

373 Commits

Author SHA1 Message Date
80bdbb642d Adds timeout to tls for gemini and increases gopher timeout 2020-06-29 21:45:24 -07:00
bc38cb8fb5 Merge pull request 'Release 2.3.1 -> Develop' (#171) from release-2.3.1 into develop 2020-05-30 12:51:03 -04:00
3af583da9b Merge branch 'release-2.3.1' of https://tildegit.org/sloum/bombadillo into release-2.3.1 2020-05-28 22:31:39 -07:00
573eb0d230 Fixes issue in makefile that made it so VERSION file was never referenced 2020-05-28 22:30:48 -07:00
f683845136 Merge pull request 'Adds a release target to makefile' (#170) from make-release into release-2.3.1
Merging in since there is no code to the application here and none of the core makefile targets are altered.
2020-05-28 22:34:30 -04:00
d7a08268b0 Updates version info 2020-05-27 22:39:44 -07:00
733893edc0 Adds prerequisit to readme 2020-05-27 22:31:23 -07:00
15d67ef230 Adds a make target for release and updates clean to clean it up 2020-05-27 22:29:41 -07:00
b8721366a2 Merge pull request 'Alternative way of rendering when bookmarks are not open' (#167) from rendering-fix into release-2.3.1
Since this has been reviewed as functional I am merging into the release branch. There will be another opportunity to review, if need be, for the release branch when a PR is made into `develop`.
2020-05-28 00:50:47 -04:00
7a0506853a Merge pull request 'Fixes gemini relative links to work for all relative link types' (#168) from fix-relative-links into release-2.3.1
Since this has been reviewed as functional I am merging into the release branch. There will be another opportunity to review, if need be, for the release branch when a PR is made into `develop`.
2020-05-28 00:50:13 -04:00
38144a0e2a Merge pull request 'Adds in the correct variable when checking for existing querystring value' (#166) from fix-repeated-query into release-2.3.1
Since this has been reviewed as functional I am merging into the release branch. There will be another opportunity to review, if need be, for the release branch when a PR is made into `develop`.
2020-05-28 00:49:28 -04:00
c175b45cb9 Switches relative URLs to RelativeReference lib method 2020-05-26 21:46:17 -07:00
sloum
cba3682c27 Adds up one dir relative linking fix 2020-05-26 15:10:12 -07:00
sloum
0227523487 Adds query escaping 2020-05-25 19:43:19 -07:00
sloum
f47f6597f4 Adds in the correct variable when checking for existing querystring value 2020-05-25 19:12:52 -07:00
sloum
c9d634499b Alternative way of rendering when bookmarks are not open 2020-05-25 09:49:34 -07:00
f793bdd806 Merge pull request 'Release candidate for 2.3.0' (#147) from release-2.3.0 into develop
Alright. This is a big one for Gemini. I am going to merge in. :)
2020-05-24 12:42:27 -04:00
47863519a2 Merge pull request 'Fixes querystring chaining issue' (#159) from querystring into release-2.3.0 2020-05-24 12:40:30 -04:00
sloum
90cf1d6681 Resolves merge conflict 2020-05-24 09:39:29 -07:00
sloum
0d8b3e015b Fixes querystring chaining issue 2020-05-24 07:45:34 -07:00
cf340edc36 Merge pull request 'Replace calls to stty with syscalls' (#158) from dancek/bombadillo:replace-stty into release-2.3.0 2020-05-24 10:23:17 -04:00
e3e2afc4fc Replace calls to stty with syscalls
- Move termios-related functionality to its own package
- Reimplement stty calls using ioctl calls
- Add per-platform constants for linux and non-linux because the ioctl
  enums are different. The enums in Darwin seem to come from BSD and so
  I'm assuming they might also work for other operating systems. If not,
  we'll need to add other build-constrained const files.

This code has been tested on Darwin and will be tested on Linux before
merging.
2020-05-24 09:25:38 +03:00
ba38b78ca6 Merge pull request 'Adds option to handle preformatted code blocks in different ways for gemini' (#148) from gemini-alt-text into release-2.3.0 2020-05-22 17:49:58 -04:00
sloum
0257ca92b1 Adds clarification to man page and removes old comment 2020-05-19 14:40:56 -07:00
c34226e4c1 Merge pull request 'Reworks how relative URLs are handled for gemini' (#153) from pathing-fixes into release-2.3.0 2020-05-19 10:36:48 -04:00
sloum
64590f53e7 Resolved merge conflict 2020-05-18 20:14:32 -07:00
sloum
b9057508d9 Reworks how relative URLs are handled for gemini 2020-05-18 20:10:02 -07:00
sloum
9f1eb632bc Adds geminiblocks to the man page 2020-05-17 22:01:31 -07:00
sloum
b23b9b3121 Fixes the workflow for allowing alt text and handling preformatted blocks 2020-05-17 21:36:49 -07:00
sloum
909131cda8 Lets images be full width 2020-05-15 22:25:56 -07:00
sloum
2bb8272cf9 Combines a few features into a release branch 2020-05-15 22:22:32 -07:00
sloum
c508498b42 Merge branch 'gemini-cert-expiry' of https://tildegit.org/sloum/Bombadillo into release-2.3.0 2020-05-15 22:21:38 -07:00
sloum
322002ba66 Adds a max width of 100, anything more gets weird to read. Also adds a slight optimization. 2020-05-15 22:19:09 -07:00
sloum
a23e0026fa Adds command aliasing to vim keys for forward and back 2020-05-15 17:32:08 -07:00
sloum
c58b40def2 Removes goroutines in search that were causing input issues on gemini cgi scripts 2020-05-14 08:28:39 -07:00
sloum
00313442d4 Hopefully an improvement to the initial way of dealing with expired certs 2020-05-09 16:18:38 -07:00
sloum
cb151f75aa Handles cert expirations silently 2020-05-09 11:04:06 -07:00
36ae4a228f Merge pull request 'Release setup for 2.2.1' (#141) from release-setup-2.2.1 into develop 2020-04-23 13:44:46 -04:00
sloum
961bdfc92f Minor release with improved term handling and quick link navigation 2020-04-23 10:41:32 -07:00
sloum
26b3223379 Merge branch 'short-links' of https://tildegit.org/sloum/Bombadillo into release-setup-2.2.1 2020-04-23 10:40:26 -07:00
sloum
cdfec887fd Solves the issue where line wrapping is not turned back on 2020-04-14 18:26:03 +00:00
sloum
bfb6b85844 Updates man page with quick link information 2020-04-12 22:57:50 -07:00
sloum
9af1a4d642 Adds quick-link navigation by number keys 2020-04-12 22:53:08 -07:00
23bc3d75a5 Merge pull request 'Release 2.1.4' (#139) from release214 into develop 2020-03-23 01:27:58 -04:00
sloum
8b7441ea17 Updated version 2020-03-22 22:27:38 -07:00
b2d6e2ff1e Merge pull request 'Adds support for gemini tripple backticks' (#138) from gemini-spec-update into release214 2020-03-05 00:55:09 -05:00
sloum
021f1290d4 Adds support for gemini tripple backticks 2020-03-04 21:51:54 -08:00
ca552bf383 Merge pull request 'Adds support for image rendering in the terminal' (#137) from render-images into release214 2020-03-05 00:33:35 -05:00
sloum
cd1be92d34 Changing default to true 2020-03-04 21:27:21 -08:00
sloum
7edf01eb99 Adds a color property to the page struct to track the color mode 2020-02-15 10:51:39 -08:00