-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG
38 lines (35 loc) · 1.55 KB
/
CHANGELOG
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
0.4.0
Track messageids and do not resend duplicate messages
Respond to remailer-conf messages so remailer shows in echolot pingers
Add cronjob to download remailer stats hourly
Change UUID algorithm to uuid4 because libuuid exhausts file descriptors to
/var/lib/libuuid/clock.txt when uuid1 is called in new threads, thanks
to Tom Ritter for tracking this down
Remailer Keystore bugfixes
Speed up binaryToByteArray
0.3.0
Integrate bugfix from Tom Ritter to fix bad Message Sending bug. Previously,
as the server ran, all messages would be delivered to all recipients
that had been seen so far.
Fix Header Field processing that would badly mess up messages with no
headers
Process Quicksilver Messages, which are formatted in a way inconsistent
with the Mixmaster spec. See mixPayload.py
Process remailer-adminkey
Process detination-block requests and do not send mail to them.
WARNING: The detination-block file writing is not thread-safe
Better prompts in setup.py, allow admin and abuse addresses to be addresses
on other domains. Try to get adminkey from keyring.
Add stubs for remailer-stats and remailer-conf
Stubs/Rearchitecting for downloading stats programmatically
Improve logging by outputing message UID with each line
0.2.1
Fix delivery to domains by using correct MX/A processing
0.2.0
Process (and ignore) dummy messages
log all mix messages that arrive
Change app name to mixmaster-faster because mixmaster expects to only
recieve messages from itself
Various debugging/development changes
0.1.0
Initial development commit