afontenot

Results 75 issues of afontenot

Most of the downloaders follow a similar pattern of creating a puzzle file with `puz.Puzzle()` in their `parse_xword` method and returning this puzzle file to the controller. This refactor changes...

Adds a downloader for AVCX (American Values Club Crosswords). These are popular crosswords from a variety of creators, see https://avxwords.com/about-us/. This is a subscription-only crossword series, and requires authentication. This...

Uses the "asking nicely" method.

### What happened? I attempted to build the program after removing code licensed under SEL, in particular the snippet here: https://github.com/stalwartlabs/mail-server/blob/main/crates/directory/src/backend/internal/mod.rs#L101 ```rust // SPDX-SnippetBegin // SPDX-FileCopyrightText: 2020 Stalwart Labs Ltd...

enhancement

### Which feature or improvement would you like to request? Currently, as I read the [SEL license](https://github.com/stalwartlabs/mail-server/blob/main/LICENSES/LicenseRef-SEL.txt), **only** the following things are allowed: * Downloading, using, and modifying SEL licensed...

enhancement