Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 556b4fcef47c994a95a892e8b5f.
2022-09-13
| ||
20:50 | Brief 1.0.0 changelog. ... (check-in: 141a784c41 user: absc tags: trunk) | |
17:05 | Get rid of the Content-Type header. It does nothing. After some suspicions and testing, it turns out the header does nothing without setting a proper mime type. ... (check-in: f9a6b518db user: absc tags: trunk) | |
2022-09-10
| ||
23:00 | Merge the host-as-from branch. This adds support to use the "~username" form as an author in a feed e-mail. OK op@ ... (check-in: b6f280e5fe user: absc tags: trunk) | |
16:12 | Refactor the user search in URI as a single function. This make sure we can test the functionality properly. ... (Closed-Leaf check-in: e08f1134f7 user: absc tags: host-as-from) | |
16:07 | Corrected out-of-range problem. Found in the gemini side. Looking at it, we will refactor the thing in just one function. ... (check-in: bde6d8d46e user: absc tags: host-as-from) | |
16:05 | Add support for the "~user" for gemini. A thing must be corrected also on the RSS side, coming with the next commit. Tested and it seems to work. ... (check-in: 2db33e3bc0 user: absc tags: host-as-from) | |
15:57 | Add support for "~user" for RSS/Atom. Not fully tested yet, need tp find a suitable RSS feed for it. However, it looks correct, so better to commit it. ... (check-in: 99900a43e4 user: absc tags: host-as-from) | |
2022-09-09
| ||
21:34 | Use the hostname as from for the RSS feeds item if there is no author. ... (check-in: f4f4538cbc user: absc tags: host-as-from) | |
2022-09-06
| ||
19:16 | Add the new X-RSSGo-Email header to the comment. ... (check-in: 61e9d96cf5 user: absc tags: trunk) | |
19:12 | data -> date. ... (check-in: 830810729c user: absc tags: trunk) | |
19:11 | A bit better go doc description. ... (check-in: 35575f86ed user: absc tags: trunk) | |
19:10 | Remove broken link. ... (check-in: b4d7e6bcec user: absc tags: trunk) | |
19:03 | The 1.0.0-beta1 was released on September 5. ... (check-in: 2a2959b18f user: absc tags: trunk) | |
19:02 | Create better links in the home page. ... (check-in: f1e5c48770 user: absc tags: trunk) | |
2022-09-05
| ||
20:28 | rssgoemail is in beta, drop the alpha warning. ... (check-in: bfd50b52fd user: absc tags: trunk) | |
20:22 | rssgoemail 1.0.0-beta1 ... (check-in: fb1aab5556 user: absc tags: trunk, v1.0.0-beta1) | |
20:21 | Applied gofmt. ... (check-in: ed4b9c16ba user: absc tags: trunk) | |
19:57 | Move to beta1. ... (check-in: 6343aab894 user: absc tags: trunk) | |
19:44 | Better describe the installation environment variables. ... (check-in: 74f9f7cca8 user: absc tags: trunk) | |
19:28 | Better wording about what the tool can do. ... (check-in: 7d02c0fa51 user: absc tags: trunk) | |
19:24 | We support more than just RSS and atom. ... (check-in: 7d792e3b25 user: absc tags: trunk) | |
19:16 | One less 'i', please. ... (check-in: 9adc776bcb user: absc tags: trunk) | |
19:15 | Add a FAQ about the new custom header. ... (check-in: 57dab1f0bf user: absc tags: trunk) | |
19:10 | Mention the new header in the README. ... (check-in: e4d3f9cf1f user: absc tags: trunk) | |
18:50 | Add the X-RSSGo-Email custom header. This let users recognize incoming feeds and put them in a custom folder, for example. Almost any MTA and E-mail client, supports rules based on header matching. . Discussed in [/forumpost/c7e76309d3] ... (check-in: 556b4fcef4 user: absc tags: trunk) | |
2022-08-28
| ||
20:34 | The content type is always text/plain. ... (check-in: b5aeec7e91 user: absc tags: trunk) | |
20:33 | Partially revert previous. There is nothing impeding to fetch a series of RSS feeds with html content from a gemini connection. So we use text/plain as content type for everything. In this way we avoid potential problems with content interpretation by the clients. ... (check-in: 7c96a88b04 user: absc tags: trunk) | |
20:27 | Add the content-type header to the e-mail. This way, smart clients can decide how to render the content, in case we will add the item full content to the feed message. ... (check-in: 2a30d7392d user: absc tags: trunk) | |
19:54 | Applied gofmt. ... (check-in: 384d7c5ba6 user: absc tags: trunk) | |
2022-08-27
| ||
17:06 | no need for an init(), just initialize the variable ... (check-in: ccb444500e user: op tags: trunk) | |
16:46 | man: add ENVIRONMENT section to document $USER usage ... (check-in: 3e607e5728 user: op tags: trunk) | |
16:42 | regen man, forgot in previous ... (check-in: e2f40f1d97 user: op tags: trunk) | |
16:41 | typo ... (check-in: db494564f0 user: op tags: trunk) | |
16:41 | add comments and skip empty lines in config file https://lab.abiscuola.org/rssgoemail/forumpost/3651321b53 ... (check-in: 77f6062d0b user: op tags: trunk) | |
2022-08-19
| ||
11:44 | Briefly mention the cache in the main tool documentation. ... (check-in: 3998b88cc6 user: absc tags: trunk) | |
11:41 | Better changelog descriptions. ... (check-in: af4facfba7 user: absc tags: trunk) | |
11:36 | As decided, no need to customize the sendmail flags. ... (check-in: b245b948bb user: absc tags: trunk) | |
11:30 | Add the latest alpha to the go install command. ... (check-in: d591c0b5ed user: absc tags: trunk) | |
10:39 | We released the alpha1. ... (check-in: 66bd6a3085 user: absc tags: trunk) | |
10:38 | Link the v1.0.0-alpha1 release. ... (check-in: 0171796885 user: absc tags: trunk) | |
2022-08-18
| ||
16:25 | The RSSItem type is not needed anymore. ... (check-in: aa3461d0d5 user: absc tags: trunk, v1.0.0-alpha1) | |
16:23 | Some details about the e-mail composition. ... (check-in: 060c54b6c3 user: absc tags: trunk) | |
16:18 | Kill indirection. The cache functions are not needed at this point. ... (check-in: 4a135d59d1 user: absc tags: trunk) | |
16:17 | cosmetic tweaks to the makefile - keep the variables at the top - drop unused un-defined `depends' target - provid a .PHONY `all' target ... (check-in: 51d30bc179 user: op tags: trunk) | |
16:12 | allow to change the destination directories for the install. Respect PREFIX, BINDIR and MANDIR as well as INSTALL and INSTALL_PROGRAM/MAN, but provide safe defaults! ... (check-in: 09c3ef207a user: op tags: trunk) | |
16:09 | Do not cache an item if there is an error while sending it. ... (check-in: dcf44377a7 user: absc tags: trunk) | |
16:02 | Added some more comments to the main code. ... (check-in: d6eaf175ac user: absc tags: trunk) | |
15:48 | Describe the installation from .tar.gz. ... (check-in: 6ab22a5529 user: absc tags: trunk) | |
15:43 | Better layout for the CHANGELOG file. ... (check-in: 07e8d4f607 user: absc tags: trunk) | |
15:41 | Better wording. ... (check-in: f0e951bbd4 user: absc tags: trunk) | |