<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eduvpn-common/internal/server/servers.go, branch 2.1.0</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=2.1.0</id>
<link rel='self' href='https://herkulessi.de/git/eduvpn-common/atom?h=2.1.0'/>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/'/>
<updated>2024-07-18T09:12:00Z</updated>
<entry>
<title>Server: Go to GettingConfig after InvalidProfile</title>
<updated>2024-07-18T09:12:00Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-07-18T08:42:13Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=6caaf56214ffa2696f81119dd88273a0087e549b'/>
<id>urn:sha1:6caaf56214ffa2696f81119dd88273a0087e549b</id>
<content type='text'>
Could be we have just done OAuth and are in state main...
</content>
</entry>
<entry>
<title>Client + Server: Pass discovery manager and lock when needed</title>
<updated>2024-07-17T14:00:03Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-07-17T09:20:59Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=7276108171b1c6af417ce5ae86ef0221280932c1'/>
<id>urn:sha1:7276108171b1c6af417ce5ae86ef0221280932c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format: Run gofumpt</title>
<updated>2024-03-22T12:30:41Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-03-22T12:03:01Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=a4b4286ced663a71ec1501d67a524edc3b957807'/>
<id>urn:sha1:a4b4286ced663a71ec1501d67a524edc3b957807</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All: Make WireGuard support mandatory</title>
<updated>2024-03-14T15:04:20Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-03-14T11:21:20Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=b98fbee125dd15bbd083de62f7b636ccd0e0248e'/>
<id>urn:sha1:b98fbee125dd15bbd083de62f7b636ccd0e0248e</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
