Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Releases: micromata/dave

v0.5.0

20 Oct 17:44
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Lifted Go Version

Release v0.4.0

29 Jan 13:19
e4eac46
Compare
Choose a tag to compare

Changelog

Added

  • Add option to allow cross-site requests. Thanks @zonque
  • Add ip address and general message to enable brute force detection

Changed

  • Updated dependencies

Hej Dave! v0.3.0

12 May 20:25
Compare
Choose a tag to compare

Renamed the project from swd to dave

Release v0.2.1

21 Apr 19:24
Compare
Choose a tag to compare

Changelog

Added

  • Error logging with configuration options and default parameters

Release v0.2.0

14 Apr 18:59
Compare
Choose a tag to compare

This release resolves the first github issue of swd! 🎉

Notable changes

Changed

  • #1 Replaced config.yaml with config-sample.yaml.
  • Replace default console output with timestamped log messages.

Release v0.1.0

12 Apr 19:37
Compare
Choose a tag to compare

This first release contains the following features:

  • Single binary that runs under Windows, Linux and OSX.
  • Authentication via HTTP-Basic.
  • TLS support - if needed.
  • A simple user management which allows user-directory-jails as well as full admin access to all subdirectories.
  • Live config reload to allow editing of users without downtime.
  • A cli tool to generate BCrypt password hashes.