summaryrefslogtreecommitdiff
path: root/danmaku
AgeCommit message (Collapse)Author
2023-07-29Use Brotli to follow the latest Bilibili web implementationKeuin
2023-07-29Bugfix: failed to parse `DANMU_MSG` messagesKeuin
2023-07-11Refactor: move data structures to a separate package to avoid circular ↵Keuin
dependency.
2023-07-02Refactor: move RoomId type to the correct package. Type all room ID usages.Keuin
2023-07-01Refactor: rename consts to follow Go idiom. Fix const comment style.Keuin
2022-09-10Rename module path to GitHub repo.Keuin
2022-09-10Bugfix: make it compile on 32-bit platforms.Keuin
2022-09-07More comprehensive danmaku message handling.Keuin
2022-09-07Bugfix: wrong errorf placeholderKeuin
2022-09-07First working version. Just a POC.Keuin