Compare commits

...

2 Commits

Author SHA1 Message Date
Matt Mascarenhas e5ffec7a55 cinera.c: Make @author and :categories searchable
This is a stop-gap gap solution pending CINERA_DB_VERSION 6. It simply
augments the .index files, prepending "@author: " to timestamps bearing
an author – e.g. audience questions – and appending " [:each :category]"
to those bearing topic or medium categorisation.
2025-04-16 18:56:26 +01:00
Matt Mascarenhas a67a5ee34b cinera.c: Fix segfault in CurlIntoBuffer()
This was caused by trying to read InPtr[i] before checking if i < Length
in the loop's header. An -O2 build didn't exhibit the bug, but an -Od
one had begun to since I'd last run a debug build.

Also upped the sizes of the PlayerBuffers' Menus and Main buffers.
2025-04-13 01:38:18 +01:00
1 changed files with 612 additions and 422 deletions

File diff suppressed because it is too large Load Diff