Commit Graph

65 Commits

Author SHA1 Message Date
c595e73926 Updated the cmake version to 3.25 2023-11-08 06:33:59 +01:00
b9d547ca5b Fixed a bug in the config.cpp 2023-11-08 06:33:27 +01:00
11d5f16474 Created the Dockerfile 2023-11-08 06:33:07 +01:00
f5239ce245 Migrated the global.cpp listener 2023-11-07 10:05:40 +01:00
2f0b360a91 Integrated json into the util.h api 2023-11-07 10:05:28 +01:00
5e4453849e Added a logger to the main.cpp 2023-11-04 23:59:53 +01:00
961ae9a725 Added new commands to the ready.cpp 2023-11-04 23:59:26 +01:00
29412b0148 Integrated the channel and coins commands into the slash.cpp listener 2023-11-04 23:59:10 +01:00
7f7f709236 Updated the global.cpp listener 2023-11-04 23:58:15 +01:00
8941b875ea Created the channel.cpp command 2023-11-04 23:57:06 +01:00
d53c01c734 Created the channel.h command 2023-11-04 23:55:45 +01:00
54385d0a7c Created the coins.cpp command 2023-11-04 23:55:12 +01:00
92b2767c55 Created the coins.h command 2023-11-04 23:55:06 +01:00
a436b99c52 Integrated the clear command in the slash.cpp 2023-11-04 17:33:37 +01:00
656ccc9b19 Integrated the clear command in the ready.cpp 2023-11-04 17:33:32 +01:00
6574bb8ea3 Updated the global.cpp 2023-11-04 17:33:20 +01:00
c50696660f Created the clear.cpp command 2023-11-04 17:30:27 +01:00
46496eb869 Created the clear.h command 2023-11-04 17:30:22 +01:00
eae483bd32 Integrated the remove command into the ready.cpp 2023-11-04 14:09:36 +01:00
dfd5c295d5 Integrated the remove command into the slash.cpp 2023-11-04 14:09:25 +01:00
770c0a6d21 Updated the global.cpp listener 2023-11-04 14:09:15 +01:00
9ece450d5d Created the remove.h 2023-11-04 14:09:07 +01:00
204fdcc0b6 Created the remove.cpp 2023-11-04 14:09:04 +01:00
f42b40091b Added a security check to the add.cpp 2023-11-04 14:08:57 +01:00
d151338206 Updated the util.cpp 2023-11-04 14:08:48 +01:00
f77ce29bda Updated the order of the SRC_FILES in the CMakeLists.txt 2023-11-04 12:26:23 +01:00
9526336719 Integrated the global listener to the main.cpp 2023-11-04 12:23:41 +01:00
86e980267b Integrated the add command to the slash.cpp listener 2023-11-04 12:23:31 +01:00
43ee8fd999 Added the add command to the ready.cpp listener 2023-11-04 12:23:19 +01:00
1ba8c0d547 Created the add.h command 2023-11-04 12:23:10 +01:00
1a614ea8e8 Created the add.cpp command 2023-11-04 12:23:07 +01:00
64e7b6a397 Removed the bot parameter from the rules.h 2023-11-04 12:22:56 +01:00
b45c9fc00b Removed the bot parameter from the rules.cpp 2023-11-04 12:22:53 +01:00
5dd18dc94c Created the global.cpp listener 2023-11-04 12:22:39 +01:00
735d4aa827 Created the global.h listener 2023-11-04 12:22:05 +01:00
55b4925b2a Added the sql::Connection to the slash::execute function 2023-11-04 12:21:47 +01:00
6f9eeaf4c6 Added the sendSuccess, sendError, getResultSet & executeQuery functions to the util.cpp 2023-11-04 12:21:22 +01:00
d6041b94f0 Added the sendSuccess, sendError, getResultSet & executeQuery functions to the util.h 2023-11-04 12:21:15 +01:00
95900161b4 Added mariadb to the CMakeLists.txt 2023-10-29 22:30:38 +01:00
8f3e599e6d Added the connection to main.cpp 2023-10-29 22:30:28 +01:00
87d73e1dbb Added util.h#createConnection 2023-10-29 22:29:44 +01:00
b0f4842168 Added util.cpp#createConnection 2023-10-29 22:29:38 +01:00
9e63e45236 Updated the config.cpp 2023-10-29 21:41:55 +01:00
04df32989c Updated the CMakeLists.txt 2023-10-29 16:34:49 +01:00
0bb3c56eec Updated the main.cpp 2023-10-29 16:34:41 +01:00
e4ab822cb1 Created the rules.cpp 2023-10-29 16:34:13 +01:00
a865aeba4e Created the rules.h 2023-10-29 16:34:06 +01:00
ac3d92abae Created the slash.h 2023-10-29 16:33:52 +01:00
83c0f2eb92 Created the slash.cpp 2023-10-29 16:33:48 +01:00
2b36e6f8b3 Updated the ready.cpp listener 2023-10-29 16:33:35 +01:00