コミットグラフ

211 コミット

作成者 SHA1 メッセージ 日付
n9k 1a19beef11 make a todo up to date 2021-05-14 16:46:24 +00:00
n9k 4fdb3ade0d Merge branch 'ninya9k-master-patch-00900' into 'master'
the last commit but actually properly this time

See merge request ninya9k/onion-livestreaming!2
2021-05-14 16:45:07 +00:00
n9k 8aff006cd3 the last commit but actually properly this time 2021-05-14 16:42:27 +00:00
n9k 819bae7352 the last commit but properly 2021-05-14 16:36:16 +00:00
n9k 1b04a89058 list all banned users not just those who are present right now 2021-05-14 16:24:53 +00:00
n9k 5eabe733cb Merge branch 'ninya9k-master-patch-96400' into 'master'
fix minor html issues

See merge request ninya9k/onion-livestreaming!1
2021-05-14 07:49:18 +00:00
n9k 2d36574651 fix minor html issues 2021-05-14 07:48:39 +00:00
n9k 944d056d71 link to tutorial 2021-05-14 07:29:11 +00:00
n9k bbbf833f4c link to repo on github and gitlab 2021-05-14 07:17:18 +00:00
n9k 844bc81bd1 make the max message length a constant; click captcha to get a new one (`required` had to be removed from <input>s) 2021-05-14 06:59:50 +00:00
n9k ef484b48db Update README.md 2021-04-24 02:18:38 +00:00
n9k 6cdd66bb51 increase generated colour threshold 2021-04-21 16:36:38 +00:00
n9k 22b920383b make it very unlikely for the exact same colour to be generated twice 2021-04-21 14:01:23 +00:00
n9k d360b613be Update README.md 2021-04-20 16:09:19 +00:00
n9k 5ec71772f1 advanced usage requirement 2021-04-20 16:07:31 +00:00
n9k 08ce58bc95 Update README.md 2021-04-20 15:57:30 +00:00
n9k 08f8cdc51e Update README.md 2021-04-20 15:53:44 +00:00
n9k b8af35ff09 videojs player css was messed up 2021-04-18 13:17:27 +00:00
n9k 9110b7f5fe there exist refresh prompts without js as well 2021-04-17 07:09:44 +00:00
n9k 46249f6d70 don't leak the segment numbers if segments still exist in stream/ and stream is offline 2021-04-17 07:03:18 +00:00
n9k 5085b49948 disable videojs; scrubbing when videojs disabled 2021-04-17 06:56:31 +00:00
n9k fc59b51c2d make the border-left the full height of the page 2021-04-16 18:04:38 +00:00
n9k a114fab478 make margin consistent with user list in chat-iframe.html 2021-04-16 17:57:40 +00:00
n9k 4274cc380f typo & todo 2021-04-16 17:53:06 +00:00
n9k c46613ed9e 6em -> 98px tighter 2021-04-16 17:43:57 +00:00
n9k e6177d4666 only necessary css borders 2021-04-16 17:42:03 +00:00
n9k 93abd7dbf6 pseudorandom tags & hopefully generated colours will be further apart 2021-04-16 16:40:13 +00:00
n9k ae7a76a4c2 all viewers are prompted to refresh 2021-04-16 12:50:43 +00:00
n9k 33fdd7b9dd user list; lower latency with videojs disabled 2021-04-16 12:48:39 +00:00
n9k 65b56fbda0 manual refresh banner in list of users 2021-04-16 12:28:41 +00:00
n9k 1c98f0ece7 be careful about where we generate new tokens, we don't want a benign bot to create lots of new viewers by requesting stream.m3u8 repeatedly 2021-04-16 10:37:12 +00:00
n9k b371c8ecea type=int makes the argument default to 0 2021-04-16 10:11:47 +00:00
n9k 82276d2e30 simplify; have resolve_segment_offset return 0 when no segments exist instead of None so everything that uses that function doesn't have to substitute 0 itself 2021-04-16 10:09:42 +00:00
n9k b2a0a37816 remove todo that is now done 2021-04-16 10:01:47 +00:00
n9k f444f05f06 wait for segments when start_number is 0; wait for init.mp4 to be written to before sending it 2021-04-16 09:58:37 +00:00
n9k e6678f3c75 handle start_number in / when no segments exist 2021-04-16 09:27:15 +00:00
n9k c6583aaf7d make js play nice when videojs is disabled 2021-04-16 05:53:25 +00:00
n9k 84b60899fa make videojs optional via ?videojs url argument 2021-04-15 17:26:10 +00:00
n9k fc0d735d08 Update chat-iframe.html 2021-04-15 17:15:59 +00:00
n9k 2f2f9da50f actually use the include_user_list parameter 2021-04-15 17:10:24 +00:00
n9k 3b0463e63c Update website/templates/index.html 2021-04-15 17:00:34 +00:00
n9k fa10509994 Update website/templates/index.html 2021-04-15 16:58:43 +00:00
n9k ee2a5beea9 on /chat make ?users default to true so in the form that refreshes chat, <input name="users" value="0"> can go in a noscript tag and it'll all work out fine 2021-04-15 16:57:11 +00:00
n9k 450f52281b viewer count should match viewer list 2021-04-15 16:43:11 +00:00
n9k c268c8c0fb typo 2021-04-15 15:26:30 +00:00
n9k 476bf92379 rename mod_messages -> mod_chat 2021-04-15 15:24:19 +00:00
n9k e72e45c2b4 show broadcaster the list of banned users; undo bans; fix colour -> tag generation 2021-04-15 15:18:46 +00:00
n9k b9f158ff31 150deg -> 144deg 2021-04-15 12:49:26 +00:00
n9k fb198a1229 upload chat-iframe.html; group users by watching / not watching 2021-04-15 12:45:22 +00:00
n9k ad40056c39 always count down to the next heartbeat, not constant 20 seconds 2021-04-15 12:00:12 +00:00