1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-19 13:29:49 +00:00
Commit graph

8 commits

Author SHA1 Message Date
6c357f1dc7 Separate Tawashi and Kamokan.
Unit tests are still a bit mixed up, but that should
be simple to split once I have a separate repo for
Tawashi.
2017-06-13 09:36:12 +01:00
5f0ea56241 Log raw pastie from POST and pastie before going to redis.
This is to hopefully track down the pastie corruption
bug that I'm only encountering on the outgoing server.
2017-06-08 21:33:18 +01:00
056e7dcde4 Use stock std::string conversion. 2017-06-07 00:30:43 +01:00
6e19745d69 Replace string_ref with string_view 2017-06-06 23:04:40 +01:00
df1afc7616 Fix the bug with the pastie token being invalid.
REQUEST_URI would return "ba"?cpp for example, but
the code expects just "ba".
2017-06-06 19:55:22 +01:00
e44611301c Fix the problem with redis not being initialized anymore. 2017-06-06 19:40:52 +01:00
fb27563fdd Make functions virtual when building with testing. 2017-06-05 23:02:39 +01:00
c302dbee73 Hide calls to Incredis in the Storage class.
This should allow me to write some decent
simulation tests.
2017-06-05 21:57:14 +01:00