-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES
98 lines (56 loc) · 2.86 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
0.7.7 2023-07-21 14:34:38 +0200 Tobias Oetiker <[email protected]>
- further improve failure handling for connection problems with
credmgr during auth phase
0.7.6 2023-07-12 17:24:04 +0200 Tobias Oetiker <[email protected]>
- raise credmgr timeout to 60 seconds
- better handling of lost connections
0.7.5 2023-06-19 17:20:21 +0200 Tobias Oetiker <[email protected]>
- add catch rule to STARTTLS upgrade promise
0.7.4 2023-05-09 16:32:42 +0200 Tobias Oetiker <[email protected]>
- even more logging. log body size and body transfer
0.7.3 2023-05-02 17:00:36 +0200 Tobias Oetiker <[email protected]>
- actively close connection on QUIT
- even more logging
0.7.2 2023-04-24 17:00:42 +0200 Tobias Oetiker <[email protected]>
- more logging for failure cases
- increase stream timeout to 300s (from 15s)
0.7.1 2022-11-23 14:04:16 +0100 Tobias Oetiker <[email protected]>
- actually enable libev event loop
0.7.0 2022-11-19 00:06:36 +0100 Tobias Oetiker <[email protected]>
- added EV eventloop for better performance
- SP-1 properly release connection after connection end
- SP-2 log connection id, add more logging
0.6.8 2022-08-29 11:24:26 +0200 Tobias Oetiker <[email protected]>
- after forwarding a message, report the upstream server response
0.6.7 2022-08-29 10:48:52 +0200 Tobias Oetiker <[email protected]>
- added test to verify that the fix in 0.6.6 actually works
it works ...
0.6.6 2022-08-29 10:01:09 +0200 Tobias Oetiker <[email protected]>
- SECURITY! SMTP-Proxy did NOT clear the recipients list when
several mails were sent over the same connection. So successive
mails were sent to all previous recipients in mails submitted
in the previous connection
0.6.5 2022-05-17 14:04:58 +0200 Tobias Oetiker <[email protected]>
- log more detail with authentication fails
0.6.4 2022-05-17 11:54:21 +0200 Tobias Oetiker <[email protected]>
- initial log must happen AFTER privilege drop
0.6.3 2022-05-17 11:40:28 +0200 Tobias Oetiker <[email protected]>
- update useragent implementation to be in sync with latest mojo recommentation
0.6.2 2022-05-16 16:10:21 +0200 Tobias Oetiker <[email protected]>
- fix 0.6.0 regression ... return should return the rejection!
0.6.1 2022-05-12 15:23:55 +0200 Tobias Oetiker <[email protected]>
- AUTH LOGIN should be Username: and Password: both with a colon at the end.
0.6.0 2021-04-06 Fritz Zaucker <[email protected]>
- updated build environment
- fixed tests
- write $apiResult->{authId} to log file on successful mail relay
- fix some documentation typos
0.5.1 2019-06-04 12:10:28 +0200 Tobias Oetiker <[email protected]>
- update documentation
0.5.0 2019-06-04 12:05:58 +0200 Tobias Oetiker <[email protected]>
- support --listen option instead of --listenhost and --listenport
--listen=ip:port can be used multiple times
0.2.0 2018-06-14 Fritz Zaucker
* first test version for HIN
0.0.1 2018-05-29
* initial version