| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | support !split person amount | Florian Fischer | 2021-03-25 | 2 | -10/+25 | |
| | | ||||||
| * | fix change recording for transfer cmd | Florian Fischer | 2021-03-24 | 2 | -3/+20 | |
| | | ||||||
| * | s/Transfere/Transfer | Florian Fischer | 2021-03-24 | 2 | -11/+11 | |
| | | ||||||
| * | replace deprecated receive --json flag with global --output=json | Florian Fischer | 2021-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 2 | -1/+14 | |
| | | ||||||
| * | support rewinding specific changes | Florian Fischer | 2020-09-14 | 2 | -3/+51 | |
| | | ||||||
| * | indent change parts in list-changes | Florian Fischer | 2020-09-14 | 2 | -15/+15 | |
| | | ||||||
| * | add list-changes command | Florian Fischer | 2020-09-14 | 2 | -0/+137 | |
| | | ||||||
| * | prohibit pure numerical names | Florian Fischer | 2020-08-25 | 2 | -1/+24 | |
| | | ||||||
| * | prevent crashes when money should be transfered to the issuer | Florian Fischer | 2020-04-28 | 2 | -7/+33 | |
| | | ||||||
| * | add tests | Florian Fischer | 2020-03-15 | 5 | -0/+907 | |
| | | ||||||
| * | fix recording of cars pay changes | Florian Fischer | 2020-01-09 | 1 | -2/+2 | |
| | | ||||||
| * | fix typo s/triggert/triggered/ | Florian Fischer | 2019-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | seperate cars from users in summaries | Florian Fischer | 2019-10-18 | 1 | -7/+26 | |
| | | ||||||
| * | fix type (thanks lolo) | Florian Fischer | 2019-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | mention proportion in cars pay output | Florian Fischer | 2019-09-08 | 1 | -1/+2 | |
| | | ||||||
| * | fix conversion from cent to euro for floats | Florian Fischer | 2019-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | replace String.format with f-strings | Florian Fischer | 2019-09-08 | 1 | -24/+22 | |
| | | ||||||
| * | add car pay command | Florian Fischer | 2019-09-08 | 1 | -1/+66 | |
| | | ||||||
| * | improve transfer | Florian Fischer | 2019-09-08 | 1 | -20/+18 | |
| | | | | | | | | * fix old return codes * restore record_changes * call transaction not with cents because transaction will convert it to cents again | |||||
| * | don't append \n in one but not all summaries | Florian Fischer | 2019-09-08 | 1 | -3/+3 | |
| | | ||||||
| * | support transactions with special users as sender | Florian Fischer | 2019-09-08 | 1 | -3/+3 | |
| | | | | | A transfer including a car as source needs this | |||||
| * | code de-duplication | Florian Fischer | 2019-09-08 | 1 | -14/+9 | |
| | | ||||||
| * | move positive number check to to_cent | Florian Fischer | 2019-09-08 | 1 | -16/+8 | |
| | | ||||||
| * | don't break on empty messages | Florian Fischer | 2019-06-24 | 1 | -0/+3 | |
| | | ||||||
| * | implement transfer cmd | Florian Fischer | 2019-06-15 | 1 | -1/+68 | |
| | | | | | | | | Alice: !transfer 5 bob charlie => alice: zieh bob 5 => alice: schieb charlie 5 => bob: zieh charlie 5 (charlie: schieb bob 5) | |||||
| * | improve cars error and usage | Florian Fischer | 2019-06-10 | 1 | -5/+8 | |
| | | ||||||
| * | change sending of messages | Florian Fischer | 2019-06-10 | 1 | -104/+83 | |
| | | | | | | | each cmd now must return a message and an error message. If the error message is None the message will be send otherwise the error message | |||||
| * | add state file to gitignore | Florian Fischer | 2019-06-10 | 1 | -0/+1 | |
| | | ||||||
| * | strip whitespace from lines | Florian Fischer | 2019-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | handle cars cmd special cases | Florian Fischer | 2019-06-09 | 1 | -0/+7 | |
| | | | | | | * print error if cars cmds couldn't be parsed * print message if no cars are registered | |||||
| * | support special users in transactions | Florian Fischer | 2019-06-09 | 1 | -2/+2 | |
| | | | | | | This change allows "schieb" and "zieh" commands to interact with balances from non human users like car balances. | |||||
| * | add new car commands and make tanken aware of cars | Florian Fischer | 2019-06-09 | 2 | -16/+120 | |
| | | | | | | | | | | | | | | | | Cars are names associated to a service charge. They are stored in the state file in a dict called "cars". Each car has its own balance from which money can be pulled or pushed. Because of this cars and users can't share a name. Service charges are calculated per drive and split among all drivers similar to fuel cost. If a driver is not known by geldschieberbot the recipient of the "tanken" cmd is held accountable and has to collect the service charge manually just like fuel cost. NOTE: This change breaks geldschieberbot if the state file does not contain the field "cars" !!! You have to add it manually !!! | |||||
| * | return error if distance is <= 0 | Florian Fischer | 2019-06-09 | 1 | -0/+2 | |
| | | ||||||
| * | don't fail if input is no valid json | Florian Fischer | 2019-06-09 | 1 | -1/+5 | |
| | | ||||||
| * | fix loading of state | Florian Fischer | 2019-06-09 | 1 | -3/+1 | |
| | | ||||||
| * | rename and fix sender lookup in _tanken | Florian Fischer | 2019-06-09 | 1 | -5/+5 | |
| | | ||||||
| * | add suppport for legacy data stores and scheduled exec refactoring | Florian Fischer | 2018-12-28 | 1 | -32/+95 | |
| | | | | | | | | * monthly commands with days > 28 are executed on 28. * bug fixes in cancel * add support for python3 < 3.7 (date.fromisoformat) * add support for cmds in changes (cancel) | |||||
| * | implement cancel command | Florian Fischer | 2018-12-13 | 1 | -0/+15 | |
| | | ||||||
| * | refactor and initial implementation of scheduled_cmds | Florian Fischer | 2018-12-13 | 2 | -244/+344 | |
| | | | | | | | | | | | | * Now the state is stored in a single file at $GSB_STATE_FILE. * Fixed some typos. * Commands are now functions in a dict. The sender_number, the args, and the whole message are passed to the command functions. * for each scheduled command a name, the command args and the timestamp of the last execution are stored. * datetime.timedelta objects are used to check if a scheduled cmd should run | |||||
| * | also split amount on german , | Florian Fischer | 2018-12-06 | 1 | -1/+3 | |
| | | ||||||
| * | strip lines in message | Florian Fischer | 2018-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | fix empty message check | Florian Fischer | 2018-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | fix --json option | Florian Fischer | 2018-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | receive json output | Florian Fischer | 2018-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | parse groupId correct | Florian Fischer | 2018-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | fix Message | Florian Fischer | 2018-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'newgen' | Florian Fischer | 2018-10-05 | 1 | -49/+12 | |
| |\ | ||||||
| | * | fix sender var name | Florian Fischer | 2018-10-05 | 1 | -1/+1 | |
| | | | ||||||
