Jef Roosens Chewing_Bever
Jef Roosens commented on issue Chewing_Bever/rusty-bever#18 2021-09-06 10:17:33 +02:00
Set up static binary

Yeah this one isn't really happening either.

Jef Roosens commented on issue Chewing_Bever/rusty-bever#29 2021-09-06 10:17:05 +02:00
Write a Makefile to statically compile entire project

As this is proving to be exceedingly hard, I'll be using my fall-back solution for now.

Jef Roosens synced commits to sql_alchemy at Chewing_Bever/didier from mirror 2021-09-06 03:40:52 +02:00
be3d60c8ab Fix typo in stats route
d0b06427af Clean up error handlers
d00f2a11f4 Restructure backend
2970826f95 Update command stats model
Compare 4 commits »
Jef Roosens synced commits to sql_alchemy at Chewing_Bever/didier from mirror 2021-09-05 19:30:54 +02:00
ba78b6e7f9 Add todo
21fc3da747 Create all db models
4865867054 Set up basics of SQLAlchemy
ad1175f6cd Default test guilds to None instead of empty list
1c82bf959b Fix test guild parsing for empty strings
Compare 65 commits »
Jef Roosens synced commits to master at Chewing_Bever/didier from mirror 2021-09-05 19:30:53 +02:00
ad1175f6cd Default test guilds to None instead of empty list
1c82bf959b Fix test guild parsing for empty strings
5e946ed5d3 Merge pull request #90 from stijndcl/slash_commands
2f5e5147dc Don't change status in on_ready
768f43ade9 Add some basic tests for urban dictionary
Compare 16 commits »
Jef Roosens synced and deleted reference slash_commands at Chewing_Bever/didier from mirror 2021-09-05 19:30:53 +02:00
Jef Roosens pushed to develop at Chewing_Bever/rusty-bever 2021-09-05 11:19:32 +02:00
3d024db2e9 This compilation is gonna kill me
Jef Roosens pushed to develop at Chewing_Bever/rusty-bever 2021-09-05 09:59:27 +02:00
a295237863 Some random stuff tbh
Jef Roosens closed issue Chewing_Bever/rusty-bever#13 2021-09-04 19:11:19 +02:00
Figure out error handling
Jef Roosens closed issue Chewing_Bever/rusty-bever#22 2021-09-04 19:02:36 +02:00
Start properly using lifetimes
Jef Roosens synced commits to slash_commands at Chewing_Bever/didier from mirror 2021-09-04 03:00:50 +02:00
2e51af6f1c Add football slash commands, clean up some ugly stuff
0ec321a51b Make error handler use prints for ALL sandboxing people, log slash command errors in terminal
a28bd116f0 Enable commands globally if not sandboxing, add support for test guilds in env, monitor slash command & context menu usage, create error handler for slash commands, log slash commands in terminal
Compare 3 commits »
Jef Roosens synced commits to slash_commands at Chewing_Bever/didier from mirror 2021-09-03 19:00:50 +02:00
ef547a7090 Translate slash command
358f8693dd Clean up define, create define slash command
c47f908e57 Show search result in google embed
831459a321 Separate loading slash commands from normal commands, split slash commands to separate cogs, make init_extensions support directories
Compare 4 commits »
Jef Roosens closed issue Chewing_Bever/rusty-bever#14 2021-09-03 16:34:00 +02:00
Overly optimize the binary
Jef Roosens closed issue Chewing_Bever/rusty-bever#25 2021-09-03 16:31:20 +02:00
Switch to a different allocator
Jef Roosens pushed to develop at Chewing_Bever/rusty-bever 2021-09-03 16:31:16 +02:00
a6b1b0ff76 Added mimalloc as allocator
Jef Roosens closed issue Chewing_Bever/rusty-bever#19 2021-09-01 17:33:08 +02:00
Make sure all (error) responses are JSON
Jef Roosens closed issue Chewing_Bever/rusty-bever#16 2021-09-01 17:33:00 +02:00
Switch to proper Rocket-based config
Jef Roosens pushed to develop at Chewing_Bever/rusty-bever 2021-09-01 17:29:57 +02:00
505907d3a1 Default catcher now returns json
f50008ff99 Fixed guard still using env var for jwt key
Compare 2 commits »
Jef Roosens opened issue Chewing_Bever/rusty-bever#33 2021-09-01 16:44:38 +02:00
Lack of descriptive guard errors
Jef Roosens closed issue Chewing_Bever/rusty-bever#17 2021-09-01 12:53:24 +02:00
Move all Diesel code to db module