<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slightly-better-surveys/server, branch rustserver</title>
<subtitle>slightly better web-based surveys than elsewhere (even encrypted!)
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/slightly-better-surveys/'/>
<entry>
<title>server: add config options, better outfile names</title>
<updated>2021-04-27T15:40:40+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-04-27T15:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/slightly-better-surveys/commit/?id=e0c6f2cd7a2ef02fb9b7947816b54f3a43ef522d'/>
<id>e0c6f2cd7a2ef02fb9b7947816b54f3a43ef522d</id>
<content type='text'>
e.g.
 - ability to log ip addresses of respondents
 - configurable bind address
 - reasonably sane defaults (hopefully)
 - survey name as part of output file names
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g.
 - ability to log ip addresses of respondents
 - configurable bind address
 - reasonably sane defaults (hopefully)
 - survey name as part of output file names
</pre>
</div>
</content>
</entry>
<entry>
<title>server: replace guile with rust (init)</title>
<updated>2021-04-26T22:34:17+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-04-26T22:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/slightly-better-surveys/commit/?id=69eb6fe0a6ac34cf412bd6ba23dd11c5b7fbd417'/>
<id>69eb6fe0a6ac34cf412bd6ba23dd11c5b7fbd417</id>
<content type='text'>
this is just a quick barebones server, which doesn't really do yet what
it is supposed to or what the guile version did.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is just a quick barebones server, which doesn't really do yet what
it is supposed to or what the guile version did.
</pre>
</div>
</content>
</entry>
<entry>
<title>server: fix binary file output</title>
<updated>2021-04-04T23:56:54+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-04-04T23:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/slightly-better-surveys/commit/?id=8e35eaecbb2baaf9a4043263fc5e054f21aa24c6'/>
<id>8e35eaecbb2baaf9a4043263fc5e054f21aa24c6</id>
<content type='text'>
(previously, it tried to use ascii encoding and would fail)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(previously, it tried to use ascii encoding and would fail)
</pre>
</div>
</content>
</entry>
<entry>
<title>add simple server which takes POST requests</title>
<updated>2021-04-04T22:53:23+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-04-04T22:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/slightly-better-surveys/commit/?id=0f8b78c0b7e2aca94a14b36af020d0f7d8301cc5'/>
<id>0f8b78c0b7e2aca94a14b36af020d0f7d8301cc5</id>
<content type='text'>
The idea is that it can accept surveys sent to it. Note that in an actual
deployment it should have at least some rate-limiting, since actual validation
of input is impossible if they are encrypted – i.e. this is bascially a pastbin.

It may, however, be possible to require signing answers for survey with access
restrictions, or do a challange/response type thing before allowing submission.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea is that it can accept surveys sent to it. Note that in an actual
deployment it should have at least some rate-limiting, since actual validation
of input is impossible if they are encrypted – i.e. this is bascially a pastbin.

It may, however, be possible to require signing answers for survey with access
restrictions, or do a challange/response type thing before allowing submission.
</pre>
</div>
</content>
</entry>
</feed>
