summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Clean upTom Smeding2026-05-10
|
* meta-externalagent, stop crawling all the ?eid= URLsTom Smeding2026-05-10
|
* style.css: Add unline to <a> also on :focusTom Smeding2026-05-10
|
* Migrate index and calendar templates to new rendererTom Smeding2026-05-10
|
* Generate renderer functions using THTom Smeding2026-05-10
| | | | | | These take (and project from) a data type instead of hash maps, _and_ use text-builder-linear, _and_ have the full template inlined. The result is that this is the fastest renderer yet.
* Rendering performance experimentsTom Smeding2026-05-10
|
* Less warningsTom Smeding2026-05-10
|
* Make genEventID 5x as fastTom Smeding2026-05-10
| | | | | | showIntAtBase wasn't inlined, so not specialised to Word64, so all the arithmetic went via typeclasses (inluding a number of fromIntegral @Word64 @Int, which went via Integer).
* Optimisations to log rendering with mustacheTom Smeding2026-05-09
|
* FaviconTom Smeding2026-05-08
|
* Add 'test count' commandTom Smeding2026-05-08
|
* Add robots.txtTom Smeding2026-05-08
| | | | Hopefull this prevents crawlers from hitting all the ?eid= links...
* Instrument handler blocksTom Smeding2026-05-08
|
* Catch error in sendMany and don't throwTom Smeding2026-05-08
|
* Partial Pacific->UTC converterTom Smeding2026-05-08
|
* Test http parser somewhatTom Smeding2026-05-08
|
* Rename mini-http to mini-http-serverTom Smeding2026-05-08
| | | | And move Parser to Internal.Parser for test suite
* mini-http: Fix parserTom Smeding2026-05-08
|
* Rename log-tz-convert.py to -znc-NLTom Smeding2026-05-08
|
* ZNC: fix notice parsingTom Smeding2026-05-08
|
* Eliminate some thunksTom Smeding2026-05-08
| | | | This saves ALL the memory; all files were previously kept in memory
* Update TODOTom Smeding2026-05-03
|
* Convert from wai/warp to mini-http-serverTom Smeding2026-05-03
|
* mmap: Add MAP_POPULATETom Smeding2026-05-03
| | | | We're going to access the mapping immediately, so might as well
* Mini http server libTom Smeding2026-04-10
|
* Add .ccls-cache to gitignoreTom Smeding2026-04-09
|
* Remove some debug printsTom Smeding2026-04-09
|
* Flush stdout after printingTom Smeding2026-04-09
| | | | | This is useful when the program is run as a system service logging to the system log.
* Add link to git repo in footerTom Smeding2026-04-09
|
* Rename to tirclogvTom Smeding2026-04-09
|
* Update TODOTom Smeding2026-04-09
|
* Timestamp links on calendar-day pageTom Smeding2026-04-08
|
* I a few lettersTom Smeding2026-04-07
| | | | Thanks Daniel
* Update TODOTom Smeding2026-04-07
|
* Event hotlinkingTom Smeding2026-04-07
|
* Slightly lighter meta-color in dark themeTom Smeding2026-04-07
|
* hlintTom Smeding2026-04-07
|
* Add TODOsTom Smeding2026-04-07
|
* Update TODOTom Smeding2026-04-07
|
* Log watchingTom Smeding2026-04-06
|
* Note that calendar-day times are on {{date}} in footerTom Smeding2026-04-03
|
* CET/CEST timezone conversion scriptTom Smeding2026-04-03
|
* Calendar viewTom Smeding2026-04-03
|
* Duplicate page picker at bottom of event listTom Smeding2026-04-01
|
* Cache, drop chronosTom Smeding2026-04-01
|
* Update TODO listTom Smeding2026-04-01
|
* Add system-ui to font listTom Smeding2026-04-01
|
* Use lang="ja" for japanese textTom Smeding2026-04-01
|
* Colours for join/leave eventsTom Smeding2026-04-01
|
* Styling and layoutTom Smeding2026-04-01
| | | | Thanks Daniel!