Commit graph

234 commits

Author SHA1 Message Date
rainbow napkin 597a984e46 Split pmHandler to create auxServer class for easy creation of server classes auxiliary to the channel. 2025-10-22 03:04:16 -04:00
rainbow napkin e00e5a608b Continued work on remember me tokens. 2025-10-20 07:49:41 -04:00
rainbow napkin 6bab5b4723 Migration UI complete. 2025-10-16 21:22:37 -04:00
rainbow napkin eb48b92551 Started work on migration UI. Improved email handling. 2025-10-16 08:25:13 -04:00
rainbow napkin 6cbb726764 Implemented Profile Migration Backend 2025-10-16 05:25:08 -04:00
rainbow napkin 42ad17072f Refactored userSchema.statics.findProfile()'s tokebot profile generation procedure. 2025-10-11 09:43:26 -04:00
rainbow napkin 4698ba4122 Added auto-scrolling to private message panel. Fixed auto-scrolling w/ laggy assets in chat and PM. 2025-10-07 03:17:16 -04:00
rainbow napkin 64348b8486 Sesh titles now glow while unread, fixed chat icon un-lighting pre-emptively. 2025-10-07 01:00:13 -04:00
rainbow napkin e85fb18ce5 Messages now play notification sounds. 2025-10-06 21:21:54 -04:00
rainbow napkin 976e157cf1 Added settings for PM-related audio pings. 2025-10-06 19:06:47 -04:00
rainbow napkin 53fc46adc3 Started seperating non-free images/audio from mian codebase. 2025-10-06 05:00:35 -04:00
rainbow napkin 64f9d713da PMHandler now tracks unread messages and lights pm icon to notify user. 2025-10-06 04:48:17 -04:00
rainbow napkin 2feea72694 Finished up work on advanced formatted private messaging. 2025-10-03 08:58:43 -04:00
rainbow napkin faf72fd7a5 Started work on client-side private message post-processing 2025-10-02 08:56:54 -04:00
rainbow napkin 23ad679473 Client-side PM Pre-processing complete. 2025-10-02 02:29:29 -04:00
rainbow napkin 57db26a827 Quick Cleanup 2025-10-01 21:41:49 -04:00
rainbow napkin b26dd1094c Modified commandPreprocessor to be easily shared between chat.js and pmHandler.js 2025-10-01 20:38:16 -04:00
rainbow napkin e81a4c0973 Basic chat UI complete. 2025-10-01 04:33:24 -04:00
rainbow napkin f109314163 Added basic sesh list rendering to PM panel UX 2025-09-30 05:03:36 -04:00
rainbow napkin a681bddbf7 Cleaned up emotePanel.js 2025-09-30 04:39:39 -04:00
rainbow napkin e2020406a7 Improved Private Message Session Management 2025-09-30 04:39:17 -04:00
rainbow napkin d8e5c64c13 Starting work on client-side chat sesh handling 2025-09-30 03:25:15 -04:00
rainbow napkin e19ae74412 Started work on PM Panel layout 2025-09-25 23:32:04 -04:00
rainbow napkin 67edef9035 Base implementation of PM back-end started. 2025-09-19 03:47:19 -04:00
rainbow napkin 7da07c8717 Seperated out socket validation/authorization from channel mangement logic. 2025-09-18 04:13:19 -04:00
rainbow napkin d541dce8c4 Starting work on private messaging back-end. 2025-09-18 03:42:52 -04:00
rainbow napkin 1384b02f4d Profile pages now display user status. 2025-09-18 02:43:43 -04:00
rainbow napkin dd39f76725 Client now only injects chat buffer once. 2025-09-13 11:51:10 -04:00
rainbow napkin 9eeed591ad Re-scheduling currently playing item now stops currnet playback, and re-schedules a clone. Allowing for DB-Friendly schedule2scrub functionality. 2025-09-09 08:19:46 -04:00
rainbow napkin 92659929b9 Replaced split ID's with DOM Dataset in channel settings page. 2025-09-08 07:31:43 -04:00
rainbow napkin 3ab6c6c715 Changed out spliced ID's for dataset in admin panel. Removed auto-generated documentation from build step. 2025-09-07 09:43:45 -04:00
rainbow napkin cbd2136ca6 Made emotes in emote pallette only enlargen on search to improve UX. 2025-09-06 21:26:14 -04:00
rainbow napkin 9650caeed0 Userlist collapse and cinema mode now state now persistant. 2025-09-06 19:08:10 -04:00
rainbow napkin 770bdc4794 L 2025-09-06 10:42:12 -04:00
rainbow napkin 132fdabb29 Added improved settings panel. 2025-09-06 10:34:06 -04:00
rainbow napkin 306f22aa93 Added validation step to IA CDN server setting 2025-09-06 09:16:40 -04:00
rainbow napkin e9c474eaf0 Added basic option to specify alternative IA CDN servers within the settings panel. 2025-09-06 09:08:07 -04:00
rainbow napkin 08d2bf8bc9 Server crashes are now dumped to log file. 2025-09-06 01:52:21 -04:00
rainbow napkin edbc9909a1 Fixed bug in playlist manager initialization 2025-09-06 00:48:47 -04:00
rainbow napkin f34ad4829c Added JSDoc for Class Members of src/app/channel/* 2025-09-06 00:32:37 -04:00
rainbow napkin 1aa836ba48 Finished JSDoc for www/src/channel/* 2025-09-05 08:37:16 -04:00
rainbow napkin 2e89d4e6dc Fixed missing JSDoc in playlist manager 2025-09-05 05:55:35 -04:00
rainbow napkin 0e1b48c02c Finished JSDoc for all of www/js/channel except for www/js/channel/queuePanel.js 2025-09-05 05:53:33 -04:00
rainbow napkin c0f219276f JSDoc for www/js/channel/*.js complete. Just need to hadnle ww/js/channel/panels. 2025-09-04 20:11:23 -04:00
rainbow napkin ac06f839ea Started work on JSDoc for www/js/channel 2025-09-04 05:45:33 -04:00
rainbow napkin 5ad20f6823 Created seperate commands in build script to build client and server documentation seperately. 2025-09-02 07:46:46 -04:00
rainbow napkin 514b00a714 Properly marked exported classes to fix JSDoc 2025-09-02 07:32:51 -04:00
rainbow napkin 7d31cc9e8a Added build step to auto-generate Documentation pages at the /doc endpoint from JSDoc. 2025-09-02 07:11:39 -04:00
rainbow napkin c64b315fdf Added cold-persistance to Channel Chat Buffer via periodic DB saves based on chat activity. 2025-07-23 01:05:39 -04:00
rainbow napkin 366df357b8 Volatile chat buffer for channel-only chats implemented. 2025-06-11 08:27:56 -04:00