History of Cargo.toml of 946172ea32522e44
Logged in as anonymous

History of file Cargo.toml at check-in 946172ea32522e44

2025-06-21
08:45
refactor, split to modules, change error handling, fix how default destination is specified file: [9dc22211b5] check-in: [f5ed284f8c] user: arcade, branch: trunk, size: 495 [annotate] [blame] [check-ins using] [diff]
2025-06-12
13:19
add possibility to specify which domains we are accepting file: [40367f2f86] check-in: [2158b44929] user: arcade, branch: trunk, size: 518 [annotate] [blame] [check-ins using] [diff]
2025-06-11
18:12
switch to tgbot, change how files are sent file: [94d6ec3144] check-in: [d96b1b4710] user: arcade, branch: trunk, size: 499 [annotate] [blame] [check-ins using] [diff]
2025-06-05
16:40
mostly a crate bump and compatibility changes file: [96c56ffe4d] check-in: [6887d3b7f9] user: arcade, branch: trunk, size: 552 [annotate] [blame] [check-ins using] [diff]
2025-04-12
16:49
attempt to bring in frankenstein issue: * ChatId is not Hash * no way to send files from memory file: [49ecedf426] check-in: [0c63e822ff] user: arcade, branch: frankenstein, size: 633 [annotate] [blame] [check-ins using] [diff]
2025-04-08
05:13
bump crates, release teloxide file: [bb5d5247bf] check-in: [f3c59f8e45] user: arcade, branch: trunk, size: 569 [annotate] [blame] [check-ins using] [diff]
2025-04-05
04:44
bump crates due to security vuln file: [8d74fcfa30] check-in: [946172ea32] user: arcade, branch: trunk, size: 580 [annotate] [blame] [check-ins using] [diff]
2025-02-18
16:06
bump crates to newer versions file: [802fa176f4] check-in: [5ae57664e2] user: arcade, branch: trunk, size: 568 [annotate] [blame] [check-ins using] [diff]
2025-02-04
07:30
bump crates (openssl security issue) file: [157dcadca1] check-in: [d4d634cfe7] user: arcade, branch: trunk, size: 584 [annotate] [blame] [check-ins using] [diff]
2025-01-25
06:21
fix markdown errors, message passing, errors produced file: [1d247a684d] check-in: [65b2967a92] user: arcade, branch: trunk, size: 584 [annotate] [blame] [check-ins using] [diff]
2025-01-21
19:31
add arg parsing file: [e91521473b] check-in: [e66352b9cc] user: arcade, branch: trunk, size: 524 [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: [529163c598] check-in: [3d13e7f81d] user: arcade, branch: trunk, size: 502 [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: [de4fd23fd1] check-in: [28fde40f7a] user: arcade, branch: trunk, size: 502 [annotate] [blame] [check-ins using] [diff]
2024-12-10
17:29
bump crates, fix error sending file: [fe6941924f] check-in: [7f8a9994b3] user: arcade, branch: trunk, size: 502 [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: [0fe1d225c3] check-in: [1db9dbe390] user: arcade, branch: trunk, size: 502 [annotate] [blame] [check-ins using] [diff]
2024-11-23
15:40
bump crates file: [ccc18d4e03] check-in: [6702d99a67] user: arcade, branch: trunk, size: 565 [annotate] [blame] [check-ins using] [diff]
2024-07-23
11:34
bump deps due to openssl vulnerability file: [9667723bfb] check-in: [3846369ee6] user: arcade, branch: trunk, size: 554 [annotate] [blame] [check-ins using] [diff]
2024-07-09
12:29
v0.2.4: ditch zerovec vuln file: [6e445edb80] check-in: [7beea08af5] user: arcade, branch: trunk, size: 554 [annotate] [blame] [check-ins using] [diff]
2024-06-15
10:18
use more, add real versions, just yank in text lines file: [161b2b3e5c] check-in: [866aad57a4] user: arcade, branch: trunk, size: 554 [annotate] [blame] [check-ins using] [diff]
2024-06-13
08:36
v0.2.3: import less from samotop (removes security issue) file: [61e5f53030] check-in: [3ce249c1a4] user: arcade, branch: trunk, size: 525 [annotate] [blame] [check-ins using] [diff]
07:53
v0.2.2: drop env_logger due to security issues file: [54c6d6f847] check-in: [b311abee46] user: arcade, branch: trunk, size: 444 [annotate] [blame] [check-ins using] [diff]
2024-06-11
18:39
v0.2.1: bump, add rustls and some throttling file: [0b1a68fb8c] check-in: [ce79786e06] user: arcade, branch: trunk, size: 461 [annotate] [blame] [check-ins using] [diff]
2024-05-26
09:17
ver 0.2.0 - switching to Teloxide for now file: [0cee51a0e8] check-in: [f4cad2a5c0] user: arcade, branch: trunk, size: 410 [annotate] [blame] [check-ins using] [diff]
2024-05-23
14:00
add more logging, actually send attachments as replies to the email file: [e845cee06c] check-in: [31aec3c4b0] user: arcade, branch: trunk, size: 466 [annotate] [blame] [check-ins using] [diff]
2024-05-22
13:00
well, it kindda works... file: [9b78cfa898] check-in: [61238a3618] user: arcade, branch: trunk, size: 449 [annotate] [blame] [check-ins using] [diff]
2024-05-21
15:15
Added: first attempt file: [837735a770] check-in: [7620f854a7] user: arcade, branch: trunk, size: 523 [annotate] [blame] [check-ins using]