<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eduvpn-common/internal/server/servers.go, branch 1.99.1</title>
<subtitle>Fork of codeberg.org/eduVPN/eduvpn-common for &lt;b&gt;reasons&lt;/b&gt;</subtitle>
<id>https://herkulessi.de/git/eduvpn-common/atom?h=1.99.1</id>
<link rel='self' href='https://herkulessi.de/git/eduvpn-common/atom?h=1.99.1'/>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/'/>
<updated>2024-02-19T13:15:07Z</updated>
<entry>
<title>All: Document everything to pass revive lint</title>
<updated>2024-02-19T13:15:07Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-02-12T18:18:05Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=74e36f0ead717105f26087c2cab08b41ba5a7ce8'/>
<id>urn:sha1:74e36f0ead717105f26087c2cab08b41ba5a7ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server: Refactor internal server package to use new state file</title>
<updated>2024-02-19T13:15:07Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-02-06T15:27:45Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=a84050a5e93f5fb9f5bbb79ca21b37e8359cf289'/>
<id>urn:sha1:a84050a5e93f5fb9f5bbb79ca21b37e8359cf289</id>
<content type='text'>
This completely rewrites the internal server package. Some advantages:

- Caches less
- Uses a callback interface so that the client package does not get so
 convoluted
- Introduce a new API package that only deals with the server API and
 uses github.com/jwijenbergh/eduoauth-go
</content>
</entry>
<entry>
<title>Refactor: Split internal server into multiple packages</title>
<updated>2023-09-25T07:43:37Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-04-12T20:52:49Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=a23c3e61c5d89ef67973891b5b3a176c06e1b174'/>
<id>urn:sha1:a23c3e61c5d89ef67973891b5b3a176c06e1b174</id>
<content type='text'>
- Pass contexts
- Have separate packages for e.g. custom, institute and secure
- internet servers, profiles....
- Return types from the public ./types package with a Public() method
</content>
</entry>
<entry>
<title>Types: Split discovery into its own package</title>
<updated>2023-09-25T07:43:37Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-03-20T12:59:06Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=3618f2337bf0099d1fe8e4782cda3677ea4175be'/>
<id>urn:sha1:3618f2337bf0099d1fe8e4782cda3677ea4175be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server: Add a TODO note for custom server types</title>
<updated>2023-09-25T07:43:37Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-03-20T12:02:00Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=4a56922cd22f9297bc54443717e9d9542cea2edc'/>
<id>urn:sha1:4a56922cd22f9297bc54443717e9d9542cea2edc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Client + Discovery: Implement further organizations expiry</title>
<updated>2023-01-10T11:28:59Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-01-10T11:15:01Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=b51831b6361dde4e63fa38bfd968ff729ab72dc5'/>
<id>urn:sha1:b51831b6361dde4e63fa38bfd968ff729ab72dc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server: Fix revive lint error</title>
<updated>2022-12-14T10:57:17Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-12-12T12:42:43Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=468d4a0e86ef99ae043aa71c0ff676f59a7627ae'/>
<id>urn:sha1:468d4a0e86ef99ae043aa71c0ff676f59a7627ae</id>
<content type='text'>
```
internal/server/servers.go:51:9: indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
        } else {
                return srv, nil
        }
```
</content>
</entry>
<entry>
<title>Format: Run gofumpt</title>
<updated>2022-12-12T12:39:21Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-12-12T12:30:18Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=3263a6fb3719148358ce11b3c744508451d6e1a6'/>
<id>urn:sha1:3263a6fb3719148358ce11b3c744508451d6e1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server: Minor style changes</title>
<updated>2022-12-12T12:39:20Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-12-12T12:23:01Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=5084f1ed5df024918e61de81692b6066c421b8bd'/>
<id>urn:sha1:5084f1ed5df024918e61de81692b6066c421b8bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify error handling</title>
<updated>2022-12-12T12:26:51Z</updated>
<author>
<name>Aleksandar Pesic</name>
<email>peske.nis@gmail.com</email>
</author>
<published>2022-12-04T20:48:20Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=3ac1d35257b56cca92ad0eb7f4d18abb366cf105'/>
<id>urn:sha1:3ac1d35257b56cca92ad0eb7f4d18abb366cf105</id>
<content type='text'>
fixes #6

Signed-off-by: Aleksandar Pesic &lt;peske.nis@gmail.com&gt;
</content>
</entry>
</feed>
