Commit graph

310 commits

Author SHA1 Message Date
ad057916d8 Continued work on JSDoc for src/app 2025-08-26 08:37:49 -04:00
fd760e4dab Started work on JSDoc. src/app started, src/app/channel/media complete. 2025-08-25 08:09:43 -04:00
c64b315fdf Added cold-persistance to Channel Chat Buffer via periodic DB saves based on chat activity. 2025-07-23 01:05:39 -04:00
366df357b8 Volatile chat buffer for channel-only chats implemented. 2025-06-11 08:27:56 -04:00
8821b5cff9 Started work on implementing chat buffer. 2025-06-11 08:02:50 -04:00
370a08cb03 Added section in channel settings to update description and thumbnail. 2025-06-11 06:23:10 -04:00
688afa09e8 Started work on channel descriptions and thumby updates. 2025-06-09 08:31:34 -04:00
b5e54afe99 Pushback Schedule mode now works when ending livestreams. 2025-05-19 04:11:25 -04:00
92edd74aaa Imrpoved UX in order to prepare for pushback mode. 2025-05-18 19:12:42 -04:00
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
85c1258bb6 Started work on livestream end handling, and live stream server crash handling. 2025-05-17 10:03:32 -04:00
89f78ae265 Added Go-Live button to queue panel. 2025-05-16 06:32:45 -04:00
b0cca2c6fc UI Updated to reflect active livestreams, queue locks while streaming. 2025-05-15 19:56:00 -04:00
afa57e8080 Started work on queueEntries for active livestreams. 2025-05-15 08:36:04 -04:00
a927b31919 Added streamlock to disable refreshNextTimer() while streaming. Fixed bug in HLS Livestream Media Handler. 2025-05-12 20:48:53 -04:00
dd00a11b92 Started work on HLS Livestreaming. Created basic HLS Livestream Media Handler. 2025-05-12 17:54:47 -04:00
c6de68b474 Started work on HLS livestreaming 2025-05-11 08:19:30 -04:00
93265b7890 Added stream URL to channel settings. 2025-05-10 22:07:20 -04:00
1b0caa5e02 Completed buildPlayer method for youtubeEmbedHandler 2025-05-08 08:22:42 -04:00
aadeac03df Started work on optional offial yotuube embed playback. Added basic client settings panel. 2025-05-07 01:08:17 -04:00
336c746ba7 Started work on dailymotion implementation. Looks like HLS player will be required for this. 2025-05-06 23:35:12 -04:00
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
60cd21d938 Youtube videos now refresh metadata 10 seconds before playback starts. 2025-05-06 21:13:54 -04:00
a71f1d6cc0 Imrpoved error handling for youtube fetches. 2025-05-06 18:30:15 -04:00
9d9aa5672f Youtube videos technically queable/playable 2025-05-06 07:48:24 -04:00
0ce0685fd5 Refactored media link parsing, started work on YT-DLP integration. 2025-05-06 06:32:16 -04:00
1f00bacb6f Improved CSRF handling 2025-05-04 17:52:55 -04:00
d3aa4b8274 Added underscores and dashes to usernames 2025-05-02 03:47:46 -04:00
23ceb74883 Finished up with improvements to error handling. 2025-04-29 07:05:38 -04:00
a6228a9fd9 Started improvement of validators and respective error messages 2025-04-29 00:13:19 -04:00
8305494915 Imrpoved IP Ban Messages 2025-04-28 17:44:07 -04:00
730d816c45 Fixed expiration handlers 2025-04-27 20:39:47 -04:00
853f67fe15 Improved exception handling, started work on improving error messages for IP bans 2025-05-29 09:48:48 -04:00
7d3c31f0aa !r added to tokebot 2025-04-27 10:26:35 -04:00
6639cee8ca Added !resettoke command to tokebot 2025-04-27 09:49:14 -04:00
4dff3e562b Remove guff added by IDE 2025-04-27 08:15:53 -04:00
cc5c63d3b1 Added instance-unique salt to IP hashes 2025-04-27 08:08:39 -04:00
8b6aa69c51 Fixed IP-Hashing and Alt Detection behind Reverse Proxies 2025-04-27 05:46:01 -04:00
46a7e9e067 Updated server-side self-refrencing links to only use port when not reverse proxied. 2025-04-26 19:14:10 -04:00
af982f8611 Add math.floor() function call to setHighLevel() 2025-04-26 18:50:19 -04:00
9bf68a499b Added case-insensitive logins 2025-04-26 16:53:51 -04:00
eadfa7c126 Critical Hotfix for !announce and !serverannounce 2025-04-26 09:48:02 -04:00
878ee4bb2d Converted pop-ups to standard HTML. None use templating features and the router was poorly written anywho. 2025-04-22 07:03:13 -04:00
ef0344942b Fixed refreshNextTimer so it clears out stale timers. 2025-04-22 01:42:07 -04:00
e34dcbdec7 Fixed double-start bug in refreshNextTimer. 2025-04-21 07:20:14 -04:00
46e1b2c45b Fixed crash caused by connecting with deleted flair. 2025-04-15 05:59:43 -04:00
e46513cc1a Added auto-scrolling to chat buffer. 2025-04-12 06:58:43 -04:00
401b9e4fee Added error handling for HTTPS key/cert file loading. 2025-04-12 06:16:38 -04:00
069cb423fd Added HTTPS support 2025-04-12 06:09:34 -04:00
567eb5b574 Redirect added after channel creation. 2025-04-12 05:08:41 -04:00