SonOfLokstallBot.git
2020-12-08  Cameron BallUpdate rules for new AGL email master
2020-12-08  Cameron BallRemove internet bill rule (TPG don't send emails, sadly)
2020-01-19  Cameron BallAdd birthday reminder script
2019-12-30  Cameron BallUpdate strings to reflect only one person is paying
2019-12-30  Cameron BallFix regex for internet bill and update splitBill since...
2019-09-21  Cameron BallFix rule for water bill
2019-09-06  Cameron BallBack to splitting bills by 2
2019-06-16  Cameron Ballsplit bill by 3 for Megan
2019-01-27  Cameron BallDon't send stickers so much; it gets a bit annoying
2019-01-27  Cameron BallAdd task to check the pool filters
2019-01-19  Cameron BallCenter align week tabs, and misc cleanup
2019-01-19  Cameron BallReport aesthetics
2019-01-18  Cameron BallResize report columns
2019-01-17  Cameron BallAdd more flair to the report
2019-01-16  Cameron BallAdd basic report script
2019-01-13  Cameron BallSend prod errors to my chat
2019-01-13  Cameron BallMisc cleanup
2019-01-13  Cameron BallAdd script to remind about cleaning the pool
2019-01-11  Cameron BallAdd constant for path to tasks files
2019-01-08  Cameron BallFix type error when reading price from emails
2019-01-06  Cameron BallRandom cleanup
2019-01-06  Cameron BallFix typo
2019-01-06  Cameron BallIntroduce new Monday type and turnBackTime function...
2019-01-06  Cameron BallFix bug where tasks weren't detected as all done after...
2019-01-05  Cameron BallThe webhook script needs to use the rewind technique
2019-01-05  Cameron BallImproved logic in tasks and unfinished scripts plus...
2019-01-04  Cameron BallAdd task for cleaning the washing machine filter
2019-01-04  Cameron BallUse getString instead of getStringAndCode since the...
2019-01-04  Cameron BallMake sure to add 1 when using closestIndex to find...
2019-01-04  Cameron BallUse the real sticker id
2019-01-04  Cameron BallFix incorrect return type
2019-01-04  Cameron Ballarray_diff cares about the order... :\
2019-01-04  Cameron BallImplement closest and closestIndex in a type-safer...
2019-01-04  Cameron BallA few type signatures to make PHPStan happier
2018-12-28  Cameron BallInclude PHPStan
2018-12-28  Cameron BallAdd keyboard for task completion
2018-12-28  Cameron BallRemove debugging line
2018-12-28  Cameron BallBug I don't understand yet, yolo
2018-12-28  Cameron BallMake paying bills a bit more fun
2018-12-28  Cameron BallAdd setWebHook to gitignore
2018-12-28  Cameron BallFix message retrieval logic in purjolok
2018-12-28  Cameron BallAnother minor fix to canChatWith...
2018-12-28  Cameron BallMinor fix to canChatWith check
2018-12-28  Cameron BallMove source code in to src directory
2018-12-28  Cameron BallUse message sender ID for replying, additionally remove...
2018-12-28  Cameron BallAdd function to get message sender ID
2018-12-28  Cameron BallNo need for arguments in paybill anymore
2018-12-28  Cameron BallUse telegram keyboard for selecting the bill to pay
2018-12-28  Cameron BallMake the task list command use the getFilePath function
2018-12-28  Cameron BallRemove vendor directory from source control
2018-12-28  Cameron BallImplement script to warn about unfinished tasks
2018-12-19  Cameron BallAdd stringAndCode function
2018-12-19  Cameron BallImplement reminders for house maintenance
2018-12-19  Cameron BallAdd missing early return in paybill for when the bill...
2018-12-19  Cameron BallFix 'glue' constnat
2018-12-19  Cameron BallMake the transform functions nicer in rules.php
2018-12-19  Cameron BallDecode quoted printable messages for better regex
2018-12-19  Cameron BallCorrect the <30 goodnight string
2018-12-19  Cameron BallGoodnight sticker
2018-12-19  Cameron BallAdd a reminder about tomorrow's temperature
2018-12-02  Cameron BallAdd return type to getTelegram - really need to do...
2018-12-02  Cameron BallCoding style fix
2018-11-28  Cameron BallAdd a message for when there are no bills
2018-11-27  Cameron BallAdd a reminder to drink water
2018-11-27  Cameron BallRespond to chat instead of user when checking allowed ids
2018-11-20  Cameron BallStarting to refactor purjolok WIP
2018-11-20  Cameron BallRefactor readEmails script
2018-11-20  Cameron BallFun function to find movies
2018-11-20  Cameron BallChange config to be in same directory as source
2018-11-18  Cameron BallRequire config file in a cron-happy way
2018-11-18  Cameron BallUpdate date format to include the month
2018-11-18  Cameron BallAdd command to get chatid
2018-11-18  Cameron BallDon't need the commands classes anymore
2018-11-18  Cameron BallMove config file one dir up
2018-11-18  Cameron BallMove config out of root
2018-11-18  Cameron BallAdd description
2018-11-16  Cameron BallInitial commit