Commit graph

389 commits

Author SHA1 Message Date
rainbow napkin 6f89f36fb8 Integrated server-side chatPreprocessor.js with pmHandler.js 2025-10-02 04:56:47 -04:00
rainbow napkin ad3cdd38a3 More work decoupling chatPreprocessor.js from chatHandler.js 2025-10-02 04:05:13 -04:00
rainbow napkin 0ed1c0dd89 More work decoupling chatPreprocessor from src/app/channel. 2025-10-02 03:38:40 -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 d465863ee6 Split commandPreprocessor in preperation for formatted private messaging. 2025-10-01 19:43:46 -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 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
rainbow napkin 6222535c47 channelManager now tracks all active connectedUser objects for a given user. 2025-09-17 05:11:45 -04:00
rainbow napkin 261dce7b29 Updated README.md 2025-09-13 11:53:28 -04:00
rainbow napkin dd39f76725 Client now only injects chat buffer once. 2025-09-13 11:51:10 -04:00
rainbow napkin dca788dfc0 Improved IA Compatibility. 2025-09-13 11:36:08 -04:00
rainbow napkin 3d4e0a6621 Fixed startTimeStamp not being added to earlyEnd when calculating resume time stamp after livestream end in pushback mode. 2025-09-12 03:38:54 -04:00
rainbow napkin eb8ada7fa0 Fixed initial default toke not loading into DB properly on server first boot. 2025-09-10 08:02:36 -04:00
rainbow napkin de11803cea Fixed !clear command to clear server-side chatBuffer as well as client buffers. 2025-09-10 03:43:15 -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 e539b9d75d Added auto-generated documentation folder to .gitignore
This can be generated by users/admins in setup/production.
2025-09-07 09:45:19 -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 cb5f1dbf9b Password reset tokens now auto-expire when new reset requests are made. 2025-09-06 00:59:38 -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 944d91377b Updated package.json 2025-09-02 06:57:24 -04:00
rainbow napkin 76e2f56eb4 Full JSDoc for src/schemas complete. 2025-09-02 06:48:32 -04:00
rainbow napkin ec37c2f59d Finished JSDoc for src/schemas/channel/media 2025-09-01 23:14:16 -04:00