Commits
Commit:
f0fb0f0898465906e605ce59cd2b31d1730d6d8c
Date:
Tue Aug 30 11:40:44 2022
UTC
urlencode the mail/thread id
reminded by semarie@, thanks!
Commit:
890362cd906d770a9ed8af92b2c281c113f9c18e
Date:
Tue Aug 30 10:31:14 2022
UTC
style
Commit:
270695a375c6af6579a26ccc62cef0be2b98a3e0
Date:
Tue Aug 30 10:25:46 2022
UTC
use File::Temp for the index pages; specify why it's not using tmppath
we can't use the tmppath pledge promise as File::Temp checks whether
/tmp exists. We could unveil("/tmp", "r") and use `tmppath', but it
seem misleading.
(noticed after semarie@ reminded me of `tmppath')
Commit:
1bcb98996d9263f4db8045d0b71c8029749ca0bf
Date:
Mon Aug 29 20:53:44 2022
UTC
state the license on each file
Commit:
c5dff8715269af6ff58bd1dd1a0c02d1555d7baf
Date:
Mon Aug 29 14:31:53 2022
UTC
s/entries/threads/g
Commit:
2eb655f17314ac521b2f7cfb0d44050598df6fba
Date:
Sat Aug 27 09:01:15 2022
UTC
drop `next-prev' class; just use `nav' as selector
Commit:
66e1cf970a0d4c65c3140902532f2b85645aa7d0
Date:
Sat Aug 27 08:44:27 2022
UTC
create temp files in /tmp and don't allow writes to "."
there's little point to use pledge/unveil and then allow the program
to modify itself...
Commit:
9d8482ab3a97d3cd0e22afbf8ae95144a0016e87
Date:
Sat Aug 27 08:02:12 2022
UTC
refactor the "thread header" into a separate function
Commit:
9ec6c8480fc307f744f98f832f478fe8d8a27387
Date:
Sat Aug 27 07:20:21 2022
UTC
move index header to separate file and behind a function
Commit:
4ad24540ab5194cdb4b7bd90d56d14c258629faa
Date:
Sat Aug 27 07:12:49 2022
UTC
refactor how external file are slurped
Commit:
098db09637d7e48e2be61f8abfe4b6bedda88498
Date:
Sat Aug 27 07:07:49 2022
UTC
typo
Commit:
b539aacd818c31e7affe75ac8980c0e890099aa9
Date:
Sat Aug 27 07:04:33 2022
UTC
style
Commit:
c13d576c4e342bfb2dd42f5b992cb679d2b8785e
Date:
Sat Aug 27 07:03:55 2022
UTC
close the old thread in endthread, not in thread_entry
Commit:
eefeacb762d9f60570979fd1a020bed3d4789847
Date:
Sat Aug 27 07:00:33 2022
UTC
style
Commit:
a0b4d4b33ad4f49df0be56f40c6472f8912aafd8
Date:
Sat Aug 27 06:58:59 2022
UTC
compute the date ranges over top level threads entry
Omar Polo