<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geldschieberbot/geldschieberbot.py, branch minimize</title>
<subtitle>(Signal) bot managing the expenses of a group</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/'/>
<entry>
<title>export the minimize command from the geldschieberbot</title>
<updated>2025-11-06T08:55:33+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-11-06T08:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=08f50826ec76442d2a010bb23fda0ce66efad99d'/>
<id>08f50826ec76442d2a010bb23fda0ce66efad99d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>partially revert 2f2b51e40c7027d80bf4a6741f2063e2c224f938</title>
<updated>2023-09-18T15:53:17+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-09-18T15:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=517fa0965cc6d83228cfaa4227bad97415e303cb'/>
<id>517fa0965cc6d83228cfaa4227bad97415e303cb</id>
<content type='text'>
Load the state when constructing the bot to ensure a usable object
is returned by __init__.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Load the state when constructing the bot to ensure a usable object
is returned by __init__.
</pre>
</div>
</content>
</entry>
<entry>
<title>make Geldschieberbot a context manager</title>
<updated>2023-09-18T15:44:12+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-09-18T15:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=2f2b51e40c7027d80bf4a6741f2063e2c224f938'/>
<id>2f2b51e40c7027d80bf4a6741f2063e2c224f938</id>
<content type='text'>
Previosuly there was the problem that the state was saved when the
bot object was destructed.
When there was an unhandled exception it was possible for the builtins
to be cleanedup before the bot's destructor was executed resulting
in yet another exception because the open builtin was no longer
available.

This is no longer possible when the bot is used as a context manager
python guarantees that the __exit__ code is executed before leaving
the with block.

This allows us prevent the state from beeing saved when there was an
exception to prevent invalid states.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previosuly there was the problem that the state was saved when the
bot object was destructed.
When there was an unhandled exception it was possible for the builtins
to be cleanedup before the bot's destructor was executed resulting
in yet another exception because the open builtin was no longer
available.

This is no longer possible when the bot is used as a context manager
python guarantees that the __exit__ code is executed before leaving
the with block.

This allows us prevent the state from beeing saved when there was an
exception to prevent invalid states.
</pre>
</div>
</content>
</entry>
<entry>
<title>convert the sender to a name in the messages of scheduled commands</title>
<updated>2023-09-18T15:42:53+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-09-18T15:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=a68565accffba8590bc539fb937a1adfcf7891ab'/>
<id>a68565accffba8590bc539fb937a1adfcf7891ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix wrong arguments to MessageContext when running scheduled cmds</title>
<updated>2023-08-28T22:07:22+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-08-28T22:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=8affc019526175eaa73f28277fd0edfe621d1fac'/>
<id>8affc019526175eaa73f28277fd0edfe621d1fac</id>
<content type='text'>
Fixes: 26831dca32c471415b1afa470ac8dbfd1fd348a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 26831dca32c471415b1afa470ac8dbfd1fd348a6
</pre>
</div>
</content>
</entry>
<entry>
<title>extract reading and sending messages into separate script</title>
<updated>2023-08-11T13:10:54+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-08-11T13:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=a6760a5857a719e50e956f882f6ba0ae81f3d4cb'/>
<id>a6760a5857a719e50e956f882f6ba0ae81f3d4cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch from WTFPL to GPL3 or later</title>
<updated>2023-08-11T12:25:35+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-08-11T12:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=d7f57f2905f2e64435caad8e1e1c56cb4791f791'/>
<id>d7f57f2905f2e64435caad8e1e1c56cb4791f791</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extract the models and utility function into separate source files</title>
<updated>2023-08-11T12:07:32+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-08-11T12:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=b17559d8ede422a0b91bcc1a2a01e71cd9b905b3'/>
<id>b17559d8ede422a0b91bcc1a2a01e71cd9b905b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extract message sending from the Geldschieberbot class</title>
<updated>2023-08-11T11:47:13+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-08-11T11:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=e321e1c89ac702a2b388ce5b5e1b4f34ce86745e'/>
<id>e321e1c89ac702a2b388ce5b5e1b4f34ce86745e</id>
<content type='text'>
This makes the class more flexible and allows for different means of
sending the replies back by executing a subprocess or using dbus/jsonrpc.

Also remove the never used group send command.

Make the Geldschieberbot constructor parameters mandatory and let the
caller handle the configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the class more flexible and allows for different means of
sending the replies back by executing a subprocess or using dbus/jsonrpc.

Also remove the never used group send command.

Make the Geldschieberbot constructor parameters mandatory and let the
caller handle the configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove global variables using the environment</title>
<updated>2023-08-11T10:34:46+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-08-11T10:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/geldschieberbot/commit/?id=0a0ad5199d5fada3b199f55552852556df58e199'/>
<id>0a0ad5199d5fada3b199f55552852556df58e199</id>
<content type='text'>
Previously the geldschieberbot module used global variables retrieved
from the environment for its configuration.

This is not very flexible and can lead to problems when using the module
from other python code. Therefore make all configuration Geldschieberbot
specific and pass the values to the constructor.

If no values are provided fallback to the environment.
This change is fully backwards compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the geldschieberbot module used global variables retrieved
from the environment for its configuration.

This is not very flexible and can lead to problems when using the module
from other python code. Therefore make all configuration Geldschieberbot
specific and pass the values to the constructor.

If no values are provided fallback to the environment.
This change is fully backwards compatible.
</pre>
</div>
</content>
</entry>
</feed>
