<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eduvpn-common/src/state.go, branch 5.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=5.0.0</id>
<link rel='self' href='https://herkulessi.de/git/eduvpn-common/atom?h=5.0.0'/>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/'/>
<updated>2022-04-22T14:29:59Z</updated>
<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>Servers: Add initial support for multiple using a map</title>
<updated>2022-04-22T08:55:37Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-22T08:55:37Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=f76e87fa5ec30c416a562c4b29689f6a3e29458c'/>
<id>urn:sha1:f76e87fa5ec30c416a562c4b29689f6a3e29458c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FSM: Make data for transitions optional</title>
<updated>2022-04-22T07:55:19Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-22T07:55:19Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=08b5cab875f1a84162bb47773bbe72135135b90e'/>
<id>urn:sha1:08b5cab875f1a84162bb47773bbe72135135b90e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Discovery: Rollback preventions and hourly updates for servers</title>
<updated>2022-04-21T12:39:49Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-21T12:39:49Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=f794ea95eb49a4f92ddd16307d70f6cad0f6a768'/>
<id>urn:sha1:f794ea95eb49a4f92ddd16307d70f6cad0f6a768</id>
<content type='text'>
</content>
</entry>
<entry>
<title>State: Check if we are Deregistered before initializing FSM</title>
<updated>2022-04-20T15:09:11Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-20T15:09:11Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=7c284019f1e48ddd37b0f047b50564f069caf379'/>
<id>urn:sha1:7c284019f1e48ddd37b0f047b50564f069caf379</id>
<content type='text'>
</content>
</entry>
<entry>
<title>State: Always allow Deregister</title>
<updated>2022-04-20T15:08:55Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-20T15:08:55Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=0e46f074570b066194a0b1b958b0a90c3eec6ca6'/>
<id>urn:sha1:0e46f074570b066194a0b1b958b0a90c3eec6ca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor: Eliminate most uses of pointers in structs</title>
<updated>2022-04-20T14:22:07Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-20T14:22:07Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=b73e1489b06fd4546da6ba32697331584db02e71'/>
<id>urn:sha1:b73e1489b06fd4546da6ba32697331584db02e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Profiles: Implement SetProfileID instead of getting generic data</title>
<updated>2022-04-20T12:28:08Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-20T12:28:08Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=1c54936626a4a30d0c6f69576a06ba3661f39dc6'/>
<id>urn:sha1:1c54936626a4a30d0c6f69576a06ba3661f39dc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FSM: More states and fix graph order</title>
<updated>2022-04-20T12:03:39Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-20T12:03:39Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=77c9f266553cbadfd5fb150a26c2162b705f151e'/>
<id>urn:sha1:77c9f266553cbadfd5fb150a26c2162b705f151e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Profiles: Implement basic functionality for sending a profile_id</title>
<updated>2022-04-19T13:02:45Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2022-04-19T13:02:45Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=723ecacc8528be0e96db42392f1781ddf5894bea'/>
<id>urn:sha1:723ecacc8528be0e96db42392f1781ddf5894bea</id>
<content type='text'>
</content>
</entry>
</feed>
