Commit graph

342 commits

Author SHA1 Message Date
lyx0 96eedbe293 add command category in database and add an command to add the category from 2022-08-15 00:53:41 +02:00
lyx0 a871dcd3cd clean up 2022-08-14 20:33:49 +02:00
lyx0 13639b82c1 add more commands 2022-08-14 20:33:40 +02:00
lyx0 da412602f8 remove accidental space 2022-08-13 15:56:35 +02:00
lyx0 d463b98633 add comments 2022-08-13 02:06:54 +02:00
lyx0 e029110ec7 add comments 2022-08-12 23:06:39 +02:00
lyx0 4374119f4c fix comments 2022-08-12 16:59:58 +02:00
lyx0 74b4ac2962 add more placeholder values 2022-08-12 02:50:57 +02:00
lyx0 f241f2a816 add comments 2022-08-12 02:50:45 +02:00
lyx0 a2c9578b06 add comments 2022-08-12 00:49:58 +02:00
lyx0 8068f9115d update readme 2022-08-12 00:11:21 +02:00
lyx0 29b6b3c952 add comments 2022-08-12 00:08:39 +02:00
lyx0 fbe3f6dc1e add comments 2022-08-11 23:34:05 +02:00
lyx0 b832ec63b6 make the commandPrefix a config value 2022-08-11 23:34:00 +02:00
lyx0 28b318dc92 move basic message routing into main function 2022-08-11 22:44:08 +02:00
lyx0 2f6657bdff add comments 2022-08-11 22:15:30 +02:00
lyx0 f9b94de757 cleanup commands 2022-08-11 21:49:19 +02:00
lyx0 704a6a9470 add way to delete commands 2022-08-11 21:49:15 +02:00
lyx0 58ad0b3e20 add more placeholder commands 2022-08-11 21:01:23 +02:00
lyx0 4e4b26b43a rename EditCommand to EditCommandLevel 2022-08-11 21:01:13 +02:00
lyx0 e78a844860 add some more placeholder commands 2022-08-11 20:35:42 +02:00
lyx0 afc2b74ff0 add some more placeholder commands 2022-08-11 20:35:34 +02:00
lyx0 ceb9c4b98d add command to change the level of a command in the database 2022-08-11 20:35:22 +02:00
lyx0 a970aa470d implement permissions for commands that checks a users level to be high enough 2022-08-11 19:31:58 +02:00
lyx0 88b114a826 make seperate error commands depending on if a channel or a command already exists 2022-08-11 01:50:30 +02:00
lyx0 350283018e query the database on a command and send it if it exists 2022-08-11 01:49:49 +02:00
lyx0 4a4e34a929 add comments explaining funky logic 2022-08-11 01:29:17 +02:00
lyx0 841025cac0 implement adding commands to the database 2022-08-11 01:18:51 +02:00
lyx0 b625d46258 add Get channel method 2022-08-11 01:18:23 +02:00
lyx0 76e7a4f755 add command model 2022-08-11 01:18:04 +02:00
lyx0 a6c164f8e0 add command migrations 2022-08-11 01:17:33 +02:00
lyx0 67fb901065 move config and Application struct to models 2022-08-10 22:06:46 +02:00
lyx0 a0e724d009 get user level from database for command permissions 2022-08-10 22:06:36 +02:00
lyx0 94f21a2a66 add initial data to migration 2022-08-10 18:57:50 +02:00
lyx0 fa9566d6ce get channels from database and join them on startup 2022-08-10 18:16:39 +02:00
lyx0 68faa1b7a4 require lib/pq directly 2022-08-10 16:52:37 +02:00
lyx0 998ad5c907 add debug command 2022-08-10 02:18:39 +02:00
lyx0 b91dc8d60a add updating user level 2022-08-10 00:14:54 +02:00
lyx0 332de23f64 implement GetAllChannels functionality 2022-08-09 23:19:08 +02:00
lyx0 364ea24ca0 add channel and user database functionality onto application 2022-08-09 22:49:48 +02:00
lyx0 1728fb54f9 add adding and deleting user to the database 2022-08-09 22:34:12 +02:00
lyx0 fda0e7d8b8 add user models 2022-08-09 21:25:44 +02:00
lyx0 471b02559f merge whisper and private messages into one file 2022-08-09 21:25:32 +02:00
lyx0 58b02f178e remove announce and check if the channel is already in the database 2022-08-09 21:24:46 +02:00
lyx0 3abbeba46f change joined_at to added_at 2022-08-09 20:08:32 +02:00
lyx0 3f16128812 delete channel from database 2022-08-09 19:50:46 +02:00
lyx0 3af6d60641 remove print statement so jq does not crash 2022-08-09 02:25:34 +02:00
lyx0 1c268cd09a add channel to database 2022-08-09 01:09:53 +02:00
lyx0 07a39a7fcb add channel models 2022-08-09 00:07:32 +02:00
lyx0 54d1b93b2d add database models for twitch channel 2022-08-08 23:58:38 +02:00