Commit graph

74 commits

Author SHA1 Message Date
Victor Mignot 4fe923622e
Add code documentation 2023-04-18 21:30:16 +02:00
Victor Mignot d260b43f9a
Make Yorokobot a pure binary crate 2023-04-16 23:00:08 +02:00
Victor Mignot 7c7d25df2a
Complete README to be more precise 2023-04-16 22:01:19 +02:00
Victor Mignot 14be0e93b4
Implementing core functionnalities of the bot 2023-04-16 19:07:14 +02:00
Victor Mignot beef993d29
Add missing Serenity crate modules 2023-02-13 00:01:46 +01:00
Victor Mignot af4573fc4b
Make mongo document delete_one function return the delete count 2023-02-13 00:01:06 +01:00
Victor Mignot de1eb03b13
Prepare architecture for custom Runtime 2023-01-29 18:27:07 +01:00
Victor Mignot b34da70c8b
WIP 2023-01-28 22:09:28 +01:00
Victor Mignot 3a437db2b6
Advanced program structure for commands 2023-01-28 21:50:49 +01:00
Victor Mignot 2146b50ab6
Declare create and delete commands for tags 2023-01-28 21:50:48 +01:00
Victor Mignot 1e35753d1f
Simplify bot structure 2023-01-28 21:50:46 +01:00
Victor Mignot d4ef9632da
Set discord token fetching into library 2023-01-28 21:50:45 +01:00
Victor Mignot b03625443a
Begin Discord client implementation 2023-01-28 21:50:44 +01:00
Victor Mignot 85a61bb463
Declarating discord module 2023-01-28 21:50:42 +01:00
Victor Mignot 887be1d91e
Fix serenity dependencies 2023-01-28 21:50:41 +01:00
Victor Mignot 1941a0127f
Small changes on client doc 2023-01-28 21:50:38 +01:00
Victor Mignot 1890235ac5
Add clippy to dependencies 2022-11-21 00:56:06 -05:00
Victor Mignot 2533dfc0c0
Add rustfmt to CI dependencies 2022-11-21 00:51:15 -05:00
Victor Mignot 425c6c579d
Fix build error 2022-11-21 00:48:26 -05:00
Victor Mignot e3bbf00a8e
Fix build error 2022-11-21 00:39:58 -05:00
Victor Mignot fddb07ea3a
Fix build error 2022-11-21 00:38:49 -05:00
Victor Mignot 28f4894c5a
CI set debian version to stable 2022-11-21 00:35:50 -05:00
Victor Mignot 6e7f7d6590
Fixing debian version on CI 2022-11-21 00:34:49 -05:00
Victor Mignot 7c95612cbf
Trying debian for CI 2022-11-21 00:33:55 -05:00
Victor Mignot cf136261e6
Add directly rust to CI packages 2022-11-21 00:30:54 -05:00
Victor Mignot 1f6f5df236
Building manually 2022-11-21 00:24:56 -05:00
Victor Mignot 3abac37774
CI build specifying toolchain 2022-11-21 00:22:01 -05:00
Victor Mignot 802e0fb43a
CI build with manual apk add 2022-11-21 00:19:16 -05:00
Victor Mignot f15f7a3cb6
Add source hut CI instructions 2022-11-21 00:11:41 -05:00
Victor Mignot 14a6569cd8
Remove github pipeline 2022-11-20 23:49:05 -05:00
Victor Mignot 3bf5008e39
Add id to models 2022-11-19 22:00:06 -05:00
Victor Mignot e12c3bfc3e
Fix doc example 2022-11-19 21:47:40 -05:00
Victor Mignot cf7a65674b
Clippy 2022-11-19 21:33:38 -05:00
Victor Mignot 3c11236404
Add badic mongo models and functions 2022-11-19 21:19:48 -05:00
Victor Mignot cfd481a86f
Adding futures to dependencies 2022-11-19 18:53:16 -05:00
Victor Mignot 971562734f
Add MONGO_DEFAULT_DB in .env 2022-11-19 18:52:31 -05:00
Victor Mignot 639d02ea4a
Add environment catcher 2022-11-19 18:51:49 -05:00
Victor Mignot 58ae565fd4
Add gdb to nix flake 2022-11-18 23:45:38 -05:00
Victor Mignot 10498b9b57
Introducing env catcher function 2022-11-14 22:53:06 -05:00
Victor Mignot 8df494c949
Started to create Mongo models 2022-11-08 09:05:49 -05:00
Victor Mignot 5c0faf05f6
Fix grammatical error on README 2022-10-21 20:10:07 -04:00
Victor Mignot 6df9437531
Add log4rs config and fix main to use exit codes 2022-10-21 19:59:52 -04:00
Victor Mignot f08ab5bbe0
Add log4rs and log crates to dependencies 2022-10-21 19:59:01 -04:00
Victor Mignot fe27630eea
Add logs folder to gitignore 2022-10-21 19:58:06 -04:00
Victor Mignot 611730cd26
Add log4rs as dependecy 2022-10-19 10:17:59 -04:00
Victor Mignot c1fd41146f
Merge pull request #7 from victormignot/connect-mongo
Add basic MongoDB connection
2022-10-19 03:49:49 +00:00
Victor Mignot 2c1dc5d098
Fix doc 2022-10-18 23:39:39 -04:00
Victor Mignot 3a80a0fad6
Remove needless return 2022-10-18 23:29:15 -04:00
Victor Mignot e951b3012e
Provide basic MongoDB connection 2022-10-18 23:23:54 -04:00
Victor Mignot 1d3905a3b2
Add Serde dependencies to Serialize/Deserialize Mongo documents 2022-10-18 23:23:11 -04:00