Commit graph

116 commits

Author SHA1 Message Date
rainbow napkin ad057916d8 Continued work on JSDoc for src/app 2025-08-26 08:37:49 -04:00
rainbow napkin fd760e4dab Started work on JSDoc. src/app started, src/app/channel/media complete. 2025-08-25 08:09:43 -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 8821b5cff9 Started work on implementing chat buffer. 2025-06-11 08:02:50 -04:00
rainbow napkin b5e54afe99 Pushback Schedule mode now works when ending livestreams. 2025-05-19 04:11:25 -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 85c1258bb6 Started work on livestream end handling, and live stream server crash handling. 2025-05-17 10:03:32 -04:00
rainbow napkin b0cca2c6fc UI Updated to reflect active livestreams, queue locks while streaming. 2025-05-15 19:56:00 -04:00
rainbow napkin afa57e8080 Started work on queueEntries for active livestreams. 2025-05-15 08:36:04 -04:00
rainbow napkin a927b31919 Added streamlock to disable refreshNextTimer() while streaming. Fixed bug in HLS Livestream Media Handler. 2025-05-12 20:48:53 -04:00
rainbow napkin dd00a11b92 Started work on HLS Livestreaming. Created basic HLS Livestream Media Handler. 2025-05-12 17:54:47 -04:00
rainbow napkin c6de68b474 Started work on HLS livestreaming 2025-05-11 08:19:30 -04:00
rainbow napkin 2a3740dece queue refreshes raw link for items starting in less than 10 seconds, rawRefresh only refreshes expired links. 2025-05-06 22:45:26 -04:00
rainbow napkin 60cd21d938 Youtube videos now refresh metadata 10 seconds before playback starts. 2025-05-06 21:13:54 -04:00
rainbow napkin 9d9aa5672f Youtube videos technically queable/playable 2025-05-06 07:48:24 -04:00
rainbow napkin 0ce0685fd5 Refactored media link parsing, started work on YT-DLP integration. 2025-05-06 06:32:16 -04:00
rainbow napkin 8305494915 Imrpoved IP Ban Messages 2025-04-28 17:44:07 -04:00
rainbow napkin 853f67fe15 Improved exception handling, started work on improving error messages for IP bans 2025-05-29 09:48:48 -04:00
rainbow napkin 7d3c31f0aa !r added to tokebot 2025-04-27 10:26:35 -04:00
rainbow napkin 6639cee8ca Added !resettoke command to tokebot 2025-04-27 09:49:14 -04:00
rainbow napkin 4dff3e562b Remove guff added by IDE 2025-04-27 08:15:53 -04:00
rainbow napkin 8b6aa69c51 Fixed IP-Hashing and Alt Detection behind Reverse Proxies 2025-04-27 05:46:01 -04:00
rainbow napkin af982f8611 Add math.floor() function call to setHighLevel() 2025-04-26 18:50:19 -04:00
rainbow napkin eadfa7c126 Critical Hotfix for !announce and !serverannounce 2025-04-26 09:48:02 -04:00
rainbow napkin ef0344942b Fixed refreshNextTimer so it clears out stale timers. 2025-04-22 01:42:07 -04:00
rainbow napkin e34dcbdec7 Fixed double-start bug in refreshNextTimer. 2025-04-21 07:20:14 -04:00
rainbow napkin 46e1b2c45b Fixed crash caused by connecting with deleted flair. 2025-04-15 05:59:43 -04:00
rainbow napkin 17e736ab1a Fixed bug with server-side sync function 2025-04-10 20:36:02 -04:00
rainbow napkin 3c144894c6 Modified Queue Logic to handle bulk queueing better. 2025-04-10 20:33:36 -04:00
rainbow napkin ed78bc7dfc Finished up with backend for user playlists 2025-04-07 03:49:20 -04:00
rainbow napkin aefc2dc1bd Started work on implementing user playlists 2025-04-06 00:24:05 -04:00
rainbow napkin e629c63b2c Added random and individual queuing from playlists. 2025-04-05 15:53:07 -04:00
rainbow napkin e61d9deb52 Fixed perms for schedule/channel playlists 2025-04-04 20:38:40 -04:00
rainbow napkin f21b66fae0 Finished up with Playlist Managment UI. 2025-04-04 08:18:20 -04:00
rainbow napkin c3781d6259 Continued work on playlist management UI 2025-04-03 01:43:19 -04:00
rainbow napkin 1723e8ebd0 Started work on playlist management UI 2025-03-30 14:11:49 -04:00
rainbow napkin 65b5ae9371 Added backend functionality for channel playlist deletion 2025-03-27 08:32:45 -04:00
rainbow napkin 1e905b3658 Added defaultTitles feature to playlists 2025-03-26 23:30:32 -04:00
rainbow napkin 1167b2dd76 Continued work on Playlist Queueing 2025-03-26 23:08:32 -04:00
rainbow napkin 70a68d9336 Continued work on channel-wide playlists. 2025-03-25 08:23:58 -04:00
rainbow napkin 72a89ae5ff Started work on channel-wide playlists. 2025-03-23 22:30:10 -04:00
rainbow napkin cb09c139c7 Created playlist queue schema. 2025-02-15 18:33:07 -05:00
rainbow napkin 8a273d8055 Finished up with Persistent queue storage in database. 2025-02-15 11:02:58 -05:00
rainbow napkin d60182ceae Removed console.log() call and fixed bug with resuming playback after server restart. 2025-02-12 07:48:47 -05:00
rainbow napkin c8cd336c91 Started work on schedule archiving. 2025-02-12 07:41:08 -05:00
rainbow napkin a41541d07b Added persistent rescheduling of nowPlaying after server goes down. 2025-02-11 07:39:20 -05:00
rainbow napkin 179a10fb72 Added proper handling of items that begin late and end early. 2025-02-09 17:29:07 -05:00
rainbow napkin 44dd613ea3 Added schedule locking and day jumping on scroll lock. 2025-02-09 00:45:36 -05:00
rainbow napkin c04edb6691 Added schedule clearing and scroll to drag to schedule panel. 2025-02-07 06:01:20 -05:00