1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-02-09 09:23:56 +00:00
A pastebin service written in c++, featuring speed and a minimalist look https://alarmpi.no-ip.org/kamokan/
Find a file
King_DuckZ 9fff9d793c Move ip requesting code into a separate file and make hashing configurable at build time.
New code tries to guess a per-visitor IP address and uses
that (or its hash) to tell users apart.
This patch also adds a TAWASHI_WITH_IP_LOGGING cmake option
to enable or disable logging the IP address of your visitors
in various places (just one right now but don't assume things
to remain this way).
Also added a couple new CGI environment variables.
2017-05-24 09:34:52 +01:00
cmake/modules Add unit test for utf8 sanitization. 2017-05-10 20:47:24 +01:00
config Allow to give the css file for the highlighter in tawashi.ini 2017-05-23 18:31:55 +01:00
docs Add source-highlight to docs. 2017-05-10 20:49:40 +01:00
html Redirects always use 3xx status codes. 2017-05-18 22:38:09 +01:00
lib Delay fast subsequent pasties from the same IP. 2017-05-11 18:50:56 +01:00
oldcode Use houdini escaping instead of easy_curl. 2017-04-25 22:09:46 +01:00
src Move ip requesting code into a separate file and make hashing configurable at build time. 2017-05-24 09:34:52 +01:00
test Make a new test project for full-page testing. 2017-05-22 20:08:28 +01:00
.gitignore ignore tags file 2017-04-21 19:56:26 +01:00
.gitmodules Add an empty unit test. 2017-05-04 23:03:53 +01:00
CMakeLists.txt Move ip requesting code into a separate file and make hashing configurable at build time. 2017-05-24 09:34:52 +01:00
COPYING Add GPL3 licence. 2017-04-06 23:35:06 +01:00
index.html.mstch Import lib mstch and put it to good use. 2017-04-18 18:40:42 +01:00