summaryrefslogtreecommitdiff
path: root/bilibili/danmaku_server_info.go
AgeCommit message (Collapse)Author
2023-07-29Merge branch 'bugfix-invalid-dmmsg'v0.5.0Keuin
2023-07-29Simulate real web app cookies & WebSocket fieldsKeuin
2023-07-14Refactor: use pointer type of `Bilibili` to prevent unexpected copy.Keuin
2023-07-12Refactor: move data structure from `danmaku_server_info.go` to `types`.refactor-commonKeuin
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
2022-09-10Rename module path to GitHub repo.Keuin
2022-09-07First working version. Just a POC.Keuin