rainbow napkin rainbownapkin · she/her
  • Joined on 2025-09-24
rainbownapkin commented on issue rainbownapkin/canopy#186 2025-10-12 19:14:14 -04:00
Create server-wide toke map.

Bad way of handling this. #187 makes more sense :P

rainbownapkin closed issue rainbownapkin/canopy#186 2025-10-12 19:14:14 -04:00
Create server-wide toke map.
rainbownapkin opened issue rainbownapkin/canopy#187 2025-10-12 19:13:44 -04:00
Create dedicated toke collection.
rainbownapkin commented on issue rainbownapkin/canopy#186 2025-10-11 09:50:53 -04:00
Create server-wide toke map.

Once toke logs are migrated to a dedicated portion of the DB, and tokebot profile pulls off of a minimized tokemap from the stats DB, we should consider caching certain server-side stats in RAM…

rainbownapkin commented on issue rainbownapkin/canopy#161 2025-10-11 09:46:05 -04:00
DB Dump Ingester

We should wait until #186 is solved, as DB-side toke handling is probably going to change soon.

rainbownapkin commented on issue rainbownapkin/canopy#186 2025-10-11 09:44:29 -04:00
Create server-wide toke map.

Refactored userSchema.statics.findProfile()'s tokebot profile generation procedure: 42ad17072f

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-11 09:44:07 -04:00
42ad17072f Refactored userSchema.statics.findProfile()'s tokebot profile generation procedure.
e9b9539477 Added completion time to migration procedure.
Compare 2 commits »
rainbownapkin reopened issue rainbownapkin/canopy#186 2025-10-11 09:34:14 -04:00
Create server-wide toke map.
rainbownapkin closed issue rainbownapkin/canopy#186 2025-10-11 09:33:23 -04:00
Create server-wide toke map.
rainbownapkin commented on issue rainbownapkin/canopy#186 2025-10-11 09:33:10 -04:00
Create server-wide toke map.

Looks like the tokebot part of userSchema.statics.findProfile needed tuning.

Calculating the tokemap wasn't the issue, and actually seems to be just as fast, if not faster, than pulling a map…

rainbownapkin commented on issue rainbownapkin/canopy#161 2025-10-11 08:21:19 -04:00
DB Dump Ingester

Started server-wide legacy cytube/fore.st toke count ingestion: a231c8fc4c

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-11 08:20:28 -04:00
a231c8fc4c Started server-wide legacy cytube/fore.st toke count ingestion.
rainbownapkin opened issue rainbownapkin/canopy#186 2025-10-11 08:07:25 -04:00
Create server-wide toke map.
rainbownapkin opened issue rainbownapkin/canopy#185 2025-10-11 08:04:39 -04:00
Salt IP-Hashes
rainbownapkin commented on issue rainbownapkin/canopy#184 2025-10-10 08:54:58 -04:00
Log all rank changes above gold.

Bonus pts if the system emails admins on rank change.

rainbownapkin opened issue rainbownapkin/canopy#184 2025-10-10 08:54:36 -04:00
Log all rank changes above gold.
rainbownapkin commented on issue rainbownapkin/canopy#161 2025-10-10 08:49:54 -04:00
DB Dump Ingester

Added profile toke count ingestion to migration schema: bb2a1369a3

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-10 08:42:33 -04:00
bb2a1369a3 Added profile toke count ingestion to migration schema.
rainbownapkin commented on issue rainbownapkin/canopy#161 2025-10-09 18:17:21 -04:00
DB Dump Ingester

Added better error checking to migration schema statics: ad0dd6bdbb

rainbownapkin commented on issue rainbownapkin/canopy#161 2025-10-09 18:17:04 -04:00
DB Dump Ingester

Started work on legacy account migration: 9fda308306