<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eduvpn-common/go.sum, branch 0.2.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=0.2.0</id>
<link rel='self' href='https://herkulessi.de/git/eduvpn-common/atom?h=0.2.0'/>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/'/>
<updated>2022-12-21T17:28:52Z</updated>
<entry>
<title>Go.sum: Run go mod tidy</title>
<updated>2022-12-21T17:28:52Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-12-20T15:53:50Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=845c67476979bd031890ef430f24a0acbd9f2c7c'/>
<id>urn:sha1:845c67476979bd031890ef430f24a0acbd9f2c7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Failover: Initial implementation</title>
<updated>2022-12-21T17:28:00Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-12-20T14:35:44Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=6981666c6d8f639a1ff9c09a3bc08769e19928af'/>
<id>urn:sha1:6981666c6d8f639a1ff9c09a3bc08769e19928af</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>
<entry>
<title>Go: Update dependencies</title>
<updated>2022-09-20T13:09:17Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-09-20T13:09:17Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a'/>
<id>urn:sha1:8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor: Return without json</title>
<updated>2022-09-14T11:56:49Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-09-14T11:56:49Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=da83f54606c9c1d2786d87074ee17ed972d2e1b2'/>
<id>urn:sha1:da83f54606c9c1d2786d87074ee17ed972d2e1b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor: Restructure project</title>
<updated>2022-04-22T14:29:59Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-22T14:29:59Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=b1d92b395322f2164ccfb44b0f7caebbaece6b62'/>
<id>urn:sha1:b1d92b395322f2164ccfb44b0f7caebbaece6b62</id>
<content type='text'>
- Add an internal folder where all the internal code lives
- Make a state.go and state_test.go for the public interface

This gives a more clear separation between functions and modules. It
also makes this a more typical Go project setup.
</content>
</entry>
<entry>
<title>Wireguard: Add basic support</title>
<updated>2022-09-20T18:29:52Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-03-21T13:58:58Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=fc56f8770923ec1997444a8318a18be0a8397520'/>
<id>urn:sha1:fc56f8770923ec1997444a8318a18be0a8397520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OAuth: Begin implementation without OAuth2 lib</title>
<updated>2022-04-05T10:26:13Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-03-08T12:13:14Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=5065de4cff907b70ea3446888a7bad243744a8ab'/>
<id>urn:sha1:5065de4cff907b70ea3446888a7bad243744a8ab</id>
<content type='text'>
- We want to use as little dependencies as possible.

While the OAuth2 library is helpful, it is not needed.
</content>
</entry>
<entry>
<title>OAuth: Add initial draft</title>
<updated>2022-04-05T10:26:12Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-03-03T17:04:17Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=7c5e5081161572102a56fa8495208a9eabb0b224'/>
<id>urn:sha1:7c5e5081161572102a56fa8495208a9eabb0b224</id>
<content type='text'>
Signed-off-by: Jeroen Wijenbergh &lt;jeroenwijenbergh@protonmail.com&gt;
</content>
</entry>
<entry>
<title>Cleanup, update indirect Go packages, support specifying list of wrappers to `test-wrappers`</title>
<updated>2022-02-09T12:18:09Z</updated>
<author>
<name>StevenWdV</name>
<email>stevenwdv@gmail.com</email>
</author>
<published>2022-02-09T12:18:09Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=ac564204f6d4441eaa79ec08ec7a91e99bdb9a15'/>
<id>urn:sha1:ac564204f6d4441eaa79ec08ec7a91e99bdb9a15</id>
<content type='text'>
</content>
</entry>
</feed>
