summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2024-02-18fix(chat): do not send chat join messageGabe Kangas
2024-01-24Modified rate limit conditions to exclude moderators (#3534)Aziz Rmadi
2024-01-22fix: share local hls file cleanup between s3 and filesystem providers. Fixes ...Gabe Kangas
2024-01-21Gek/cache bot search page (#3530)Gabe Kangas
2023-12-18fix: address potential crash that can happen with queued object storage uploa...Gabe Kangas
2023-11-20feat(log): point to passthrough as a potential issue when unable to generate ...Gabe Kangas
2023-10-21fix(emoji): hopefully guard against the crash in #3331Gabe Kangas
2023-10-08chore(go): run betteralign and gofumpt on codebaseGabe Kangas
2023-09-21fix: remove whitespace to resolve linter warningGabe Kangas
2023-09-21Renamed rewriteRemotePlaylist (#3313)Tom Funken
2023-09-10feat(chat): add support for chat part messages. Closes #3201 (#3291)Gabe Kangas
2023-08-25fix: updates for new linter rules. Closes #3277Gabe Kangas
2023-08-11feat(storage): support a object storage custom path prefixGabe Kangas
2023-08-03feat(video): add IP address to RTMP logs. Closes #3212 (#3233)Gabe Kangas
2023-08-03Cleanup object storage files on success or failure (#3231)Gabe Kangas
2023-07-24s3Storage: fix slice bounds out of range error (#3208)John Regan
2023-07-18fix: limit the different worker pools to available CPU cores. Should resolve ...Gabe Kangas
2023-07-10chat: check that a new username is different before sending out updates (#3162)John Regan
2023-07-05Chat wire protocol (#3125)John Regan
2023-06-27feat(chat): support line breaks and pasted content. Closes #3108Gabe Kangas
2023-06-26fix(chat): fix missing alt tags on custom emoji. Closes #3106Gabe Kangas
2023-06-05feat: simplify console logsGabe Kangas
2023-06-02Use VA-API hardware decoding and scaling (#2976)hagn
2023-05-31Update segment cleanup to support object storage (#2876)Gabe Kangas
2023-05-30Support using the custom video serving endpoint even if you don't use object ...Gabe Kangas
2023-05-30feat(webhooks): add stream status to webhook (#2934)Gabe Kangas
2023-05-30feat: add support for robots.txt disabling search indexing (#2929)Gabe Kangas
2023-05-30Update to Go 1.20 + run better align (#2927)Gabe Kangas
2023-05-28Add comment to explain what this service does0.1.1Gabe Kangas
2023-05-11feat(video): force closed gopsGabe Kangas
2023-04-24chore(go): updated build tag constraint syntaxGabe Kangas
2023-04-05Refactor the api access token query. Fixes #2902"Gabe Kangas
2023-04-01Give a more detailed s3 failure error messageGabe Kangas
2023-03-30improv: use actual webhook events in webhook tests (#2882)Pranav Joglekar
2023-03-28Trigger the title updated webhook event whenever a title is changed (#2823)Pranav Joglekar
2023-03-21Increase timeout between join messages from 5 to 10 minutesGabe Kangas
2023-03-16S3 headers (#2830)Jacob Wrenn
2023-03-13Remove unused event and comments on blockGabe Kangas
2023-02-27Do not support stream key UI or any persisted stream keys when overridden via...Gabe Kangas
2023-02-05Fix the filename mismatch then the on-disk filename changed.Gabe Kangas
2023-01-26Rename offline clip for clarity with typescriptGabe Kangas
2023-01-22Create explicit mapping between cpu use levels and codec presets. Closes #2610Gabe Kangas
2023-01-18Allow adding custom javascript to the page. Closes #2604Gabe Kangas
2023-01-17Remove twitter notification configuration (#2598)Michael David Kuckuk
2023-01-10improve stream testing script (#2549)Meisam
2023-01-04Revert "improve stream testing script (#2525)"Gabe Kangas
2023-01-04improve stream testing script (#2525)Meisam
2022-12-29Enforce username limitations on registration for #2527Gabe Kangas
2022-12-29Sanitize+truncate display names on registration+change. For #2527Gabe Kangas
2022-12-23Use subtle.ConstantTimeCompare instead of simple string compare. Closes #2489Gabe Kangas