• Joined on 2022-03-04
waifu closed issue waifu/kemoverse#18 2025-06-02 07:34:49 -07:00
Reduce Reliance on Tuples
waifu commented on issue waifu/kemoverse#18 2025-06-02 07:34:48 -07:00
Reduce Reliance on Tuples

I like the implementation, I actually didn't understood it fully until I was rewriting the pr #42, but especifies a lot of things and makes functions more explicit. Let's go with it absolutely 💯

waifu opened issue waifu/kemoverse#44 2025-06-02 05:47:35 -07:00
Card creator
waifu commented on pull request waifu/kemoverse#42 2025-06-01 21:40:17 -07:00
Explicit account modification

Should be ok for review

waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 20:42:51 -07:00
3a09b481e5 more fixes
waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 20:17:23 -07:00
waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 20:14:19 -07:00
66a91b5deb Merge remote-tracking branch 'origin/dev' into 35_Explicit_account_modification
71b9cd9d16 Merge pull request 'Reduce reliance on tuples' (#41) from 18_reduce_tuples into dev
3fdf64c6ed Merge branch 'dev' into 18_reduce_tuples
7b9a5cf428 Reduce reliance on tuples
Compare 4 commits »
waifu merged pull request waifu/kemoverse#41 2025-06-01 19:17:09 -07:00
Reduce reliance on tuples
waifu pushed to dev at waifu/kemoverse 2025-06-01 19:17:09 -07:00
71b9cd9d16 Merge pull request 'Reduce reliance on tuples' (#41) from 18_reduce_tuples into dev
3fdf64c6ed Merge branch 'dev' into 18_reduce_tuples
7b9a5cf428 Reduce reliance on tuples
Compare 3 commits »
waifu approved waifu/kemoverse#41 2025-06-01 19:17:03 -07:00
Reduce reliance on tuples

Looking good and working as intended, thanks

waifu commented on pull request waifu/kemoverse#42 2025-06-01 19:12:00 -07:00
Explicit account modification

Added two functions:

  • delete_account
  • confirm_delete

delete_account does nothing, it just tells the player to confirm using confirm_delete. confirm_delete, actually deletes the…

waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 19:05:04 -07:00
dce2c9072b account deletion
waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 17:43:20 -07:00
a0ed6ded41 adding signup command
waifu opened issue waifu/kemoverse#43 2025-06-01 17:35:49 -07:00
Rate limit registrations per instance
waifu commented on issue waifu/kemoverse#35 2025-06-01 17:27:10 -07:00
Explicit Account Creation/Deletion

I'm thinking that people could exploit this by creating and deleting the account immediately to farm for rolls specially if we give bonus rolls at the beginning. Perhaps keeping the username…

waifu created pull request waifu/kemoverse#42 2025-06-01 13:56:27 -07:00
WIP Explicit account modification
waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 13:54:15 -07:00
da2ca4cfec Split get_or_create_user
waifu created branch 35_Explicit_account_modification in waifu/kemoverse 2025-06-01 13:54:14 -07:00
waifu pushed to dev at waifu/kemoverse 2025-05-31 18:49:45 -07:00
6ea5529ef5 Merge pull request 'Fix case sensitivity for bot username' (#40) from fix_username_case_sensitivity into dev
eaa6308906 Fix case sensitivity for bot username
Compare 2 commits »
waifu merged pull request waifu/kemoverse#40 2025-05-31 18:49:44 -07:00
Fix case sensitivity for bot username