rainbow napkin
|
ecebcf0d32
|
Killed harmless bug related to official YT Api that cluttered the console.
|
2025-11-10 20:31:07 -05:00 |
|
rainbow napkin
|
c3712bfd77
|
Added some nullchecks to mediaHandler.js to quiet down stale handlers right after death.
|
2025-11-01 09:10:47 -04:00 |
|
rainbow napkin
|
a70879c76c
|
Quick cleanup.
|
2025-11-01 07:55:34 -04:00 |
|
rainbow napkin
|
b57d723d62
|
Fixed client-side IACDN setting.
|
2025-11-01 07:45:23 -04:00 |
|
rainbow napkin
|
ccb1d91a5b
|
Seperate audio tracks are now *reasonably* synchronized to their videos. This may need more testing to perfect.
|
2025-11-01 07:10:40 -04:00 |
|
rainbow napkin
|
a59b6d0e19
|
Started work on syncronizing seperated audio and video tracks into back into one player.
|
2025-10-31 20:22:17 -04:00 |
|
rainbow napkin
|
a34ece4374
|
Video title now renders escaped entities properly.
|
2025-10-22 21:20:07 -04:00 |
|
rainbow napkin
|
79df27b72c
|
Autocomplete placeholder now replaces spaces in input value with unicode non-breaking space character.
|
2025-10-22 21:04:08 -04:00 |
|
rainbow napkin
|
57787f81e7
|
Queue icon now only shows when readSchedule is allowed.
|
2025-10-22 05:36:55 -04:00 |
|
rainbow napkin
|
6d16ac2353
|
Moved server-side queue transmission to it's own protected namespace.
|
2025-10-22 05:00:59 -04:00 |
|
rainbow napkin
|
5eb307bb9e
|
Created dedicated queue broadcast namespace, to make authorized queue broadcasts as painless as possible.
|
2025-10-22 04:34:05 -04:00 |
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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 |
|
rainbow napkin
|
688afa09e8
|
Started work on channel descriptions and thumby updates.
|
2025-06-09 08:31:34 -04:00 |
|
rainbow napkin
|
92edd74aaa
|
Imrpoved UX in order to prepare for pushback mode.
|
2025-05-18 19:12:42 -04:00 |
|
rainbow napkin
|
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 |
|
rainbow napkin
|
89f78ae265
|
Added Go-Live button to queue panel.
|
2025-05-16 06:32:45 -04:00 |
|