index
:
geldschieberbot
daemon
jsonrpc
main
minimize
simple-dbus-main
(Signal) bot managing the expenses of a group
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
geldschieberbot.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
export the plot command
Florian Fischer
2025-11-06
1
-0
/
+23
*
export the minimize command from the geldschieberbot
minimize
Florian Fischer
2025-11-06
1
-0
/
+25
*
partially revert 2f2b51e40c7027d80bf4a6741f2063e2c224f938
Florian Fischer
2023-09-18
1
-1
/
+2
*
make Geldschieberbot a context manager
Florian Fischer
2023-09-18
1
-4
/
+7
*
convert the sender to a name in the messages of scheduled commands
Florian Fischer
2023-09-18
1
-3
/
+4
*
fix wrong arguments to MessageContext when running scheduled cmds
Florian Fischer
2023-08-29
1
-1
/
+1
*
extract reading and sending messages into separate script
Florian Fischer
2023-08-11
1
-80
/
+1
*
switch from WTFPL to GPL3 or later
Florian Fischer
2023-08-11
1
-0
/
+16
*
extract the models and utility function into separate source files
Florian Fischer
2023-08-11
1
-88
/
+2
*
extract message sending from the Geldschieberbot class
Florian Fischer
2023-08-11
1
-52
/
+74
*
remove global variables using the environment
Florian Fischer
2023-08-11
1
-18
/
+34
*
ignore old obscure changes in the state file
Florian Fischer
2023-08-10
1
-8
/
+12
*
introduce dataclasses for the passed data
Florian Fischer
2023-08-10
1
-328
/
+442
*
add new sum alias 'balance'
Florian Fischer
2022-09-04
1
-0
/
+1
*
geldschieberbot: support transaction with multiple recipients
Florian Fischer
2022-07-26
1
-19
/
+42
*
geldschieberbot: support choosing the entries in a summary
Florian Fischer
2022-07-26
1
-1
/
+4
*
add option to quote cmd messages
Florian Fischer
2022-07-25
1
-11
/
+36
*
support aliases in tanken command
Florian Fischer
2022-07-06
1
-9
/
+48
*
add alias support
Florian Fischer
2022-07-06
1
-1
/
+79
*
remove else after return
Florian Fischer
2022-07-06
1
-2
/
+2
*
fix wording of car command help
Florian Fischer
2022-07-06
1
-1
/
+1
*
add type hint
Florian Fischer
2022-07-06
1
-1
/
+1
*
geldschieberbot: refactor bot into a class
Florian Fischer
2022-07-04
1
-744
/
+767
*
tanken: cleanup code
Florian Fischer
2022-07-04
1
-0
/
+2
*
geldschieberbot: add module doc string
Florian Fischer
2022-07-04
1
-0
/
+1
*
geldschieberbot: drop support for legacy state file layout
Florian Fischer
2022-04-19
1
-18
/
+0
*
geldschieberbot: use explicit open encoding
Florian Fischer
2022-04-19
1
-2
/
+2
*
geldschieberbot: also send attachments for scheduled commands
Florian Fischer
2022-04-19
1
-1
/
+2
*
fix attachment command
Florian Fischer
2021-11-18
1
-1
/
+1
*
geldschieberbot: remove double check of sender in split
Florian Fischer
2021-11-18
1
-5
/
+1
*
geldschieberbot: add export-state cmd
Florian Fischer
2021-11-18
1
-138
/
+167
*
don't crash when sending a message returns non 0
Florian Fischer
2021-11-02
1
-1
/
+1
*
[geldschieberbot] remove/use unused variables in scheduling code
Florian Fischer
2021-09-09
1
-2
/
+1
*
[geldschieberbot] use max instead of if block
Florian Fischer
2021-09-09
1
-3
/
+1
*
[geldschieberbot] doc strings must be beneath the thing they describe
Florian Fischer
2021-09-09
1
-3
/
+6
*
[geldschieberbot] don't clutter the global name space
Florian Fischer
2021-09-09
1
-6
/
+6
*
[geldschieberbot] close the state file after reading
Florian Fischer
2021-09-09
1
-1
/
+2
*
make format
Florian Fischer
2021-09-09
1
-2
/
+5
*
add thanks command easteregg
Florian Fischer
2021-09-09
1
-0
/
+11
*
add seperate full-sum command and print only the senders sum per default
Florian Fischer
2021-07-01
1
-2
/
+16
*
[cars] add remove command
Florian Fischer
2021-04-18
1
-0
/
+20
*
improve code quality
Florian Fischer
2021-03-29
1
-60
/
+59
*
run yapf
Florian Fischer
2021-03-29
1
-56
/
+97
*
reactions have dataMessage bot message:null
Florian Fischer
2021-03-29
1
-1
/
+1
*
support !split person amount
Florian Fischer
2021-03-25
1
-6
/
+15
*
fix change recording for transfer cmd
Florian Fischer
2021-03-24
1
-3
/
+6
*
s/Transfere/Transfer
Florian Fischer
2021-03-24
1
-3
/
+3
*
don't fail if dataMessage field is not present in json
Florian Fischer
2021-02-17
1
-1
/
+1
*
allow sum cmd for cars
Florian Fischer
2020-10-17
1
-1
/
+1
*
support rewinding specific changes
Florian Fischer
2020-09-14
1
-3
/
+14
[next]