aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Main.hx
Commit message (Collapse)AuthorAgeLines
* Support yt-dlp with js runtimesRblSb2025-11-13-14/+20
| | | | | | Also adds server version for standalone clients. Remember to update `RblSb/ytdlp-nodejs` if you use this feature.
* Rework isLoad player stateRblSb2025-09-10-1/+1
| | | | closes #67
* /crash, update yt-dlp on start, newer node fixRblSb2025-09-03-0/+5
|
* Ssl key config optionsRblSb2025-09-03-6/+61
| | | | see #66
* Fix caching shortsRblSb2025-05-30-2/+10
|
* Migrate to yt-dlpRblSb2025-05-24-0/+8
| | | | | | | - yt-dlp should be more stable and allows more cool stuff in future - easier to export cookies.txt with yt-dlp utility (cookies.json support removed) - better quality fallback if not enough space - keep progress reports after reconnections
* Trim spaces in messageRblSb2025-04-09-1/+1
|
* Ask to create admin user on fresh install (#62)Remi2025-04-07-1/+7
| | | | | | | | | | | | | * Ask to create admin user on fresh install * Implement client form submitting * minimize diff, simplify impl * Check json typing and clean stuff --------- Co-authored-by: RblSb <msrblsb@gmail.com>
* Initial cache support for raw videosRblSb2025-03-25-3/+13
| | | | m3u8 videos are cached without downloading segments, only m3u8 file is downloaded and segment links are updated to use synctube proxy, so you can add video to playlist as server, ignoring ip restrictions, and stream it to everyone
* Fix empty playlist clear crashRblSb2025-03-18-6/+8
|
* Remove heroku-specific checkRblSb2025-03-18-14/+8
|
* More informative permission errorsRblSb2025-03-06-17/+16
|
* Youtube cache cookies supportRblSb2025-02-15-10/+11
| | | | closes #59
* Improve cache limit handlingRblSb2025-02-09-3/+3
|
* Fixes packRblSb2025-02-07-9/+15
| | | | | | | - Fix timer seek on server pause with double timer.pause() calls - Implement multi-caching - Better uploading progress with XMLHttpRequest - Better upload/cache error reporting
* CleanupRblSb2025-01-29-4/+15
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-12/+22
| | | | | | And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit. I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
* Add server pause when leader disconnectsRblSb2025-01-24-2/+13
|
* Cache on server featureRblSb2025-01-17-20/+35
| | | | | | | | Server will download video from supported players and add as raw video to playlist (only youtube is supported for now). Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config. There is also minor ux improvement, latest checkbox states will be keeped in local storage now.
* External audiotrack supportRblSb2025-01-12-0/+2
| | | | | | | | This works as voice over if video also has audio, changing video volume to 0.3. Also improve autoplay by playing videos muted and unmute on first page click. There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check).
* Add uuids for better reconectionRblSb2024-08-15-4/+27
| | | | | | Kick zombie users with same uuids. Minimal node version is 14.
* Seamless reconnection for first 5 secondsRblSb2024-08-14-5/+19
|
* Streamable supportRblSb2024-08-02-2/+0
| | | | closes #49
* Video item fixesRblSb2024-04-29-4/+6
| | | | | | - Fix youtube fallback, `videoItem.url` is now immutable - JsApi.setVideoSrc now updates to supported player based on `url` arg - Fix auto-pause when video is ended (with `requestLeaderOnPause`)
* Raw youtube fallback for unavailable videosRblSb2024-04-28-3/+15
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Keep flashbacks in stateRblSb2024-01-05-17/+20
|
* Flashback time per item, improve webm/webp supportRblSb2024-01-01-17/+62
|
* Ignore video limit per user for admins (#47)Victor Melnik2024-01-01-1/+1
|
* Use null coalescing opRblSb2023-04-23-5/+3
|
* Add --port argumentRblSb2023-01-09-1/+7
| | | | for fast multichannel setups
* Add "localNetworkOnly" optionRblSb2022-11-08-6/+12
|
* Fix dates in chat historyRblSb2022-11-07-1/+3
| | | | Save without server timezone offset
* Update locked playlist restrictionsRblSb2022-03-15-3/+14
| | | | And add "toggleItemType" permission. Closes #36
* Update ws library and lockfile versionRblSb2021-12-19-2/+2
| | | | closes #34
* Stringify time in logRblSb2021-10-13-1/+1
|
* Rework videolist structureRblSb2021-09-27-35/+27
|
* Got a bug? Write /dump to chat as adminRblSb2021-09-27-4/+31
| | | | And open new issue with received file.
* Allow proxy ips by defaultRblSb2021-09-27-6/+7
| | | | And improve server output
* Improve video skip logicRblSb2021-09-07-15/+37
|
* Detect null/ctrl charsRblSb2021-09-03-1/+3
| | | | closes #30
* /kick featureRblSb2021-08-30-0/+11
|
* Add /flashback (/fb)RblSb2021-08-15-0/+39
|
* Ban/unban commandsRblSb2021-08-10-16/+104
| | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26
* ReformatRblSb2021-07-05-44/+70
|
* Less silly loginsRblSb2021-06-06-7/+11
| | | | And Haxe update
* Improve changeOrder permissionRblSb2021-02-04-9/+4
| | | | closes #21
* Don't crash with busy portRblSb2020-12-18-2/+19
|
* Exit messagesRblSb2020-07-30-3/+8
|
* Improve getGlobalIpRblSb2020-07-29-1/+1
|
* Improve data validationRblSb2020-07-18-1/+11
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage