<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eduvpn-common/internal/discovery, branch 3.0.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=3.0.0</id>
<link rel='self' href='https://herkulessi.de/git/eduvpn-common/atom?h=3.0.0'/>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/'/>
<updated>2024-11-21T15:06:22Z</updated>
<entry>
<title>Replace all links from GitHub to Codeberg</title>
<updated>2024-11-21T15:06:22Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-11-21T14:57:12Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=a587163c822e80527f6acc78c1edac3410327854'/>
<id>urn:sha1:a587163c822e80527f6acc78c1edac3410327854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format: Run Gofumpt</title>
<updated>2024-07-30T07:36:45Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-07-24T15:01:28Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=718369ba29ca7c8ed623e2f22f3c37badd5dee89'/>
<id>urn:sha1:718369ba29ca7c8ed623e2f22f3c37badd5dee89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Discovery Manager: Remove spammy logs</title>
<updated>2024-07-18T09:12:00Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-07-18T08:44:16Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=324ec7f35327d6b0d77b3ef8bbe6d58b2488c092'/>
<id>urn:sha1:324ec7f35327d6b0d77b3ef8bbe6d58b2488c092</id>
<content type='text'>
</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>Discovery: Remove organizations per 4 hour expiry</title>
<updated>2024-07-17T14:00:03Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-07-10T13:16:00Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=ad5b0b6a6410e60a6beef9de1f600b0600db959a'/>
<id>urn:sha1:ad5b0b6a6410e60a6beef9de1f600b0600db959a</id>
<content type='text'>
As setting organizations expired is now done in register
</content>
</entry>
<entry>
<title>Client + Discovery: Fetch dscovery at startup using DiscoveryStartup</title>
<updated>2024-07-17T14:00:03Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-07-10T12:39:34Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=a1879195a727d7b90347ed11f86d85fac6541df7'/>
<id>urn:sha1:a1879195a727d7b90347ed11f86d85fac6541df7</id>
<content type='text'>
With a manager that locks and copies such that no race conditions happen
</content>
</entry>
<entry>
<title>Discovery: Implement conditional requests</title>
<updated>2024-07-17T14:00:03Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-07-04T13:27:10Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=cb8e2a5ae27aa34f2a9ad21469538403274e3b3e'/>
<id>urn:sha1:cb8e2a5ae27aa34f2a9ad21469538403274e3b3e</id>
<content type='text'>
From docs.eduvpn.org (https://docs.eduvpn.org/server/v3/server-discovery.html):

When fetching the new JSON files, the client SHOULD use conditional requests, so the file is only fetched in case there were changes. This, in order to reduce the amount of traffic required by VPN clients, especially relevant for metered, or slow connections.

The If-Modified-Since request header SHOULD be used for this. If the response code is 304, the file hasn’t changed since. The value to use for the If-Modified-Since request header is the exact value of the Last-Modified response header for the last successful download, i.e. 200 response. You SHOULD store the value of Last-Modified and use it as-is for the If-Modified-Since header.
</content>
</entry>
<entry>
<title>Client: Fetch disco fresh after startup calling GetConfig</title>
<updated>2024-07-17T14:00:03Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-07-03T10:18:43Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=895112235b9239d8db9f129451605e1e8b9c2a12'/>
<id>urn:sha1:895112235b9239d8db9f129451605e1e8b9c2a12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Discovery: Unmarshal to a new structure to fix #55</title>
<updated>2024-06-27T20:09:00Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-06-27T17:43:49Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=3fb8bc94fdbc362f49bf211a3090358c70c26e8b'/>
<id>urn:sha1:3fb8bc94fdbc362f49bf211a3090358c70c26e8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Discovery: Test for #55</title>
<updated>2024-06-27T20:09:00Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2024-06-27T17:43:27Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=979da77c1c91520793c6c307df8c5c3b6822b28f'/>
<id>urn:sha1:979da77c1c91520793c6c307df8c5c3b6822b28f</id>
<content type='text'>
</content>
</entry>
</feed>
