Commit Graph

112 Commits

Author SHA1 Message Date
337c86d35f Fixes CVE-2024-23334
All checks were successful
Test / build (push) Successful in 26s
2025-07-25 12:31:05 +03:00
fe7d11092c Added safety scan with Safety
All checks were successful
Test / build (push) Successful in 52s
2025-07-25 12:28:13 +03:00
de2b04ca12 Made Wallet a child of BaseCacheable and improved caching 2025-07-21 00:24:06 +02:00
037e493bcc Implemented cache TTL 2025-07-21 00:23:06 +02:00
89307d8d0c Moved enums from classes/enums to enums 2025-07-21 00:22:31 +02:00
7565a643aa Merge pull request 'Update dependency libbot to v4.4.0' (#60) from renovate/libbot-4.x into dev
Reviewed-on: #60
2025-07-09 16:00:39 +03:00
d4474421e5 Update dependency libbot to v4.4.0 2025-07-09 16:00:19 +03:00
2684d9358e Merge pull request 'Update dependency libbot to v4.3.0' (#59) from renovate/libbot-4.x into dev
Reviewed-on: #59
2025-07-08 15:45:38 +03:00
a37827761b Update dependency libbot to v4.3.0 2025-07-08 02:41:39 +03:00
a553124e33 Merge pull request 'Update dependency fastapi to ~=0.116.0' (#58) from renovate/fastapi-0.x into dev
Reviewed-on: #58
2025-07-08 00:49:49 +03:00
cded34cb8a Update dependency fastapi to ~=0.116.0 2025-07-07 18:28:00 +03:00
71730362ef Closes #55 2025-06-07 21:06:16 +02:00
46edf5ea14 Removed old wallet cog and replaced "client" with "bot" in the new one 2025-06-07 00:43:47 +02:00
996fe387df Improved health check and monitoring 2025-06-05 11:22:22 +02:00
fed2e0df07 Fixed database connection timeout not being handled during healthcheck 2025-06-04 09:58:01 +02:00
a109566738 Added missing FastAPI class 2025-06-04 09:42:39 +02:00
cbdfee63e4 WIP: Simple health check 2025-06-04 01:59:54 +02:00
1d8c29e73f Closes #12 2025-06-01 15:28:41 +02:00
d08ea6240e Added simple Discord auth 2025-05-26 09:17:23 +02:00
ce86b95163 Slightly improved API extensions 2025-05-26 01:47:49 +02:00
296ef50a53 Removed "en" because it was already replaced by "en-US" 2025-05-25 22:57:51 +02:00
d5dc438601 WIP: #44, #43, #13, #12 2025-05-25 22:32:36 +02:00
62ee26b20f Replaced async_pymongo with default pymongo's async calls, fixed indexes 2025-05-19 00:16:51 +02:00
27ab68f6c5 Allowed empty wallet creation during transfers 2025-05-19 00:16:17 +02:00
32f19ee16b Added support for cache prefixes, improved logging and cached objects 2025-05-19 00:15:41 +02:00
b2fe8c516d Merge pull request 'Update dependency libbot to v4.2.0' (#48) from renovate/libbot-4.x into dev
Reviewed-on: Hessenuk/Javelina#48
2025-05-18 20:26:37 +03:00
df6ed8ac11 Update dependency libbot to v4.2.0 2025-05-18 19:29:06 +03:00
123f7e8e4f Update dependency pyrmv to v0.5.0 (#47) 2025-05-05 01:38:33 +03:00
08435f3dbb Update dependency pyrmv to v0.5.0 2025-05-05 01:28:58 +03:00
2cbe2a07e1 Update dependency deepl to v1.22.0 (#46) 2025-04-30 21:42:36 +03:00
9f99a2d507 Update dependency deepl to v1.22.0 2025-04-30 21:26:36 +03:00
187abbbbb4 Update dependency deepl to v1.21.1 (#45) 2025-03-12 20:18:21 +02:00
ab67e610d4 Update dependency deepl to v1.21.1 2025-03-12 19:41:36 +02:00
c6f971b39e WIP: Modified i18n usage 2025-02-24 21:36:01 +01:00
fcb09303ec WIP: Wallet Cog and i18n 2025-02-23 23:41:42 +01:00
1c8365b11f Added API version 2025-02-20 22:55:08 +01:00
bf6ca24eed WIP: Guilds and Wallets 2025-02-20 22:51:01 +01:00
65b0e30c75 WIP: Transactions 2025-02-20 14:39:19 +01:00
8e2003b7df WIP: Added stubs for Guilds and fixed formatting 2025-02-18 21:20:14 +01:00
kku
3ffea8b46b Added withdrawals and deposits 2025-02-18 20:25:57 +01:00
f3bb1ff79a WIP: Wallets, added missing changes 2025-02-18 20:19:09 +01:00
8883c8eda8 WIP: Wallets 2025-02-18 08:04:02 +01:00
654034491a Added stubs for custom channel, custom role and wallet 2025-02-16 22:36:18 +01:00
222a618591 Fixed a typo and removed an old class 2025-02-16 21:07:52 +01:00
a1bfbb537a Replaced built-in caching with the one from libbot 2025-02-16 20:38:41 +01:00
e0e307e35f Merge pull request 'Update dependency libbot to v4.1.0' (#41) from renovate/libbot-4.x into dev
Reviewed-on: Hessenuk/Javelina#41
2025-02-16 20:01:44 +02:00
e0564e150c Update dependency libbot to v4.1.0 2025-02-16 19:21:12 +02:00
4b401e878b Replaced UserNotFoundException with UserNotFoundError in a docstring 2025-02-16 14:09:32 +01:00
4ad79f1445 Improved type hints and added a placeholder for guilds 2025-02-16 13:41:23 +01:00
ffcfbbfc3b Added caching, updated libbot, refactored PycordUser 2025-02-16 13:11:48 +01:00