<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bloat/Makefile, branch master</title>
<subtitle>A web client for Mastadon Network
</subtitle>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/'/>
<entry>
<title>Use cookies for session storage</title>
<updated>2022-10-25T14:14:46+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2022-10-25T13:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=887ed241d64ba5db3fd3d87194fb5595e5ad7d73'/>
<id>887ed241d64ba5db3fd3d87194fb5595e5ad7d73</id>
<content type='text'>
Remove the server side session storage and store all the session related data
in the client side cookies. This decreases the exposure of the auth tokens.
It also simplifies the installation process as bloat no longer requires write
access to the filesystem.

This is a breaking change, all the existing sessions will stop working.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the server side session storage and store all the session related data
in the client side cookies. This decreases the exposure of the auth tokens.
It also simplifies the installation process as bloat no longer requires write
access to the filesystem.

This is a breaking change, all the existing sessions will stop working.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't overwrite global config file on make install</title>
<updated>2022-02-10T16:03:44+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2022-02-10T16:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=c2f237e9019a4fb31cd7d969bf59670c144592c8'/>
<id>c2f237e9019a4fb31cd7d969bf59670c144592c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change config file lookup</title>
<updated>2022-01-02T10:55:26+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2022-01-02T10:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=003233d60da4a2b69260642e57757bba48021ca1'/>
<id>003233d60da4a2b69260642e57757bba48021ca1</id>
<content type='text'>
- Look for both local and global config file
- Directly generate the global config file with make install
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Look for both local and global config file
- Directly generate the global config file with make install
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Makefile</title>
<updated>2021-04-02T18:00:21+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2021-04-02T18:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=089d4ac50026a9ec20746e59588df077b7d6ade8'/>
<id>089d4ac50026a9ec20746e59588df077b7d6ade8</id>
<content type='text'>
- Respect $DESTDIR
- Fix uninstall target
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Respect $DESTDIR
- Fix uninstall target
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove kv folder from makefile</title>
<updated>2020-11-24T10:55:20+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-11-24T10:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=8f5fbab8dc005698d0cf1ba0c8f6dc121afce198'/>
<id>8f5fbab8dc005698d0cf1ba0c8f6dc121afce198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor things</title>
<updated>2020-05-24T04:38:34+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-05-24T04:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=fd2a353770a5f3cea773a5c4465bf0fc2a2818d3'/>
<id>fd2a353770a5f3cea773a5c4465bf0fc2a2818d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update makefile and install instructions</title>
<updated>2020-02-18T21:48:21+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-02-18T21:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=39a3bb7f3566ca0b7020d10abd5d5815096b49cb'/>
<id>39a3bb7f3566ca0b7020d10abd5d5815096b49cb</id>
<content type='text'>
Updated makefile now performs installation without overwriting config
and database directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated makefile now performs installation without overwriting config
and database directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Makefile</title>
<updated>2020-02-01T15:06:32+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-02-01T15:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=c702a2b501769697576d601875d1db4553eeff12'/>
<id>c702a2b501769697576d601875d1db4553eeff12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use vendored dependencies</title>
<updated>2020-02-01T11:31:44+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-02-01T11:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=9cf648eaa3c2d158cc4aafda73738f7fe173ca84'/>
<id>9cf648eaa3c2d158cc4aafda73738f7fe173ca84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add install target for make</title>
<updated>2020-01-31T18:18:31+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-01-31T18:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=cd9306294d18d0b357fae3c1894b4f3f2d14c9c0'/>
<id>cd9306294d18d0b357fae3c1894b4f3f2d14c9c0</id>
<content type='text'>
- Update default config path accordingly
- Mention use of config file in README
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update default config path accordingly
- Mention use of config file in README
</pre>
</div>
</content>
</entry>
</feed>
