-
0.9.0 Stable
released this
2022-06-25 13:32:11 +02:00 | 1 commits to main since this releaseIt 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.
Downloads
-
0.7.4 Stable
released this
2020-10-24 12:15:38 +02:00 | 24 commits to main since this releaseBugfixes
- Do not reopen stdout while image resizing (#7).
Changes
- Updated / modernized CMake files.
- Cosmetic changes.
- Fixed a few warnings.
Downloads
-
0.7.3 Pre-Release
released this
2019-02-28 19:23:45 +01:00 | 41 commits to main since this releaseChanges:
- 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
-
0.7.2 Stable
released this
2019-02-20 22:40:29 +01:00 | 47 commits to main since this releaseChanges:
- 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.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
libravatarserv-0.7.2-0.x86_64.rpm
114 KiB
-
libravatarserv-0.7.2-0.x86_64.rpm.sig
566 B
-
libravatarserv-0.7.2_x86_64.tar.gz
107 KiB
-
libravatarserv-0.7.2_x86_64.tar.gz.sig
566 B
-
libravatarserv_0.7.2-0_amd64.deb
108 KiB
-
libravatarserv_0.7.2-0_amd64.deb.sig
566 B
-
sha512sum.txt
996 B
-
0.7.1 Pre-Release
released this
2018-12-27 06:55:16 +01:00 | 56 commits to main since this releaseBugfixes:
- Set identicons to png (instead of nothing)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
libravatarserv-0.7.1-0.x86_64.rpm
114 KiB
-
libravatarserv-0.7.1-0.x86_64.rpm.sig
566 B
-
libravatarserv-0.7.1_x86_64.tar.gz
107 KiB
-
libravatarserv-0.7.1_x86_64.tar.gz.sig
566 B
-
libravatarserv_0.7.1-0_amd64.deb
108 KiB
-
libravatarserv_0.7.1-0_amd64.deb.sig
566 B
-
sha512sum.txt
996 B
-
0.7.0 Pre-Release
released this
2018-12-27 00:18:24 +01:00 | 57 commits to main since this releaseChanges:
- Switched to identiconpp for identicon-generation
- Switched identicon algorithm to sigil (same algorithm as ivatar)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
libravatarserv-0.7.0-0.x86_64.rpm
114 KiB
-
libravatarserv-0.7.0-0.x86_64.rpm.sig
566 B
-
libravatarserv-0.7.0_x86_64.tar.gz
107 KiB
-
libravatarserv-0.7.0_x86_64.tar.gz.sig
566 B
-
libravatarserv_0.7.0-0_amd64.deb
107 KiB
-
libravatarserv_0.7.0-0_amd64.deb.sig
566 B
-
sha512sum.txt
996 B
- Switched to identiconpp for identicon-generation
-
0.6.8 Stable
released this
2018-12-09 20:04:48 +01:00 | 64 commits to main since this releaseChanges:
- 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.
Downloads
-
0.6.7 Stable
released this
2018-12-06 22:03:59 +01:00 | 67 commits to main since this releaseBugfixes:
- Return 501 or redirect if "Mystery Person" is not found.
Downloads
-
0.6.6 Stable
released this
2018-12-03 22:07:35 +01:00 | 69 commits to main since this releaseBugfixes:
- Removed header: "Connection: close"
Downloads
-
0.6.5 Stable
released this
2018-12-03 21:38:55 +01:00 | 70 commits to main since this releaseChanges:
- Check if hash is valid.
- Exit with error code 1 if request is bad.
- Added "public" to Cache-Control header for extra clarity.
Downloads