๐Ÿ A very simple static Gemini server, now with Titan support!
cpp gemini titan gemini-protocol titan-protocol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: more explicit auto

Fuwn 75c9a467 047e83da

+1 -1
bin/genkey
+1 -1
maple/maple.cc
··· 61 61 file_extension.end(), 62 62 gemini_file_extension.begin(), 63 63 gemini_file_extension.end(), 64 - [](auto a, auto b) -> bool { 64 + [](char a, char b) -> bool { 65 65 return std::tolower(a) == std::tolower(b); 66 66 } 67 67 )) {