All files named ”Cargo.lock”
Logged in as anonymous

Ancestors of file Cargo.lock from check-in 1c10bccb4e

2026-01-18
09:27
Instead of validating HTML - check for specific closing tags and escape Update how text size is calculated Fix errors file: 57aea89197 check-in: [1c10bccb4e] user: arcade, branch: release, size: 63583 [annotate] [blame] [check-ins using] [diff]
2026-01-12
15:27
bump, update project meta, license switch all output to use HTML parser, and enable header collapsing inside quoted block, remove extra spacing, change how message size is calculated fix unit tests for html sanitizing file: f3f463046b check-in: [d87e80b9be] user: arcade, branch: release, size: 70835 [annotate] [blame] [check-ins using] [diff]
2026-01-02
06:38
getting rid of direct tokio dependancy properly file: 85ace371bd check-in: [8ea7b79fca] user: arcade, branch: trunk, size: 56875 [annotate] [blame] [check-ins using] [diff]
2026-01-01
08:47
add proper tokio runtime, clean up junk about short headers, add api_gateway support file: 8f52ff6ce7 check-in: [14ef340959] user: arcade, branch: trunk, size: 57151 [annotate] [blame] [check-ins using] [diff]
07:15
bump, switch to smol file: cc0ad4f102 check-in: [072229b5bf] user: arcade, branch: trunk, size: 56566 [annotate] [blame] [check-ins using] [diff]
2025-11-07
17:52
bump file: 82815ff2fd check-in: [a41e05a6d7] user: arcade, branch: trunk, size: 58774 [annotate] [blame] [check-ins using] [diff]
2025-08-23
12:33
bump, switch to stacked_errors file: b02c33314d check-in: [a044f68fa7] user: arcade, branch: trunk, size: 61953 [annotate] [blame] [check-ins using] [diff]
2025-06-21
08:45
refactor, split to modules, change error handling, fix how default destination is specified file: 9f6a894144 check-in: [f5ed284f8c] user: arcade, branch: trunk, size: 61399 [annotate] [blame] [check-ins using] [diff]
2025-06-12
13:19
add possibility to specify which domains we are accepting file: 9c6ae1199a check-in: [2158b44929] user: arcade, branch: trunk, size: 61392 [annotate] [blame] [check-ins using] [diff]
2025-06-11
18:12
switch to tgbot, change how files are sent file: 9bf27c3833 check-in: [d96b1b4710] user: arcade, branch: trunk, size: 60935 [annotate] [blame] [check-ins using] [diff]
2025-06-05
16:40
mostly a crate bump and compatibility changes file: 840ceb7c16 check-in: [6887d3b7f9] user: arcade, branch: trunk, size: 76318 [annotate] [blame] [check-ins using] [diff]
2025-04-08
05:13
bump crates, release teloxide file: 4ed4de69b8 check-in: [f3c59f8e45] user: arcade, branch: trunk, size: 76702 [annotate] [blame] [check-ins using] [diff]
2025-04-05
04:44
bump crates due to security vuln file: 8b2871fc99 check-in: [946172ea32] user: arcade, branch: trunk, size: 69104 [annotate] [blame] [check-ins using] [diff]
2025-03-09
19:55
bump crates, simplify strings a little file: a7568e66a0 check-in: [c808d500e6] user: arcade, branch: trunk, size: 69112 [annotate] [blame] [check-ins using] [diff]
2025-02-18
16:06
bump crates to newer versions file: a73c01bbd5 check-in: [5ae57664e2] user: arcade, branch: trunk, size: 68581 [annotate] [blame] [check-ins using] [diff]
2025-02-04
07:30
bump crates (openssl security issue) file: f9dba3aa9b check-in: [d4d634cfe7] user: arcade, branch: trunk, size: 68528 [annotate] [blame] [check-ins using] [diff]
2025-01-25
06:21
fix markdown errors, message passing, errors produced file: dde5d25a9f check-in: [65b2967a92] user: arcade, branch: trunk, size: 67686 [annotate] [blame] [check-ins using] [diff]
2025-01-23
12:20
Make buildable on older Rust versions, check that config file is only readable by owner file: 77073657ea check-in: [cfe321bd6f] user: arcade, branch: trunk, size: 67120 [annotate] [blame] [check-ins using] [diff]
2025-01-21
19:31
add arg parsing file: 732c2f949c check-in: [e66352b9cc] user: arcade, branch: trunk, size: 67121 [annotate] [blame] [check-ins using] [diff]
2024-12-28
09:27
fix markdown, condense From: and Date: to one line (better rework that later) file: f18dd394c7 check-in: [3d13e7f81d] user: arcade, branch: trunk, size: 66649 [annotate] [blame] [check-ins using] [diff]
2024-12-27
15:29
bump, add option to filter header fields and also add "Date:" by default file: 9b230eb80c check-in: [28fde40f7a] user: arcade, branch: trunk, size: 66649 [annotate] [blame] [check-ins using] [diff]
2024-12-11
06:25
one more output error file: 79b2fb9a5a check-in: [562951709a] user: arcade, branch: trunk, size: 66649 [annotate] [blame] [check-ins using] [diff]
2024-12-10
17:29
bump crates, fix error sending file: 674303c0f2 check-in: [7f8a9994b3] user: arcade, branch: trunk, size: 66649 [annotate] [blame] [check-ins using] [diff]
2024-11-28
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. file: 9340afc213 check-in: [1db9dbe390] user: arcade, branch: trunk, size: 66617 [annotate] [blame] [check-ins using] [diff]
2024-11-23
15:40
bump crates file: 58e3c228b2 check-in: [6702d99a67] user: arcade, branch: trunk, size: 69749 [annotate] [blame] [check-ins using] [diff]
2024-08-11
12:37
bump + add github workflow file: a40526e169 check-in: [c4797b7b7c] user: arcade, branch: trunk, size: 63660 [annotate] [blame] [check-ins using] [diff]
2024-07-23
11:34
bump deps due to openssl vulnerability file: 13bdfd671c check-in: [3846369ee6] user: arcade, branch: trunk, size: 63626 [annotate] [blame] [check-ins using] [diff]
2024-07-09
12:29
v0.2.4: ditch zerovec vuln file: f04e5b2978 check-in: [7beea08af5] user: arcade, branch: trunk, size: 63626 [annotate] [blame] [check-ins using] [diff]
2024-06-15
10:18
use more, add real versions, just yank in text lines file: 0c48ab3960 check-in: [866aad57a4] user: arcade, branch: trunk, size: 69263 [annotate] [blame] [check-ins using] [diff]
2024-06-13
08:36
v0.2.3: import less from samotop (removes security issue) file: 086526282f check-in: [3ce249c1a4] user: arcade, branch: trunk, size: 68298 [annotate] [blame] [check-ins using] [diff]
07:53
v0.2.2: drop env_logger due to security issues file: 952cb03814 check-in: [b311abee46] user: arcade, branch: trunk, size: 79560 [annotate] [blame] [check-ins using] [diff]
2024-06-11
18:39
v0.2.1: bump, add rustls and some throttling file: 2cca6c7d2e check-in: [ce79786e06] user: arcade, branch: trunk, size: 82402 [annotate] [blame] [check-ins using] [diff]
2024-05-26
09:17
ver 0.2.0 - switching to Teloxide for now file: d485213dc7 check-in: [f4cad2a5c0] user: arcade, branch: trunk, size: 73872 [annotate] [blame] [check-ins using] [diff]
2024-05-23
14:00
add more logging, actually send attachments as replies to the email file: 77cb21e10a check-in: [31aec3c4b0] user: arcade, branch: trunk, size: 68299 [annotate] [blame] [check-ins using] [diff]
2024-05-22
19:09
Added: add Cargo.lock file: c527e74a4a check-in: [de3087f832] user: arcade, branch: trunk, size: 65463 [annotate] [blame] [check-ins using]