aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2024-11-02Clean up directory structure, improve READMEArjun Satarkar
Also this should make GitHub ignore the vendored code for the purpose of detecting programming languages used in the repository. See https://github.com/github-linguist/linguist/blob/main/docs/overrides.md#vendored-code
2024-11-02Remove Discord Activity code from this branchArjun Satarkar
2024-08-01Discord activity - show video filenamediscord-activityArjun Satarkar
2024-07-28RefactorArjun Satarkar
2024-07-28Discord activity: add per-instance room limitArjun Satarkar
We send all rooms for that instance to the client every few, seconds, so we shouldn't let the number grow without bound.
2024-07-27Don't use Application.compile_envArjun Satarkar
Everything should be runtime config.
2024-07-27Finish Discord activity implementationArjun Satarkar
2024-07-26Add Discord Activity functionality (mostly) + general improvementsArjun Satarkar
2024-07-17Initial commitArjun Satarkar