Commit graph

434 commits

Author SHA1 Message Date
b26dd1094c Modified commandPreprocessor to be easily shared between chat.js and pmHandler.js 2025-10-01 20:38:16 -04:00
d465863ee6 Split commandPreprocessor in preperation for formatted private messaging. 2025-10-01 19:43:46 -04:00
e81a4c0973 Basic chat UI complete. 2025-10-01 04:33:24 -04:00
f109314163 Added basic sesh list rendering to PM panel UX 2025-09-30 05:03:36 -04:00
a681bddbf7 Cleaned up emotePanel.js 2025-09-30 04:39:39 -04:00
e2020406a7 Improved Private Message Session Management 2025-09-30 04:39:17 -04:00
d8e5c64c13 Starting work on client-side chat sesh handling 2025-09-30 03:25:15 -04:00
e19ae74412 Started work on PM Panel layout 2025-09-25 23:32:04 -04:00
67edef9035 Base implementation of PM back-end started. 2025-09-19 03:47:19 -04:00
7da07c8717 Seperated out socket validation/authorization from channel mangement logic. 2025-09-18 04:13:19 -04:00
d541dce8c4 Starting work on private messaging back-end. 2025-09-18 03:42:52 -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
6222535c47 channelManager now tracks all active connectedUser objects for a given user. 2025-09-17 05:11:45 -04:00
261dce7b29 Updated README.md 2025-09-13 11:53:28 -04:00
dd39f76725 Client now only injects chat buffer once. 2025-09-13 11:51:10 -04:00
dca788dfc0 Improved IA Compatibility. 2025-09-13 11:36:08 -04:00
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
eb8ada7fa0 Fixed initial default toke not loading into DB properly on server first boot. 2025-09-10 08:02:36 -04:00
de11803cea Fixed !clear command to clear server-side chatBuffer as well as client buffers. 2025-09-10 03:43:15 -04:00
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
92659929b9 Replaced split ID's with DOM Dataset in channel settings page. 2025-09-08 07:31:43 -04:00
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
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
cbd2136ca6 Made emotes in emote pallette only enlargen on search to improve UX. 2025-09-06 21:26:14 -04:00
9650caeed0 Userlist collapse and cinema mode now state now persistant. 2025-09-06 19:08:10 -04:00
770bdc4794 L 2025-09-06 10:42:12 -04:00
132fdabb29 Added improved settings panel. 2025-09-06 10:34:06 -04:00
306f22aa93 Added validation step to IA CDN server setting 2025-09-06 09:16:40 -04:00
e9c474eaf0 Added basic option to specify alternative IA CDN servers within the settings panel. 2025-09-06 09:08:07 -04:00
08d2bf8bc9 Server crashes are now dumped to log file. 2025-09-06 01:52:21 -04:00
cb5f1dbf9b Password reset tokens now auto-expire when new reset requests are made. 2025-09-06 00:59:38 -04:00
edbc9909a1 Fixed bug in playlist manager initialization 2025-09-06 00:48:47 -04:00
f34ad4829c Added JSDoc for Class Members of src/app/channel/* 2025-09-06 00:32:37 -04:00
1aa836ba48 Finished JSDoc for www/src/channel/* 2025-09-05 08:37:16 -04:00
2e89d4e6dc Fixed missing JSDoc in playlist manager 2025-09-05 05:55:35 -04:00
0e1b48c02c Finished JSDoc for all of www/js/channel except for www/js/channel/queuePanel.js 2025-09-05 05:53:33 -04:00
c0f219276f JSDoc for www/js/channel/*.js complete. Just need to hadnle ww/js/channel/panels. 2025-09-04 20:11:23 -04:00
ac06f839ea Started work on JSDoc for www/js/channel 2025-09-04 05:45:33 -04:00
5ad20f6823 Created seperate commands in build script to build client and server documentation seperately. 2025-09-02 07:46:46 -04:00
514b00a714 Properly marked exported classes to fix JSDoc 2025-09-02 07:32:51 -04:00
7d31cc9e8a Added build step to auto-generate Documentation pages at the /doc endpoint from JSDoc. 2025-09-02 07:11:39 -04:00
944d91377b Updated package.json 2025-09-02 06:57:24 -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
7b8c44158f Finished adding JSDoc for src/utils 2025-08-31 03:44:23 -04:00
2303c89bcf Javadoc for src/app complete 2025-08-29 01:59:44 -04:00
ad057916d8 Continued work on JSDoc for src/app 2025-08-26 08:37:49 -04:00