Commit graph

150 commits

Author SHA1 Message Date
70fc42b181 Removed playlist related functions from user and channel schemas. 2026-06-23 04:02:10 -04:00
0b7f99725d Started work on updating playlistHandler.js for dedicated/individual userPlaylist and channelPlaylist document collections. 2026-06-20 03:31:14 -04:00
36ae90b7af Started work on dedicated channel/user playlist models. 2026-06-04 00:18:36 -04:00
c5c484b8c1 Re-organized playlist schemas. 2026-06-04 00:18:12 -04:00
3ca91288d2 Fixed post-crash recovery for actively livestreaming channels. 2026-06-03 23:25:55 -04:00
855343dfc3 Started work on archived media collection. 2026-05-29 07:18:06 -04:00
8d7d08d5c0 Added basic version tracking to statistics document. 2026-05-29 06:35:22 -04:00
f0555169fe Bugfix for DB lookup by username for certain internal methods/functions. 2025-11-23 07:50:49 -05:00
eaca9db987 Mods from old codebase now properly migrated. Version number upgraded. 2025-11-10 20:11:34 -05:00
d7c55fe3da Whoops... 2025-11-06 19:00:30 -05:00
affdd98572 Fixed errors loading default items 2025-11-05 18:35:48 -05:00
08fe051269 Improved sanatization for server-side templating. 2025-11-04 06:09:26 -05:00
ade2a4210d User IP Hashes are now salted with 24 bits from a cryptographically secure random generation function formatted into base 64 for extra privacy/security. 2025-11-03 19:07:38 -05:00
f95a0ae48c Added queue debugging. 2025-10-25 09:46:28 -04:00
1bd9fcdc80 High-level rank changes and bad attempts and good Remember-Me tokens now logged. 2025-10-22 21:53:41 -04:00
aa32587259 Server now auto-magically nukes expired remember me tokens on startup and at midnight UTC. 2025-10-22 20:17:53 -04:00
5eb307bb9e Created dedicated queue broadcast namespace, to make authorized queue broadcasts as painless as possible. 2025-10-22 04:34:05 -04:00
bc0657a702 Remember me tokens now nuked upon full account logout. 2025-10-21 07:59:15 -04:00
61ec3ffc52 Finished up with remember me middleware. 2025-10-21 00:10:17 -04:00
e00e5a608b Continued work on remember me tokens. 2025-10-20 07:49:41 -04:00
5caa679b92 Upgraded password hashing algo to argon2id. 2025-10-18 09:42:08 -04:00
895a8201a5 Started work on Remember Me Tokens. 2025-10-18 09:15:00 -04:00
7f6abdf8e2 Improved Email Change and Password Reset token security by increasing token size. 2025-10-18 08:36:05 -04:00
eb48b92551 Started work on migration UI. Improved email handling. 2025-10-16 08:25:13 -04:00
bddbd9cd36 More welcome wagon beautification. 2025-10-16 07:41:13 -04:00
cb3fc9bb91 Beautified launch printout 2025-10-16 07:36:32 -04:00
66ec2fabc5 Added basic profile sanatization for legacy migration data. 2025-10-16 05:48:12 -04:00
6cbb726764 Implemented Profile Migration Backend 2025-10-16 05:25:08 -04:00
da9428205f Prevented users from signing up with an email/username which was already present in the migration database. 2025-10-14 02:10:34 -04:00
a1b602efdb Moved toke log to it's own DB collection w/ cached statistics. Tokebot statistics page-load time decreased by up to 20-30x 2025-10-12 23:48:45 -04:00
42ad17072f Refactored userSchema.statics.findProfile()'s tokebot profile generation procedure. 2025-10-11 09:43:26 -04:00
e9b9539477 Added completion time to migration procedure. 2025-10-11 09:38:44 -04:00
a231c8fc4c Started server-wide legacy cytube/fore.st toke count ingestion. 2025-10-11 08:19:53 -04:00
bb2a1369a3 Added profile toke count ingestion to migration schema. 2025-10-10 08:42:02 -04:00
ad0dd6bdbb Added better error checking to migration schema statics. 2025-10-09 18:02:04 -04:00
9fda308306 Started work on legacy account migration. 2025-10-09 03:50:05 -04:00
53fc46adc3 Started seperating non-free images/audio from mian codebase. 2025-10-06 05:00:35 -04:00
0ed1c0dd89 More work decoupling chatPreprocessor from src/app/channel. 2025-10-02 03:38:40 -04:00
d465863ee6 Split commandPreprocessor in preperation for formatted private messaging. 2025-10-01 19:43:46 -04:00
1384b02f4d Profile pages now display user status. 2025-09-18 02:43:43 -04:00
6445950f90 Last user activity now marked on humie-friendly page-loads and last-socket disconnects, ensuring accurate 'online' status when disconnected from a channel. 2025-09-17 20:17:41 -04:00
eb8ada7fa0 Fixed initial default toke not loading into DB properly on server first boot. 2025-09-10 08:02:36 -04:00
cb5f1dbf9b Password reset tokens now auto-expire when new reset requests are made. 2025-09-06 00:59:38 -04:00
76e2f56eb4 Full JSDoc for src/schemas complete. 2025-09-02 06:48:32 -04:00
ec37c2f59d Finished JSDoc for src/schemas/channel/media 2025-09-01 23:14:16 -04:00
b78d35d0f8 JSDoc for src/schemas/*.js complete. Just need to finish src/schemas/channel 2025-09-01 14:15:02 -04:00
1d5c1037ab JSDoc for rc/schemas/tokebot & src/schemas/user complete. 2025-09-01 04:53:04 -04:00
c64b315fdf Added cold-persistance to Channel Chat Buffer via periodic DB saves based on chat activity. 2025-07-23 01:05:39 -04:00
8821b5cff9 Started work on implementing chat buffer. 2025-06-11 08:02:50 -04:00
8c8b2a6f0b Livestream Database Handling for Overwrite mode complete. Schedule goes back to pre-stream state if server crashes/stops. 2025-05-18 17:47:47 -04:00