<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-git-server/internal/authz, branch 1.0.0</title>
<subtitle>a simple golang http git server</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/'/>
<entry>
<title>feat: refactor of authenticaiton</title>
<updated>2025-05-27T04:57:12+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-04-09T04:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=78098f23e9a910f3b37fbd3f7c1939ad10ec40ad'/>
<id>78098f23e9a910f3b37fbd3f7c1939ad10ec40ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: upgrade token security, upgrade go, packages, fix linting issues</title>
<updated>2025-03-29T23:31:35+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-29T23:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=6d4cd2c3353c6d94a3d29f675388e647788a83c3'/>
<id>6d4cd2c3353c6d94a3d29f675388e647788a83c3</id>
<content type='text'>
Token generation changes:
1. Increasing to 32 bytes (256 bits) of entropy
2. Using crypto/rand.Read directly instead of loop
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Token generation changes:
1. Increasing to 32 bytes (256 bits) of entropy
2. Using crypto/rand.Read directly instead of loop
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add tests for authz model</title>
<updated>2025-03-29T23:28:48+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-29T23:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=657ec55ac99aa06514710e9d72329f1d80c59118'/>
<id>657ec55ac99aa06514710e9d72329f1d80c59118</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: slog error handling</title>
<updated>2025-03-29T06:56:36+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-29T06:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=07c5566bb837e91ebe9530add9002e39e808eca5'/>
<id>07c5566bb837e91ebe9530add9002e39e808eca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add env var for log level, fix bug, cleanup push target</title>
<updated>2024-08-25T00:09:03+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-08-25T00:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=71ba0cd9b988813da1b5c7101f8bf5918df0f795'/>
<id>71ba0cd9b988813da1b5c7101f8bf5918df0f795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: add tests for anon</title>
<updated>2024-08-23T05:01:57+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-08-23T05:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=36aef9af1a7ac878d8d7c1fb9c359f14d232dd3f'/>
<id>36aef9af1a7ac878d8d7c1fb9c359f14d232dd3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add anon access mgmt</title>
<updated>2024-08-22T05:30:42+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-08-22T05:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=100c673c3a95827698758139f887a3e744231c42'/>
<id>100c673c3a95827698758139f887a3e744231c42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: refactor of repo management</title>
<updated>2024-05-21T04:33:57+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-05-04T17:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=b8584fec70bd6810fa2392deadc69595b3e94cfa'/>
<id>b8584fec70bd6810fa2392deadc69595b3e94cfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: light access logging</title>
<updated>2024-04-24T05:20:11+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-04-24T05:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=37666883a6b90f811f40fc6bf622a89165981df5'/>
<id>37666883a6b90f811f40fc6bf622a89165981df5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: logging/err cleanup</title>
<updated>2024-04-16T04:50:00+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-04-10T03:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=cf7f32e12ca118e51723a87afee05770ea12c066'/>
<id>cf7f32e12ca118e51723a87afee05770ea12c066</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
