Releases Tags
-
0.9.0 Stable
released this 12 months ago | 1 commits to main since this release
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.
Downloads
-
0.7.3 Pre-Release
released this 4 years ago | 0 commits to since this release
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
Downloads
-
0.7.2 Stable
released this 4 years ago | 6 commits to since this release
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.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 114 KiB libravatarserv-0.7.2-0.x86_64.rpm
- 566 B libravatarserv-0.7.2-0.x86_64.rpm.sig
- 107 KiB libravatarserv-0.7.2_x86_64.tar.gz
- 566 B libravatarserv-0.7.2_x86_64.tar.gz.sig
- 108 KiB libravatarserv_0.7.2-0_amd64.deb
- 566 B libravatarserv_0.7.2-0_amd64.deb.sig
- 996 B sha512sum.txt
-
0.7.1 Pre-Release
released this 5 years ago | 15 commits to since this release
Bugfixes:
- Set identicons to png (instead of nothing)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 114 KiB libravatarserv-0.7.1-0.x86_64.rpm
- 566 B libravatarserv-0.7.1-0.x86_64.rpm.sig
- 107 KiB libravatarserv-0.7.1_x86_64.tar.gz
- 566 B libravatarserv-0.7.1_x86_64.tar.gz.sig
- 108 KiB libravatarserv_0.7.1-0_amd64.deb
- 566 B libravatarserv_0.7.1-0_amd64.deb.sig
- 996 B sha512sum.txt
-
0.7.0 Pre-Release
released this 5 years ago | 16 commits to since this release
Changes:
- Switched to identiconpp for identicon-generation
- Switched identicon algorithm to sigil (same algorithm as ivatar)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 114 KiB libravatarserv-0.7.0-0.x86_64.rpm
- 566 B libravatarserv-0.7.0-0.x86_64.rpm.sig
- 107 KiB libravatarserv-0.7.0_x86_64.tar.gz
- 566 B libravatarserv-0.7.0_x86_64.tar.gz.sig
- 107 KiB libravatarserv_0.7.0-0_amd64.deb
- 566 B libravatarserv_0.7.0-0_amd64.deb.sig
- 996 B sha512sum.txt
- Switched to identiconpp for identicon-generation
-
0.6.8 Stable
released this 5 years ago | 23 commits to since this release
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.
Downloads
-
0.6.7 Stable
released this 5 years ago | 26 commits to since this release
Bugfixes:
- Return 501 or redirect if "Mystery Person" is not found.
Downloads
-
0.6.6 Stable
released this 5 years ago | 28 commits to since this release
Bugfixes:
- Removed header: "Connection: close"
Downloads
-
0.6.5 Stable
released this 5 years ago | 29 commits to since this release
Changes:
- Check if hash is valid.
- Exit with error code 1 if request is bad.
- Added "public" to Cache-Control header for extra clarity.
Downloads