Commit Graph

46 Commits

Author SHA1 Message Date
Lukas a8566dfdde release 1.0 2022-04-14 17:05:39 +02:00
Lukas b22d16e364 fix rwf containing no 'progression' key 2022-04-14 00:13:30 +02:00
Lukas 710c570c8d enhance the rwf command 2022-04-08 22:33:23 +02:00
Lukas f43905b760 fix the rwf command 2022-03-21 23:38:44 +01:00
Lukas e2702cbfe8 rwf command now adds the number of guilds finished 2022-03-21 18:30:50 +01:00
Lukas f38fcd8939 rwf command now adds the number of guilds finished 2022-03-21 18:27:24 +01:00
Lukas bd24e53a3c fixed rwf command 2022-03-21 00:10:22 +01:00
Lukas 05b11aafc8 fixed rwf command 2022-03-21 00:03:47 +01:00
Lukas 8cac1a7da4 add rwf command 2022-03-20 23:51:33 +01:00
Lukas d4922f8772 add rwf command 2022-03-20 23:38:54 +01:00
Lukas a22905f689 update version for commands.py 2022-02-04 17:27:52 +01:00
Lukas c85a7520ce Fix connection error to coingecko breaking the loop 2022-02-04 17:23:55 +01:00
Lukas 5a060342a4 resolved merge conflict 2021-10-30 19:03:07 +02:00
Lukas dfca0593f5 migrate every command 2021-10-30 18:51:35 +02:00
Lukas ee3e081c3c fix for the rare occassion that the client has no client_type 2021-10-25 18:52:50 +02:00
Lukas 712faa876c mute/unmute commands, structual rewrite and ordering 2021-10-24 00:56:40 +02:00
Lukas c53d0ce4ed add .help command 2021-10-13 21:56:25 +02:00
Lukas 4d87558e0f fix loop breaking on missing clid 2021-10-11 22:51:53 +02:00
Lukas 890d2c47a4 start outsourcing commands 2021-10-07 14:39:05 +02:00
Lukas 78f82d64e5 untested follow example 2021-10-07 13:41:41 +02:00
Lukas 49e3de14a5 improve code quality 2021-10-07 13:18:55 +02:00
Lukas 55665db5bb fix isadmin function using any() 2021-10-06 18:20:23 +02:00
Lukas 31b745d048 fix isadmin debug output 2021-10-01 21:13:53 +02:00
Lukas Mahler 55776e31cd fix functions breaking on clients without clid 2021-09-30 08:48:30 +02:00
Lukas 35c64cea14 fix isqueryclient and connection errors 2021-09-27 14:24:49 +02:00
Lukas 71a6aa71ca fix isqueryclient function 2021-09-27 14:09:11 +02:00
Lukas ed9f9acb11 make connection and login more robust 2021-09-27 13:46:06 +02:00
Lukas 82053e8131 fix logpath for real 2 2021-09-27 13:32:38 +02:00
Lukas 954593258c fix logpath for real 2021-09-27 13:21:00 +02:00
Lukas aed1a85b20 fix logpath 2021-09-27 13:07:39 +02:00
Lukas c5c265d3a0 add rotating log handler 2021-09-27 13:03:32 +02:00
Lukas 659dfd551c Rewrite config to use toml instead of .env 2021-09-27 12:11:31 +02:00
Lukas de05b885c2 Rewrite config to use toml instead of .env 2021-09-27 01:47:47 +02:00
Lukas 1df3e08bee add unhandled exception logging 2021-09-25 15:28:26 +02:00
Lukas dddd444e4d remove threading from util 2021-09-25 13:26:31 +02:00
Lukas a472c4dc06 working crypto channel 2021-09-25 13:25:43 +02:00
Lukas 14fbc7f827 add logging / add some docstrings 2021-09-25 00:49:51 +02:00
lm 305ad6cffb Merge pull request 'Using functools partial to pass function instead of return value of function' (#1) from kono/myTS3:master into master
Reviewed-on: #1
2021-09-24 14:11:02 +02:00
kono 7540e57c08 Using functools partial to pass function instead of return value of function 2021-09-23 22:54:00 +02:00
Lukas 9031b6ec40 fix auto update channel 2021-09-23 20:10:10 +02:00
Lukas 41a1d1018e Add auto update support for crypto channel names 2021-09-23 16:06:35 +02:00
Lukas 9bc1e0ec1f add coingecko api wrapper
insert current btc and eth price into channel name
2021-09-23 12:13:52 +02:00
Lukas 4a5c3a4552 change to event type monitoring / new commands doing channel related stuff 2021-09-23 00:42:15 +02:00
Lukas 9092e68ed4 changed .format to f-strings 2021-09-22 16:56:56 +02:00
Lukas bd9eb089b9 init 2021-09-19 22:48:22 +02:00
lm 2cc0783bec Initial commit 2021-09-19 15:04:24 +02:00