Alex Schroeder [Mon, 28 Jun 2021 05:44:29 +0000 (07:44 +0200)]
Merge remote-tracking branch 'upstream/patch_cache-gemini-page-links' into main
Alex Schroeder [Thu, 23 Jul 2020 14:10:29 +0000 (16:10 +0200)]
Use xterm-color instead of ansi-color, if possible
xterm-color isn't part of Emacs, so require it but if it can't be
found, require ansi-color instead. Then use two aliases that point
either the xterm-color code or to ansi-color code.
Alex Schroeder [Sun, 27 Jun 2021 20:02:21 +0000 (22:02 +0200)]
Increase version, add copyright info for all
Alex Schroeder [Sun, 27 Jun 2021 20:01:43 +0000 (22:01 +0200)]
Only add to browse-url-default-handlers if defined
On some systems, browse-url does not define
browse-url-default-handlers.
Alex Schroeder [Sun, 27 Jun 2021 19:44:02 +0000 (21:44 +0200)]
Merge remote-tracking branch 'upstream/patch_integrate_with_browse_url' into main
Alex Schroeder [Sun, 27 Jun 2021 19:42:34 +0000 (21:42 +0200)]
Merge remote-tracking branch 'upstream/patch_org-link-support' into main
Alex Schroeder [Sun, 27 Jun 2021 19:41:58 +0000 (21:41 +0200)]
Merge remote-tracking branch 'upstream/patch_cert_regexp' into main
Alex Schroeder [Sun, 27 Jun 2021 19:41:33 +0000 (21:41 +0200)]
Merge remote-tracking branch 'upstream/patch_emacs_tty' into main
Alex Schroeder [Sun, 27 Jun 2021 19:35:25 +0000 (21:35 +0200)]
Merge remote-tracking branch 'upstream/patch_customizable_default_url_type' into main
Alex Schroeder [Sun, 27 Jun 2021 19:34:58 +0000 (21:34 +0200)]
Merge remote-tracking branch 'upstream/patch_disable-gnutls-verify' into main
Alex Schroeder [Sun, 27 Jun 2021 19:34:28 +0000 (21:34 +0200)]
Merge remote-tracking branch 'upstream/patch_fix_crash_in_nox' into main
Alex Schroeder [Sun, 27 Jun 2021 19:32:47 +0000 (21:32 +0200)]
Merge remote-tracking branch 'upstream/patch_add_autoload_token' into main
Alex Schroeder [Sun, 27 Jun 2021 19:32:28 +0000 (21:32 +0200)]
Merge remote-tracking branch 'upstream/patch_fix_bookmark_save_crash_when_dir_missing' into main
Alex Schroeder [Sun, 27 Jun 2021 19:31:54 +0000 (21:31 +0200)]
Merge remote-tracking branch 'upstream/patch_gemini_quoted_face' into main
Alex Schroeder [Sun, 27 Jun 2021 19:31:18 +0000 (21:31 +0200)]
Merge remote-tracking branch 'upstream/patch_cleanup' into main
Alex Schroeder [Thu, 2 Jul 2020 09:19:55 +0000 (11:19 +0200)]
Support for C-u elpher to have multiple buffers
Jens Östlund [Sat, 8 May 2021 19:49:28 +0000 (21:49 +0200)]
Integrate with `browse-url`
Enable opening gopher, gemini and finger links in Elpher by using
`browse-url`. As part of this functionality "gemini://" is registered
as a `thing-at-point` URI scheme so gemini links are interpreted as
URLs.
Jens Östlund [Sat, 8 May 2021 18:42:20 +0000 (20:42 +0200)]
Store and follow elpher links in org-mode
Store an elpher page org link by executing `org-store-link` and follow
an elpher link within an org-mode buffer by executing
`org-open-at-point`.
Supports gopher, gemini and finger links.
F. Jason Park [Thu, 25 Feb 2021 23:51:38 +0000 (15:51 -0800)]
Fix .key regexp for listing existing certs
Christopher Brannon [Fri, 19 Feb 2021 03:15:13 +0000 (19:15 -0800)]
Fix "wrong type argument" messages when fetching from Gemini.
This is a problem that has affected people using elpher under emacs
in a tty. I tracked down the cause. The header filling calculations
fail because the tty font doesn't have a :size property.
There's another proposed fix in patch_header_text_termina, but I
couldn't get that one to work.
Omar Polo [Sat, 30 Jan 2021 09:00:06 +0000 (10:00 +0100)]
make default protocol customizable
This adds a defcustom to let user choose what default URL type elpher
should assume when no one is explicitly given, instead of hardcoding
gopher as it is now.
It also improves a bit how scheme-less URL are handled: `M-x elpher-go
example.com/foo/bar' is now parsed into host `example.com' and path
`/foo/bar'.
Noodles! [Fri, 8 Jan 2021 04:50:52 +0000 (11:50 +0700)]
Disable gnutls error verification
Gemini sites timeout if the user has gnutls-verify-error set.
Étienne Deparis [Mon, 7 Dec 2020 17:38:08 +0000 (18:38 +0100)]
Remove another forgotten and useless local variable
It also avoid a crash when displaying page in Emacs without X support
Étienne Deparis [Mon, 7 Dec 2020 17:38:08 +0000 (18:38 +0100)]
Avoid a crash when displaying page in Emacs without X support
Étienne Deparis [Tue, 24 Nov 2020 12:40:47 +0000 (13:40 +0100)]
Add autoload token to ‘elpher-go’ and ‘elpher-bookmarks’ functions
Étienne Deparis [Tue, 24 Nov 2020 07:49:20 +0000 (08:49 +0100)]
Avoid a crash when saving a new bookmark and elpher-bookarks-file dir is missing
As the ‘elpher-bookmarks-file’ is customizable, one can set it to a
non-existent dir (like ‘~/.emacs.d/etc/elpher/bookrmarks’). This commit just
check that the directory part of ‘elpher-bookrmarks-file’ exists before trying
to save it.
Étienne Deparis [Sat, 21 Nov 2020 18:03:32 +0000 (19:03 +0100)]
Add a new face to customize quoted texts in gemini pages
Étienne Deparis [Sat, 21 Nov 2020 18:02:13 +0000 (19:02 +0100)]
Remove an unused local variable
Étienne Deparis [Sat, 21 Nov 2020 17:55:43 +0000 (18:55 +0100)]
Remove some trailing whitespaces
Simon Nicolussi [Sun, 4 Oct 2020 16:34:28 +0000 (18:34 +0200)]
Provide an option to visit clearnet sites over Tor
Simply reuse the mechanism to access onion services, with all of its
disadvantages (e.g., connections are opened synchronously).
Simon Nicolussi [Sun, 4 Oct 2020 15:17:53 +0000 (17:17 +0200)]
Access onion services by a SOCKS proxy (e.g., Tor)
To test this, start the Tor daemon (tor), set the variable socks-server
to the list ("Tor" "localhost" 9050 5), and visit some onion service.
The socks library of Emacs provides a (very limited) alternative to the
regular open-network-stream function. Some of those limitations can be
mitigated by setting the respective options (e.g., the coding system)
later on, instead of when creating the network process object. This is
now done for both indirect and direct connections, for consistency.
TLS is a special case, as the initial connection to the SOCKS server is
typically unencrypted: TLS negotiation only takes place after the proxy
established a connection to the target. The force-ipv4 option is also
a special case, as it is ignored (it obviously cannot work with Tor).
The most serious limitation of the socks library is that opening the
network stream happens synchronously. For this reason, create the timer
before calling socks-open-network-stream. The sentinel function is also
not called automatically in the case of a synchronous open, so call it
explicitly. The appearance of a hanging Emacs is not ideal (even though
users should always be able to abort connection attempts with C-g), but
any improvement probably requires changes in the socks library.
Tim Vaughan [Sat, 19 Sep 2020 10:25:54 +0000 (12:25 +0200)]
Fixed reported version number. (Sigh.)
Tim Vaughan [Sat, 19 Sep 2020 10:09:45 +0000 (12:09 +0200)]
Version bump.
Tim Vaughan [Sat, 19 Sep 2020 10:08:06 +0000 (12:08 +0200)]
Merged Alex Schroeder's header-filling patch. Thanks!!
Tim Vaughan [Sat, 19 Sep 2020 09:54:25 +0000 (11:54 +0200)]
Version bump.
Tim Vaughan [Sat, 19 Sep 2020 09:50:33 +0000 (11:50 +0200)]
Merged Michel Salim's patch. Thanks!
Alexis [Fri, 4 Sep 2020 07:57:47 +0000 (17:57 +1000)]
Cache links in gemini pages.
This patch is based on the patch_add-link-numbering branch. By caching
gemini page links, visiting numbered links now works when one returns
to a previously-visited page (e.g. via `u`).
Alexis [Thu, 3 Sep 2020 08:01:28 +0000 (18:01 +1000)]
Add ability to number links on gemini pages.
This patch adds a defcustom, elpher-gemini-number-links, which can be
set to t to display numbers next to links, à la e.g. AV-98. Links can
then be visited by pressing `v` and entering the link number.
Michel Alexandre Salim [Sat, 15 Aug 2020 23:25:23 +0000 (16:25 -0700)]
Ensure certificate directory exists
Before choosing a permanent client certificate, Elpher tries to list
existing certificates. This fails if `elpher-certificate-directory` does
not exist, e.g.
```
---- ERROR -----
When attempting to retrieve gemini://alexschroeder.ch/do/comment/2020-08-14_How_to_comment_using_Elpher:
Opening directory: No such file or directory, /home/michel/.emacs.d/elpher-certificates
----------------
Press 'u' to return to the previous page.
```
Fix by creating the directory unless it exists in
`elpher-list-existing-certificates`.
Signed-off-by: Michel Alexandre Salim <michel@michel-slm.name>
Alex Schroeder [Tue, 21 Jul 2020 07:22:56 +0000 (09:22 +0200)]
Fill headers
Filling headers is tricky because fill-column is measured in
characters but the font-size for headers is much larger than for
regular text. This change tries to accomodate this by taking the face
for the heading, getting it's font – a string like
"-BE5N-Iosevka-normal-normal-normal-*-29-*-*-*-d-0-iso10646-1" – turns
it into a spec and gets the size from there: 29. We can't use
something like (face-attribute face :height) directly because it might
return a font size in 1/10 point (if an interger) or as a scaling
factor (if a float). Thus, in order to avoid tracking down the face
inheritance tree, we're looking at the font name (a string), in either
XLFD, Fontconfig, or GTK+ format.
Tim Vaughan [Wed, 1 Jul 2020 19:21:15 +0000 (21:21 +0200)]
Improved default gemini face.
Tim Vaughan [Sun, 28 Jun 2020 22:55:03 +0000 (00:55 +0200)]
Use "persistent", fixed spelling, updated docs.
Tim Vaughan [Fri, 26 Jun 2020 13:34:48 +0000 (15:34 +0200)]
Can now install externally-generated certs from within elpher.
Tim Vaughan [Fri, 26 Jun 2020 11:52:12 +0000 (13:52 +0200)]
Added instructions on how to abort connections.
Tim Vaughan [Fri, 26 Jun 2020 11:51:45 +0000 (13:51 +0200)]
Removed default ports from urls.
Tim Vaughan [Mon, 22 Jun 2020 09:56:57 +0000 (11:56 +0200)]
Fixed spelling error. *facepalm*
Tim Vaughan [Mon, 22 Jun 2020 08:35:01 +0000 (10:35 +0200)]
Added enhancement requests.
Tim Vaughan [Mon, 22 Jun 2020 08:17:21 +0000 (10:17 +0200)]
Added entry for "F"orget command to start page.
Tim Vaughan [Sat, 20 Jun 2020 22:35:07 +0000 (00:35 +0200)]
Tidying up for next release.
Tim Vaughan [Sat, 20 Jun 2020 21:47:44 +0000 (23:47 +0200)]
Added client cert documentation to manual.
Tim Vaughan [Sat, 20 Jun 2020 20:33:39 +0000 (22:33 +0200)]
Closed gemini support issue. :-)
Tim Vaughan [Sat, 20 Jun 2020 20:31:34 +0000 (22:31 +0200)]
Improved client cert UX.
Tim Vaughan [Fri, 19 Jun 2020 22:27:40 +0000 (00:27 +0200)]
Added basic client cert functionality.
Tim Vaughan [Thu, 18 Jun 2020 23:24:51 +0000 (01:24 +0200)]
Version bump.
Tim Vaughan [Thu, 18 Jun 2020 23:24:03 +0000 (01:24 +0200)]
Linting following refactor.
Tim Vaughan [Thu, 18 Jun 2020 22:46:19 +0000 (00:46 +0200)]
Refactored data transfer code.
This is a significant change.
The network code which was previously spread out among
elpher-get-selector, elpher-get-gemini-response and
elpher-get-finger-page has been replaced by a single
elpher-get-host-reponse function.
In addition, we now use make-network-process instead of
open-network-stream, as this affords us greater flexibility
in speicyfing connections. This allows us to properly
specify ipv4, when necessary.
Connection error reporting has been improved, and connection
state is now explicitly reported.
Tim Vaughan [Tue, 9 Jun 2020 09:27:07 +0000 (11:27 +0200)]
Encode URLs before display in mouse-over.
Wasn't doing this previously as it's faster not to (and
it's only the help text and can't be otherwise used),
but rendering special characters in the mouse-over text
apparently causes Emacs to crash on MacOS! >:(
Tim Vaughan [Tue, 9 Jun 2020 09:21:40 +0000 (11:21 +0200)]
Version bump.
Tim Vaughan [Tue, 9 Jun 2020 09:17:05 +0000 (11:17 +0200)]
Revert port-stripping from elpher-address-to-url.
This seemed to be randomly adding the :0 port specifier
to URLs, breaking links. The stripping should be
implemented, but this requires more thought.
Tim Vaughan [Fri, 5 Jun 2020 13:54:10 +0000 (15:54 +0200)]
Version bump.
Tim Vaughan [Thu, 4 Jun 2020 19:05:25 +0000 (21:05 +0200)]
elpher-go now trims surrounding whitespace from input string.
Tim Vaughan [Thu, 4 Jun 2020 07:52:44 +0000 (09:52 +0200)]
Strip default port numbers from URL strings.
Tim Vaughan [Wed, 3 Jun 2020 08:36:30 +0000 (10:36 +0200)]
Tiny refactor.
Koushk Roy [Wed, 3 Jun 2020 05:13:44 +0000 (22:13 -0700)]
Grab port as well as host from elpher-current-page
Tim Vaughan [Tue, 2 Jun 2020 21:12:59 +0000 (23:12 +0200)]
Added confirmation for bookmark deletion.
Tim Vaughan [Tue, 2 Jun 2020 20:41:56 +0000 (22:41 +0200)]
Slight refactor following merge, linting.
Tim Vaughan [Tue, 2 Jun 2020 20:21:50 +0000 (22:21 +0200)]
Merge remote-tracking branch 'origin/patch_force_ipv4'
Tim Vaughan [Tue, 2 Jun 2020 20:04:13 +0000 (22:04 +0200)]
Added a command to return to the start page.
Tim Vaughan [Mon, 1 Jun 2020 20:46:47 +0000 (22:46 +0200)]
Version bump.
Tim Vaughan [Mon, 1 Jun 2020 20:24:06 +0000 (22:24 +0200)]
Improved inline help for finger getter.
Tim Vaughan [Mon, 1 Jun 2020 20:23:44 +0000 (22:23 +0200)]
Added hints to avoid some byte compilation warnings.
Tim Vaughan [Mon, 1 Jun 2020 20:22:27 +0000 (22:22 +0200)]
Mouse-over text now generated when needed.
This _dramatically_ improves rendering speed for link-heavy pages.
Who knew this could be such a bottleneck!?
Tim Vaughan [Mon, 1 Jun 2020 20:21:47 +0000 (22:21 +0200)]
Made gemini link and bullet strings customizable.
Tim Vaughan [Mon, 1 Jun 2020 15:08:46 +0000 (17:08 +0200)]
Brings gemini bullet-deteciton into line with spec update.
Tim Vaughan [Mon, 1 Jun 2020 09:10:36 +0000 (11:10 +0200)]
Bumped priority of bookmark grouping.
Koushk Roy [Mon, 1 Jun 2020 04:28:54 +0000 (21:28 -0700)]
Allow option to force ipv4
Tim Vaughan [Wed, 27 May 2020 07:35:30 +0000 (09:35 +0200)]
Fixed history bug.
Tim Vaughan [Wed, 27 May 2020 07:14:14 +0000 (09:14 +0200)]
Unescape gopher selectors when extracting from URLs.
Tim Vaughan [Tue, 26 May 2020 20:48:27 +0000 (22:48 +0200)]
Added history bug to issues document.
Tim Vaughan [Mon, 25 May 2020 07:48:46 +0000 (09:48 +0200)]
Version bump.
Tim Vaughan [Fri, 22 May 2020 16:08:07 +0000 (18:08 +0200)]
Fixed reflow behaviour around bullets.
Previously, consecutive lines containing bullets could result in
bullets being added, because of emacs' default auto-fill behaviour.
(Which makes sense when editing text, but not when formatting gemini
documents.)
Tim Vaughan [Fri, 22 May 2020 15:44:09 +0000 (17:44 +0200)]
Gave preformatted text its own configurable face.
Tim Vaughan [Fri, 22 May 2020 11:12:30 +0000 (13:12 +0200)]
Version bump.
Tim Vaughan [Fri, 22 May 2020 11:11:21 +0000 (13:11 +0200)]
Work around Doom emacs tls problems.
Tim Vaughan [Fri, 22 May 2020 08:56:37 +0000 (10:56 +0200)]
Version bump.
Tim Vaughan [Wed, 20 May 2020 07:46:37 +0000 (09:46 +0200)]
Make explicit mention of Gemini across all documentation.
Tim Vaughan [Wed, 20 May 2020 07:26:46 +0000 (09:26 +0200)]
Merge remote-tracking branch 'origin/patch_gus'
Tim Vaughan [Tue, 19 May 2020 07:39:52 +0000 (09:39 +0200)]
Added contributors list to README.
Simon South [Mon, 18 May 2020 15:33:57 +0000 (11:33 -0400)]
Recognize Shift-Tab from a Linux virtual console.
Tim Vaughan [Sun, 17 May 2020 21:39:31 +0000 (23:39 +0200)]
Unknown gemini content now rendered as download.
Tim Vaughan [Sun, 17 May 2020 21:25:49 +0000 (23:25 +0200)]
Made gophermap info type parser more robust.
Tim Vaughan [Sun, 17 May 2020 21:25:02 +0000 (23:25 +0200)]
Added transfer progress feedback.
Vee [Sun, 17 May 2020 10:53:29 +0000 (06:53 -0400)]
Reorder search engines
Tim Vaughan [Sun, 17 May 2020 10:36:06 +0000 (12:36 +0200)]
Bugfix: file name suggestion for gemini downloads.
Tim Vaughan [Sun, 17 May 2020 06:44:48 +0000 (08:44 +0200)]
Bugfix: bookmarks saving works again.
Tim Vaughan [Sat, 16 May 2020 21:20:01 +0000 (23:20 +0200)]
Version bump.
Tim Vaughan [Sat, 16 May 2020 21:20:01 +0000 (23:20 +0200)]
Fixed help text for heading faces.
Tim Vaughan [Sat, 16 May 2020 18:53:27 +0000 (20:53 +0200)]
Made bookmarks file location customizable.
Vee [Sat, 16 May 2020 14:30:24 +0000 (10:30 -0400)]
Update documentation to include all supported protocols
This updates some in-code and Elpher homepage command documentation to
be more consistent with the client's support for more than just the
gopher protocol.
Vee [Sat, 16 May 2020 13:56:54 +0000 (09:56 -0400)]
Add Gemini search link to elpher homepage
This commit adds a "homepage" link to GUS in a similar fashion to
Veronica. It's not actually tested, because I'm not very well-versed
in hacking Emacs packages, and doing something like over-writing an
installed version from Melpa.
Thank you for the great client, and please LMK if you have any
feedback or guidance on how to improve this implementation!