#ktistec 206 hashtags

Todd Sundsted

i posted about the problems caused by the lack of a clear license a week ago. commits ca662ca through 49d3e2a remove the kemal-session and kemal-csrf shards and replace them with lightweight improvements to a session store i'd written previously and forgotten about and cut-and-paste reuse of kemal-csrf (which has a clear license and clean history). ktistec will be released under AGPLv3.

#ktistec

Todd Sundsted

these commits show the actor's public posts when an anonymous user navigates to the site, and show the authenticated actor the content timeline for both their inbox and their outbox. these are really two big queries with a pagination scheme i found on the internet. i haven't yet benchmarked it against the common "OFFSET LIMIT" method.

#ktistec

Todd Sundsted

reached a development milestone in ktistec. replies are working. 馃挭

#ktistec

Todd Sundsted

i implemented support for in-the-flow images with attachments as the fallback on federated platforms that don鈥檛 support them.

saki

saki shows up in the flow on epiktistes and as an attachment elsewhere.

#ktistec

Todd Sundsted

epiktistes runs on ktistec (still no README). the choice of crystal and sqlite has worked out really well. a small fully threaded conversation using a recursive query took 9.55ms to retrieve and render.

#ktistec

Todd Sundsted