• 0.9.0 849762eba6

    0.9.0 Stable

    tastytea a publié ceci 2022-06-25 13:32:11 +02:00 | 1 révisions à main depuis cette publication

    It is now possible to request a file type by appending .jpg, .png or .gif to the hash, for example: https://avatar.example.com/avatar/abc123.png?s=80. This makes it possible to use avatar URLs on some services that don't accept URLs without file extension.

    Local redirects (d=/image.png) have been removed. It's a potential for shenanigans we don't need, in my opinion. Please tell me if you do need it.

    This is a rewrite using C++17 (instead of 14). The main difference is that the code is much nicer and more efficient.

    Téléchargements
  • 0.7.4 8341793768

    0.7.4 Stable

    tastytea a publié ceci 2020-10-24 12:15:38 +02:00 | 24 révisions à main depuis cette publication

    Bugfixes

    • Do not reopen stdout while image resizing (#7).

    Changes

    • Updated / modernized CMake files.
    • Cosmetic changes.
    • Fixed a few warnings.
    Téléchargements
  • 0.7.3 139e5b24be

    0.7.3 Pré-publication

    tastytea a publié ceci 2019-02-28 19:23:45 +01:00 | 41 révisions à main depuis cette publication

    Changes:

    • retro and identicon is now 5x5 blocks

    Bugfixes:

    • Background color for identicons was invalid (introduced in 0.7.2)
    • "forcedefault" in the url was wrongly identified as "default", resulting in invalid fallback
    Téléchargements
  • 0.7.2 fba5c64486

    0.7.2 Stable

    tastytea a publié ceci 2019-02-20 22:40:29 +01:00 | 47 révisions à main depuis cette publication

    Changes:

    • Re-use Image object for identicons.
    • Adjust identicons to match ivatar

    Identicons are now 10x10 squares, the colors and padding match ivatars implementation, retro is a synonym for identicon.

    Téléchargements
  • 0.7.1 7e41468176

    0.7.1 Pré-publication

    tastytea a publié ceci 2018-12-27 06:55:16 +01:00 | 56 révisions à main depuis cette publication

    Bugfixes:

    • Set identicons to png (instead of nothing)
    Téléchargements
  • 0.7.0 68ac890eab

    0.7.0 Pré-publication

    tastytea a publié ceci 2018-12-27 00:18:24 +01:00 | 57 révisions à main depuis cette publication

    Changes:

    • Switched to identiconpp for identicon-generation
      • Switched identicon algorithm to sigil (same algorithm as ivatar)
    Téléchargements
  • 0.6.8 ca0650a4cd

    0.6.8 Stable

    tastytea a publié ceci 2018-12-09 20:04:48 +01:00 | 64 révisions à main depuis cette publication

    Changes:

    • Moved Cache-Control header from program to nginx config.
    • If requested size is < 0, return 80px image.

    If you want caching, you have to configure it in your web server now.

    Téléchargements
  • 0.6.7 9aa8803029

    0.6.7 Stable

    tastytea a publié ceci 2018-12-06 22:03:59 +01:00 | 67 révisions à main depuis cette publication

    Bugfixes:

    • Return 501 or redirect if "Mystery Person" is not found.
    Téléchargements
  • 0.6.6 b00dce398e

    0.6.6 Stable

    tastytea a publié ceci 2018-12-03 22:07:35 +01:00 | 69 révisions à main depuis cette publication

    Bugfixes:

    • Removed header: "Connection: close"
    Téléchargements
  • 0.6.5 5205395f7f

    0.6.5 Stable

    tastytea a publié ceci 2018-12-03 21:38:55 +01:00 | 70 révisions à main depuis cette publication

    Changes:

    • Check if hash is valid.
    • Exit with error code 1 if request is bad.
    • Added "public" to Cache-Control header for extra clarity.
    Téléchargements