• 0.6.4 513391f44b

    0.6.4 Stable

    tastytea released this 2018-11-29 13:45:46 +01:00 | 78 commits to main since this release

    Bugfixes:

    • Detect file type and send appropriate Content-Type (Up until now, we assumed everything is a PNG).

    Changes:

    • Abort early if favicon is requested.
    • If the requested size is 0, return standard size(80px) instead of 1px. Changed it because the other implementations behave like this
    • Automatic binary package generation is now done on Debian Stretch
    Downloads
  • 0.6.2 4418251844

    0.6.2 Stable

    tastytea released this 2018-11-28 14:56:15 +01:00 | 89 commits to main since this release

    Bugfixes:

    • Initialize default fallback with "404"

    0.6.1 introduced a bug that lead to the response: "Status: 501 Not Implemented" when the user
    was not found and no default mode was specified.

    Downloads
  • 0.6.1 3e037d4936

    0.6.1 Stable

    tastytea released this 2018-11-28 10:31:20 +01:00 | 90 commits to main since this release

    Bugfixes:

    • Changed the HTTP Status responses to be more accurate

    Until now, we returned a 404 for every error. Now the error codes match the reality more closely.

    Downloads
  • 0.6.0 bcfbd228df

    0.6.0 Stable

    tastytea released this 2018-11-27 17:15:47 +01:00 | 93 commits to main since this release

    Features:

    • Added setting to configure the default fallback.
    • Added settings to redirect to libravatar.org if the user was not found
    • Added settings to redirect to libravatar.org if the fallback is unknown.
    Downloads
  • 0.5.0 f0406f7e3a
  • 0.4.3 3c185e7ae5

    0.4.3 Stable

    tastytea released this 2018-11-27 05:46:45 +01:00 | 105 commits to main since this release

    Features:

    • Added support for mystery person (aka mystery man)

    Bugfixes:

    • Changed environment variable AVATAR_DIR to LIBRAVATARSERV_DIR to avoid collisions with other programs. The old variable is deprecated and support will be dropped in 1.0.0.
    • Return 404 if fallback is unknown. Up until know nothing would be returned, triggering the HTTP error 502.

    Other changes:

    • Check for and remove file extensions from digests, because Gravatar supports it and we might come across them.
    • Automatic binary package generation for each release.
    Downloads
  • 0.3.0 653499be95

    0.3.0 Stable

    tastytea released this 2018-11-26 06:54:16 +01:00 | 113 commits to main since this release

    New features:

    • Added HTTP headers:
      • Cache-Control: max-age=86400 (1 day)
      • Connection: close
      • Server: libravatarserv/version
    • Implemented default URL for missing images.

    Bugfixes:

    • Restricted image size (specification allows 1-512 pixels).
    • Catch non-numeric size parameter and ignore it.
    Downloads
  • 0.2.5 e893a4066f

    0.2.5 Stable

    tastytea released this 2018-11-25 10:58:55 +01:00 | 132 commits to main since this release

    Bugfixes:

    • Added support for size (not just s) (issue #3)
    Downloads
  • 0.2.4 7efec890f7

    0.2.4 Stable

    tastytea released this 2018-11-25 08:35:43 +01:00 | 133 commits to main since this release

    Bugfixes:

    • Return HTTP error 404 if image is not found
    Downloads
  • 0.2.3 63540add66

    0.2.3 Stable

    tastytea released this 2018-11-25 07:31:06 +01:00 | 135 commits to main since this release

    First release. Features:

    • Avatar delivery based on email addresses
    • Default avatar for unknown addresses
    • MD5 hashes
    • SHA256 hashes
    • Variable image size (s)
    Downloads