Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.6
    970f4db4 · Bump version to 0.1.6 ·
    v0.1.6
    
    Changes
    
    - Switch from serde_derive to serde::Derive (b40b7d1)
    - Another pass of rustfmt (ce2cae0)
    - Dont't debug-dump the client (8360b26)
    - Rustfmt + cargo clippy checks (1f48c7e)
    - Implement move_to functionality (12c798e)
    - De-complexify transport validation (aa789ec)
    - Cargo update (9462404)
    
  • v0.1.5
    65a68794 · Bump version to 0.1.5 ·
    v0.1.5
    
    Changes:
    - Fix panicking sendmail check (cfe8683)
    - info-log version and hash when running (bce9245)
    
  • v0.1.4
    b542a039 · Bump version to 0.1.4 ·
    v0.1.4
    
    Changes:
    - Check if sendmail is executable (7a774d6)
    - Fix log level detection for journal log (0ecaf25)
    
  • v0.1.3
    5f3fbb57 · Bump version to 0.1.3 ·
    v0.1.3
    
    - Fix compile in no-systemd mode + fix systemd loglevel (524a96a)
    - Add sd_notify support (a6e78e8)
    
  • v0.1.2
    8a35cfca · Bump version to v0.1.2 ·
    v0.1.2
    
    Changes:
    - Set config file format as yaml (800749f)
    
  • v0.1.1
    639100d7 · Bump version to 0.1.1 ·
    v0.1.1
    
    Changes:
    - Avoid leaking password length (05b8a85)
    
  • v0.1.0
    73762483 · Initial commit ·
    Initial version
    
    Overall it should work with everything that is configurable. However it
    has not been thoroughly tested and it is pretty much expected that some
    edge (or even normal) cases will not work or cause the application to
    panic or at least to malfunction.
    
    Test it under your specific circumstances before deploying to
    production.