Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.7.1
    275ce2d6 · Version bump to v1.7.1 ·
    Release: v1.7.1
    ## v1.7.1 (20-04-2022)
    
    - Added timeouts on reading from and writing to the MTA socket
    - Dealt with initial welcome message sent by the MTA
    - Timeout fixated at 30s, well under postscreen's 6s default
  • v1.7.0
    5c669d0d · Version bump to 1.7.0 ·
    Release: v1.7.0
    - Introduced formmail.fcgi in contrib/fastcgi
    - It has its own CONTRIB_FORMMAIL_FASTCGI build toggle
    - Reports ok or error in a simple JSON output format
    - Thoroughly documented use of FastCGI variables and query parameters
  • v1.6.0
    9c98b172 · Version bump to v1.6.0 ·
    Release: v1.6.0
    - Read Accept: header and produce Content-Type: header
    - Doh!  That's been a long time that I studied this :-S
  • v1.5.1
    816164cf · Version bump top v1.5.1 ·
    Release: v1.5.1
    Bugfix in `$CONTENT_TYPE` parsing
  • v1.5.0
    706c964d · Version bump to v1.5.0 ·
    Release: v1.5.0
    Release with workable and fairly pleasant `makemail.fcgi` plugin.
  • v1.4.5
    090af668 · Version bump to v1.4.5 ·
    Release: v1.4.5
    Improvements of `makemail.fcgi`
  • v1.4.4
    643b0c73 · Version bump to v1.4.4 ·
    Release: v1.4.4
    ## v1.4.4 (12-03-2022)
    
    - Correct form method; better resilience to funny input
  • v1.4.3
    6f13ae0f · Version bump to v1.4.3 ·
    Release: v1.4.3
    ## v1.4.3 (12-03-2022)
    
    - Somewhat better layout, though still simple (and fast) HTML
  • v1.4.2
    35487a5b · Version bump to v1.4.2 ·
    Release: v1.4.2
    ## v1.4.2 (12-03-2022)
    
    - Bugfix release (more '@' parsing)
  • v1.4.1
    3fa4eb9c · Version bump to v1.4.1 ·
    Release: v1.4.1
    ## v1.4.1 (12-03-2022)
    
    - Bugfix release (QUERY_STRING name, recognise '@' after '%' decoding)
  • v1.4.0
    4663fc99 · Version bump to v1.4.0 ·
    Release: v1.4.0
    ## v1.4.0 (12-03-2022)
    
    - Upgraded to new Debian stable and new CMake 3.18
    - Created a FastCGI plugin "makemail" to produce signed email addresses
    - Current features are ?days=10&sender=[mary@]example.net
    - Output may be an HTML page with clipboard-copy and resend-form
    - OUtput may be a JSON dictionary with "sender", "days", "recipient"
  • v1.3.0
    ef77470f · Version bump to v1.3.0 ·
    Release: v1.3.0
    - Commandline parsing with <arpa2/util/cmdparse.h>
    - Distribution by -in-    to backends white, black, grey, honey and actor
    - Distribution by -group- to backends member, plain
    - Sharing of backend connections requires the same backend type
    - Support in -group- for passing through non-Group-Members
    - Group Iteration tests added; quite thoroughly
    - Test infra improved with test Rules DB and test Identity Signing Key
  • v1.2.0
    42f49555 · Version bump to v1.2.0 ·
    Release: v1.2.0
    ## v1.2.0
    
    - Delivered to funding provider, SIDNfonds, and thanking them
    - Better integration with ARPA2 Common paths, rules, keys
    - Reliable testing for arpa2axe-in-smtpd (also in GitLab CI)
  • v1.1.0
    93e035b7 · Version bump to v1.1.0 ·
    Release: v1.1.0
    ## v1.1.0
    
    - Modules are now named `arpa2/in.c` and `arpa2/out.c`
    - Added `arpa2/group.c` for Group Iteration
    - Currently `arpa2/group.c` rejects non-group emails
    
    **This follows the intentions:**
    
    Plan for AxeSMTP:
    
     - v1.0.0 -- Filter with ACL + Signed Identities
     - v1.1.0 -- Relay with Groups
  • v1.0.0
    8b812866 · Version bump to v1.0.0 ·
    Release: v1.0.0
    Major redesign, though not completely stable, but can be used as intermediate server.  Will rename the project from ARPA2 Mail to AxeSMTP.
    
    - Redesign of the system as an SMTP filter
    - This is what Postfix uses as content filter
    - Any other mailer can use it as a pass-through
    - Design is not secure as a public access interface
    - Properly fed SMTP is workable however
    - One application added: ARPA2 Common's demo
    - Filter with ARPA2 Common's Communication Access
    - Filter with ARPA2 Common's signed identities
    - Similar protocol wrappers can be used more widely
    
    Plan for AxeSMTP:
    
     - v1.0.0 -- Filter with ACL + Signed Identities
     - v1.1.0 -- Relay with Groups
  • v0.6.0
    fdccfe2a · release v0.6.0 ·
  • v0.5.0