| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Streamable support | RblSb | 2024-08-02 | -42/+42 |
| | | | | | closes #49 | |||
| * | Video item fixes | RblSb | 2024-04-29 | -5/+28 |
| | | | | | | | - 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 videos | RblSb | 2024-04-28 | -411/+1107 |
| | | | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs | |||
| * | Improve srt parsing | RblSb | 2024-04-21 | -1/+1 |
| | | ||||
| * | Keep flashbacks in state | RblSb | 2024-01-05 | -34/+37 |
| | | ||||
| * | Fix file descriptor leaks when streaming files | RblSb | 2024-01-05 | -17/+36 |
| | | ||||
| * | Flashback time per item, improve webm/webp support | RblSb | 2024-01-01 | -36/+91 |
| | | ||||
| * | Fix log filter | RblSb | 2024-01-01 | -8/+17 |
| | | ||||
| * | Ignore video limit per user for admins (#47) | Victor Melnik | 2024-01-01 | -1/+1 |
| | | ||||
| * | Use null coalescing op | RblSb | 2023-04-23 | -31/+26 |
| | | ||||
| * | Update to Haxe 4.3 | RblSb | 2023-04-23 | -116/+102 |
| | | ||||
| * | Add --port argument | RblSb | 2023-01-09 | -29/+58 |
| | | | | | for fast multichannel setups | |||
| * | Add "localNetworkOnly" option | RblSb | 2022-11-08 | -24/+37 |
| | | ||||
| * | Fix dates in chat history | RblSb | 2022-11-07 | -2/+3 |
| | | | | | Save without server timezone offset | |||
| * | Fix downloading for partial content | RblSb | 2022-11-06 | -5/+25 |
| | | ||||
| * | Update locked playlist restrictions | RblSb | 2022-03-15 | -24/+48 |
| | | | | | And add "toggleItemType" permission. Closes #36 | |||
| * | Improve url handling | RblSb | 2022-03-09 | -14/+21 |
| | | ||||
| * | Update ws library and lockfile version | RblSb | 2021-12-19 | -1/+1 |
| | | | | | closes #34 | |||
| * | Stringify time in log | RblSb | 2021-10-13 | -5/+19 |
| | | ||||
| * | Rework videolist structure | RblSb | 2021-09-27 | -132/+155 |
| | | ||||
| * | Got a bug? Write /dump to chat as admin | RblSb | 2021-09-27 | -355/+421 |
| | | | | | And open new issue with received file. | |||
| * | Allow proxy ips by default | RblSb | 2021-09-27 | -12/+16 |
| | | | | | And improve server output | |||
| * | Improve video skip logic | RblSb | 2021-09-07 | -37/+39 |
| | | ||||
| * | Detect null/ctrl chars | RblSb | 2021-09-03 | -16/+27 |
| | | | | | closes #30 | |||
| * | /kick feature | RblSb | 2021-08-30 | -299/+354 |
| | | ||||
| * | Fix int32 overflow | RblSb | 2021-08-29 | -5/+14 |
| | | | | | closes #29 | |||
| * | Fix subs for linux chrome | RblSb | 2021-08-20 | -3/+3 |
| | | | | | With trackEl.srclang = "en" | |||
| * | Add /flashback (/fb) | RblSb | 2021-08-15 | -18/+57 |
| | | ||||
| * | Fix local subs | RblSb | 2021-08-13 | -2/+2 |
| | | | | | closes #28 | |||
| * | Ban/unban commands | RblSb | 2021-08-10 | -358/+537 |
| | | | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26 | |||
| * | Improve partial content streams | RblSb | 2021-07-11 | -7/+17 |
| | | ||||
| * | Fix local media paths | RblSb | 2021-07-10 | -0/+1 |
| | | | | | closes #25 | |||
| * | Reformat | RblSb | 2021-07-05 | -21/+21 |
| | | ||||
| * | Less silly logins | RblSb | 2021-06-06 | -103/+128 |
| | | | | | And Haxe update | |||
| * | Subtitles url input | RblSb | 2021-02-14 | -70/+73 |
| | | | | | Can be enabled by plugins | |||
| * | Support partial content streams | RblSb | 2021-02-10 | -16/+31 |
| | | ||||
| * | Improve changeOrder permission | RblSb | 2021-02-04 | -50/+52 |
| | | | | | closes #21 | |||
| * | requestLeaderOnPause option | RblSb | 2021-01-17 | -4/+7 |
| | | | | | closes #13 | |||
| * | Don't crash with busy port | RblSb | 2020-12-18 | -39/+80 |
| | | ||||
| * | youtubePlaylistLimit setting | RblSb | 2020-12-17 | -3/+6 |
| | | | | | closes #12 | |||
| * | Better url fix | RblSb | 2020-12-09 | -4/+1 |
| | | ||||
| * | Fix proxy urls with ports | RblSb | 2020-12-08 | -7/+10 |
| | | | | | closes RblSb/SyncTube-octosubs#1 | |||
| * | Exit messages | RblSb | 2020-07-30 | -12/+19 |
| | | ||||
| * | Improve getGlobalIp | RblSb | 2020-07-29 | -6/+8 |
| | | ||||
| * | Improve data validation | RblSb | 2020-07-18 | -2/+18 |
| | | ||||
| * | Fix multiskip with permanent items | RblSb | 2020-06-04 | -22/+24 |
| | | ||||
| * | Detect broken connections | RblSb | 2020-06-03 | -11/+30 |
| | | ||||
| * | Event logs and log replay | RblSb | 2020-06-03 | -69/+453 |
| | | ||||
| * | Support single proxy redirect | RblSb | 2020-05-23 | -10/+33 |
| | | ||||
| * | Disable client debug messages | RblSb | 2020-05-21 | -16/+20 |
| | | | | | now in server --verbose run | |||
