]> the.earth.li Git - onak.git/commit
Improve HTML escaping
authorJonathan McDowell <noodles@earth.li>
Fri, 22 Sep 2023 18:19:00 +0000 (19:19 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 22 Sep 2023 18:30:16 +0000 (19:30 +0100)
commit79425efea806599b611de4e3b25bdc36516e7522
treec28d2fc47ced004d7b2c471e63ce07fffb8460f8
parentf67f09be8979050e73855b6551da83ca48dde950
Improve HTML escaping

Our existing HTML escaping was very primitive, looking only for a single
< and > around an email address. Extend this to cover multiple instance
of <, >, &, ", ' which should cover all the important bits. Also move to
using a caller provided buffer rather than a static buffer.
keyindex.c
keyindex.h
stats.c