1
0
Fork 0
Commit graph

56 commits

Author SHA1 Message Date
Ethanell 299dc340af Forget to commit on user update when edt notification is send 2020-01-13 21:32:08 +01:00
Ethanell eb84420152 Fix kfet and edt_notif 2020-01-09 09:50:00 +01:00
Ethanell ba67968a77 Avoid name conflicts between modules and modules list 2019-12-28 12:24:35 +01:00
Ethanell 2e9d3dd549 Avoid debug stuff 2019-12-28 02:43:45 +01:00
Ethanell e57d0d8617 Separate notification for support module unload 2019-12-28 02:41:51 +01:00
Ethanell 949df1e102 Upgrade modules 2019-12-28 02:23:30 +01:00
Ethanell fca0204059 Fix notification cooldown and time set reply 2019-12-28 01:51:33 +01:00
Ethanell 4aa52befcc Replace lock with safe thread sessions for db 2019-12-28 01:46:21 +01:00
Ethanell aec7b7043a Error when kfet is down 2019-12-27 13:53:14 +01:00
Ethanell 75d661744a More logical modules load 2019-12-27 13:44:44 +01:00
Ethanell a2b8dd76b7 Fix folder creation 2019-12-27 13:02:41 +01:00
Ethanell f90e69a979 Upgrade log files with rolling file per day 2019-12-26 17:28:43 +01:00
Ethanell eac1820d3a Fix setedt verification 2019-12-26 14:58:55 +01:00
Ethanell e58b04f7d8 Separate await_cmd for eah module 2019-12-26 14:42:34 +01:00
Ethanell cd5484ef88 User logger child for each module 2019-12-26 14:21:03 +01:00
Ethanell d74f29fefb Setup modules load and unload system 2019-12-26 13:05:45 +01:00
Ethanell 2a963df62d Add protection on calendar update 2019-12-26 12:06:02 +01:00
Ethanell 4b24b2eb31 Rework of project structure for separation by modules 2019-12-26 01:03:05 +01:00
Ethanell c1898214ac Reply key update and fix user id check 2019-12-25 23:03:22 +01:00
Ethanell 6f6ac44170 Avoid unknown id error and some little optimisation 2019-12-25 22:10:30 +01:00
Ethanell 1e3fcfd8a0 Upgrade update script 2019-12-25 21:33:52 +01:00
Ethanell 532b153e46 Forget to update calendar file name 2019-12-25 18:00:59 +01:00
Ethanell 5d49fec02a Switch to SQLAlchemy 2019-12-25 17:57:59 +01:00
Ethanell f54dd1c856 Download calendar only if they a one hour old 2019-12-23 15:17:20 +01:00
Ethanell c20f2509bb Update requirements and add update script 2019-12-21 11:49:06 +01:00
Ethanell 4587df372a Add support of Tomuss 2019-12-21 11:47:56 +01:00
Ethanell 4cc233fcd2 Fix kfet command and add PyCharm to gitignore 2019-11-25 19:50:17 +01:00
Ethanell b95ddfcdc0 Update language for no command rework 2019-11-23 10:27:54 +01:00
Ethanell b8e018e4ca Fix start command fail cause of bad language on user object 2019-11-23 10:01:46 +01:00
Ethanell 65a8702d25 Update logs messages 2019-11-23 09:59:32 +01:00
Ethanell 26b974fa15 No command rework for kfet 2019-11-23 09:54:07 +01:00
Ethanell 49221e9553 Rework InlineKeyboard instead of command for edt and notification 2019-11-22 13:25:35 +01:00
Ethanell d786180a9a Fix kfet orders new API 2019-11-22 10:40:43 +01:00
Ethanell f774a5867d
Merge pull request #9 from flifloo/dependabot/pip/pillow-6.2.0
Bump pillow from 6.1.0 to 6.2.0
2019-10-25 15:19:51 +02:00
dependabot[bot] 52a0d23b9c
Bump pillow from 6.1.0 to 6.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/6.1.0...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-23 15:34:15 +00:00
Ethanell d92cd45706 Secure start cmd with User object without lang, add kfet cmd bool return support, fix grammar and update requirements 2019-10-01 08:50:11 +02:00
Ethanell ba8f17c77c Support of QR code on setedt and url with regex 2019-09-23 00:15:50 +02:00
Ethanell 098a5b0210 Look like I don't know how to write code, fix functions name and kfet isoweekday test 2019-09-20 12:03:11 +00:00
Ethanell d2dcfa5824 Fix a stupidity I made with notifications and update .gitignore 2019-09-20 11:45:10 +00:00
Ethanell b98654a09e The real other fix, not a .gitignore who want to commit alone 2019-09-20 08:16:58 +02:00
Ethanell 9c3c0bf4d5 Another fix of notifications: support kfet API who return False if no commands is ready and str build of event notif. Also get only first line of token without \n 2019-09-19 17:13:35 +02:00
Ethanell 6a46224fd6 Notification check now in User, add kfet API 2019-09-18 20:03:24 +02:00
Ethanell 3c0ebc25d9 Forgot some bugs with the push error 2019-09-18 17:37:52 +02:00
Ethanell fde9cdaf4e Create and use of User object, fix of notif, start of multi languages support and start help on commands and errors 2019-09-18 17:06:34 +02:00
Ethanell b2ba8aecaf Revert "Create and use of User object, fix of notif, start of multi languages support and start help on commands and errors"
This reverts commit 07faf219
2019-09-18 17:04:45 +02:00
Ethanell 07faf219eb Create and use of User object, fix of notif, start of multi languages support and start help on commands and errors 2019-09-18 14:51:37 +02:00
Ethanell da38961ce2 Fix inline_edt conditional error 2019-09-17 00:20:50 +02:00
Ethanell 857619fac3 Complete Calendar with edt function, make light function name calendar for commands supports, attempt to fix the notifications and add getdb and eval admin commands 2019-09-17 00:14:08 +02:00
Ethanell 0d97422850 Rework calendar and edt function 2019-09-16 22:02:24 +02:00
Ethanell c0a5f37215 Add logs quick show command and optimise imports 2019-09-15 00:05:00 +02:00