| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add GSB_USER variable back because it is used in run.sh | Florian Fischer | 2023-08-11 | 1 | -1/+3 |
| | | |||||
| * | improve the sample config | Florian Fischer | 2023-08-11 | 1 | -8/+8 |
| | | | | | | | | Remove the not used GSB_USER variable. Add an example for the send command using signal-cli. Change the legacy STATE_PATH variable to the single state file variable GSB_STATE_FILE. | ||||
| * | refactor and initial implementation of scheduled_cmds | Florian Fischer | 2018-12-13 | 1 | -2/+2 |
| | | | | | | | | | | | | * 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 | ||||
| * | remove executable bit from config.sh | Florian Fischer | 2017-08-20 | 1 | -0/+0 |
| | | |||||
| * | make config.sh.sample executable | Florian Fischer | 2017-08-20 | 1 | -0/+0 |
| | | |||||
| * | Revert "rename config.sh.sample" | Florian Fischer | 2017-08-20 | 1 | -0/+16 |
| | | | | | This reverts commit 34c6b391ecfd48af470a3a6f593667fd4a9fe036. | ||||
| * | rename config.sh.sample | Florian Fischer | 2017-08-20 | 1 | -16/+0 |
| | | |||||
| * | add config.sh.sample | Florian Fischer | 2017-08-20 | 1 | -0/+16 |
