21 check-ins using file .github/workflows/rust-clippy.yml version 44ae3973c1
2025-06-21
| ||
08:45 | refactor, split to modules, change error handling, fix how default destination is specified Leaf check-in: f5ed284f8c user: arcade tags: trunk, v0.5.0 | |
2025-06-12
| ||
13:19 | add possibility to specify which domains we are accepting check-in: 2158b44929 user: arcade tags: trunk, v0.4.1 | |
2025-06-11
| ||
18:12 | switch to tgbot, change how files are sent check-in: d96b1b4710 user: arcade tags: trunk, v0.4.0 | |
2025-06-05
| ||
16:40 | mostly a crate bump and compatibility changes check-in: 6887d3b7f9 user: arcade tags: trunk, v0.3.11 | |
2025-04-12
| ||
16:49 | attempt to bring in frankenstein issue: * ChatId is not Hash * no way to send files from memory Leaf check-in: 0c63e822ff user: arcade tags: frankenstein | |
2025-04-08
| ||
05:13 | bump crates, release teloxide check-in: f3c59f8e45 user: arcade tags: trunk, v0.3.10 | |
2025-04-05
| ||
04:44 | bump crates due to security vuln check-in: 946172ea32 user: arcade tags: trunk, v0.3.9 | |
2025-03-09
| ||
19:55 | bump crates, simplify strings a little check-in: c808d500e6 user: arcade tags: trunk, v0.3.8 | |
2025-02-18
| ||
16:06 | bump crates to newer versions check-in: 5ae57664e2 user: arcade tags: trunk, v0.3.7 | |
2025-02-04
| ||
07:30 | bump crates (openssl security issue) check-in: d4d634cfe7 user: arcade tags: trunk, v0.3.6 | |
2025-01-25
| ||
06:21 | fix markdown errors, message passing, errors produced check-in: 65b2967a92 user: arcade tags: trunk, v0.3.5 | |
2025-01-23
| ||
12:20 | Make buildable on older Rust versions, check that config file is only readable by owner check-in: cfe321bd6f user: arcade tags: trunk, v0.3.4 | |
2025-01-21
| ||
19:31 | add arg parsing check-in: e66352b9cc user: arcade tags: trunk, v0.3.4 | |
2024-12-28
| ||
09:27 | fix markdown, condense From: and Date: to one line (better rework that later) check-in: 3d13e7f81d user: arcade tags: trunk, v0.3.3 | |
2024-12-27
| ||
15:29 | bump, add option to filter header fields and also add "Date:" by default check-in: 28fde40f7a user: arcade tags: trunk, v0.3.2 | |
2024-12-11
| ||
06:25 | one more output error check-in: 562951709a user: arcade tags: trunk, v0.3.1 | |
2024-12-10
| ||
17:29 | bump crates, fix error sending check-in: 7f8a9994b3 user: arcade tags: trunk, v0.3.1 | |
2024-11-28
| ||
15:52 | update README check-in: 9a76ed5387 user: arcade tags: trunk, v0.3.0 | |
15:44 | This is kindda a HUGE rework. SMTP backend switched from SaMoToP to mailin-embedded, resulting in: * LMTP support dropped (I hope just temporary); * no need to write anything to files as whole processing is done in memory; * this also means we can return status - whether message was sent, was there any errors etc, no internal queue exists now, SMTP server should handle queueing from now on; * possibility to deny mail to unknown/unconfigured recipients. check-in: 1db9dbe390 user: arcade tags: trunk, v0.3.0 | |
2024-11-23
| ||
15:40 | bump crates check-in: 6702d99a67 user: arcade tags: trunk, v0.2.6 | |
2024-08-11
| ||
12:44 | fix spacing check-in: 2283656bf6 user: arcade tags: trunk | |