cage
|
e23ca2c131
|
- allowed empty lines in a gopher map (thanks op!).
|
2024-02-19 20:49:20 +01:00 |
cage
|
e88985ae34
|
- updated copyright.
|
2023-10-19 17:51:11 +02:00 |
cage
|
a45b453da0
|
- changed brief description of the program.
|
2023-10-19 17:49:54 +02:00 |
cage
|
507eed0412
|
- [gopher] prevented crash when opening a gopher link and gopher window is not visible;
- [gopher] fixed parsing of text files.
|
2023-10-03 21:20:09 +02:00 |
cage
|
39878d6475
|
- wrapped 'babel:string-to-octets' in 'text-utils:string->octets'.
|
2022-12-25 12:53:07 +01:00 |
cage
|
a429fe48f2
|
- fixed gopher URI parser.
|
2022-10-09 13:23:32 +02:00 |
cage
|
3ebc7bd1bf
|
- [gopher] uses type 1 lines as default type for URI.
|
2022-09-23 12:06:35 +02:00 |
cage
|
bd20fe100f
|
- [gopher] added support for index search lines.
|
2022-09-21 16:19:03 +02:00 |
cage
|
60f33d81a9
|
- added a new parser just for gopher address; they are not IRI as the
selector part can contains arbitrary characters even that ones that
are not allowed in IRI's path component.
|
2022-08-29 17:44:24 +02:00 |
cage
|
d3e36f8efd
|
- added a basic gopher implementation.
|
2022-08-28 13:22:08 +02:00 |
cage
|
a393b0ba88
|
- fixed 'fs:split-path-elements'
- before:
(fs:split-path-elements "/a/b") ;=> ("" "a" "b")
(fs:split-path-elements "/a/b") ;=> ("a" "b")
- [gopher] added 'client:request'.
|
2022-08-25 14:20:06 +02:00 |
cage
|
6196810bbb
|
- [gopher] implemented a basic parser.
|
2022-08-21 11:39:40 +02:00 |