summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-25 18:58:48 -0400
committerJune McEnroe <june@causal.agency>2020-03-25 18:58:48 -0400
commit3dc998272e2f18f17184aed85256647d67b1716a (patch)
treec55742dca3ecb487489f85ec8840bcd190e8f34b /scripts
parentAdd logging functions (diff)
downloadcatgirl-3dc998272e2f18f17184aed85256647d67b1716a.tar.gz
catgirl-3dc998272e2f18f17184aed85256647d67b1716a.zip
Log chat events
Still missing is logging MODE changes, which will be hell, unless it
just logs the raw stuff.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
8-03 17:04:03 +0200'>2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev