home: latest panel reads the last 3 commits from git

This commit is contained in:
Jean Chevronnet 2026-08-31 00:40:07 +00:00
parent b3bcf67ee0
commit 4b700e280c
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
3 changed files with 123 additions and 11 deletions

View file

@ -50,15 +50,14 @@
<section class="wrap latest">
<h2>Latest</h2>
<ul class="news">
{% for c in commits %}
<li>
<span class="news-date">Aug 2026</span>
<div><a href="https://git.devtronic.pro/echo/echoIRCd"><b>echoIRCd 5.0</b></a> — SASL <b>ECDSA-NIST256P-CHALLENGE</b>, post-quantum TLS&nbsp;1.3, the operator privilege model, and a native anti-abuse engine.</div>
</li>
<li>
<span class="news-date">Aug 2026</span>
<div><a href="https://git.devtronic.pro/echo/echo"><b>echo services</b></a> — key-based login (<code>SET PUBKEY</code>), event-sourced accounts, and SASL relayed over the server link.</div>
<span class="news-date">{{ c.date }}</span>
<div><a href="{{ c.url }}"><code>{{ c.short }}</code></a> — {{ c.subject }}</div>
</li>
{% endfor %}
</ul>
<p class="h-center more"><a href="/docs/changelog">Full changelog &#8594;</a></p>
</section>
<section class="ctaband">