Commit Graph

92 Commits

Author SHA1 Message Date
tastytea e43e3681e9
Updated the dependency-list to require identiconpp-0.3.3 or above.
the build was successful Details
2018-12-27 22:55:53 +01:00
tastytea 2491cb47e0
Updated the dependency-list to require identiconpp-0-3-2 or above.
the build was successful Details
2018-12-27 22:13:10 +01:00
tastytea 5b618eaf55
CI: Use identiconpp-0.3.1
the build was successful Details
2018-12-27 19:44:13 +01:00
tastytea 7e41468176
Set identicons to png
the build was successful Details
2018-12-27 06:55:16 +01:00
tastytea 68ac890eab
Switched identicon algorithm to sigil.
the build was successful Details
2018-12-27 00:18:24 +01:00
tastytea ec8cd3aa10
Added identiconpp-dependency to drone file.
the build was successful Details
2018-12-26 19:19:30 +01:00
tastytea a909b0405c
Deleted old identicon code. 2018-12-26 05:55:18 +01:00
tastytea 41299b9529
Transformed some errors into warnings. 2018-12-26 05:47:06 +01:00
tastytea 1dd89882b1
Switched to identiconpp for identicon-generation. 2018-12-26 05:45:31 +01:00
tastytea 519f1e8fd6
Added -fno-omit-frame-pointer to debug builds 2018-12-19 15:01:44 +01:00
tastytea 5475a60495
Removed cache-mention, because the header is not set anymore.
the build was successful Details
2018-12-10 21:12:15 +01:00
tastytea ca0650a4cd
Fixed enginx example
the build was successful Details
2018-12-09 20:04:48 +01:00
tastytea d2d35d8ac5
If requested size is < 0, return 80px image.
the build was successful Details
2018-12-09 19:54:38 +01:00
tastytea f7d6bdc3e9
Moved Cache-Control header from program to nginx config. 2018-12-09 19:50:05 +01:00
tastytea 9aa8803029
Return 501 or redirect if "Mystery Person" is not found.
the build was successful Details
2018-12-06 22:03:59 +01:00
tastytea 18b0ed6359
Link to "Mystery Person" SVG. 2018-12-06 22:03:05 +01:00
tastytea b00dce398e
Removed header: "Connection: close"
the build was successful Details
I'm not sure what my motivation was to put it in there. It has no
place in a CGI program.
2018-12-03 22:07:51 +01:00
tastytea 5205395f7f
Typo
the build was successful Details
2018-12-03 21:40:18 +01:00
tastytea 3666be0872
Added "public" to Cache-Control header.
the build was successful Details
"max-age" already indicates that it can be cached, but it can't hurt
to allow it explicitly.
2018-12-03 21:27:26 +01:00
tastytea d065ed3bd2
Added section "Speed" to readme.
the build was successful Details
2018-12-03 21:17:13 +01:00
tastytea e15289097a
Reformat readme
the build was successful Details
2018-12-02 11:24:18 +01:00
tastytea 3bdcd7b120
Include only necessary Magick++-headers.
the build was successful Details
2018-12-01 11:33:32 +01:00
tastytea 785cd7a35f
Refactored settings-stuff into own file.
the build was successful Details
2018-11-30 07:00:37 +01:00
tastytea 06a1bfccd9
Exit with error code 1 if request is bad 2018-11-30 06:54:56 +01:00
tastytea 1aca78df88
Check if hash is valid 2018-11-30 06:48:45 +01:00
tastytea 513391f44b
Replaced "\n\n" with << endl << endl for consistency
the build was successful Details
2018-11-29 13:45:46 +01:00
tastytea 268ff7ab6f
If size=0, return standard size(80px) 2018-11-29 13:43:56 +01:00
tastytea ec140aad01
Bugfix: detect file type and send appropriate Content-Type. 2018-11-29 13:40:50 +01:00
tastytea b3593a95f0
Clarified readme.
the build was successful Details
2018-11-29 13:18:16 +01:00
tastytea b1347fc0f1
Made it clearer that the default image overrides fallbacks.
the build was successful Details
2018-11-29 13:09:42 +01:00
tastytea 60517a5f32
Add paragraph about identicons to "Things to keep in mind".
the build was successful Details
2018-11-29 09:38:14 +01:00
tastytea f670c1c8a1
Abort if favicon is requested.
the build was successful Details
2018-11-28 17:29:08 +01:00
tastytea 75680b3739
Switched package generation from Ubuntu 16.04 to Debian stretch
the build was successful Details
2018-11-28 16:48:17 +01:00
tastytea e9456be931
Added Debian package names for dependencies. 2018-11-28 16:21:26 +01:00
tastytea b0e267f13f
Refactored a tiny little bit.
the build was successful Details
2018-11-28 16:15:10 +01:00
tastytea 95741d99b8
Added warning about ressource usage with many users. 2018-11-28 16:10:12 +01:00
tastytea 4418251844
Initialize default fallback with "404"
the build was successful Details
2018-11-28 14:56:15 +01:00
tastytea 3e037d4936
Changed the HTTP Status responses to be more accurate
the build was successful Details
2018-11-28 10:31:20 +01:00
tastytea 1dad647059
Enhanced readme
the build was successful Details
2018-11-28 04:02:17 +01:00
tastytea 30020024bd
Install README.md
the build was successful Details
2018-11-27 17:57:55 +01:00
tastytea bcfbd228df
Beautified readme
the build was successful Details
2018-11-27 17:15:47 +01:00
tastytea a8c807717e
Made the documentation more coherent
the build was successful Details
2018-11-27 17:14:35 +01:00
tastytea fbf7437dd9
Added settings to redirect to libravatar.org if the user was not found
the build was successful Details
or the fallback is unknown.
2018-11-27 16:56:00 +01:00
tastytea 4d0033652d
Added setting to configure the default fallback.
the build was successful Details
2018-11-27 15:48:58 +01:00
tastytea f0406f7e3a
Fixed build script
the build was successful Details
2018-11-27 12:08:29 +01:00
tastytea 195d86c5c3
Added not supported features to readme 2018-11-27 12:06:34 +01:00
tastytea cf6b1f84aa
Initialize pseudorandom number with 2^64-1
the build was successful Details
2018-11-27 12:01:03 +01:00
tastytea 16eae60349
Switched to Ubuntu 16.04 for package generation.
the build failed Details
The builds on 14.04 were not usable on 14.04, 16.04 and 18.04.
2018-11-27 11:51:15 +01:00
tastytea a7cfffe6d9
Added link to automatic signing key.
the build was successful Details
2018-11-27 10:43:27 +01:00
tastytea 87bedbbf7b
typo
the build was successful Details
2018-11-27 10:14:44 +01:00