summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/discord/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* plugins/discord: fix softlist longname cracyc2021-02-131-2/+2
|
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-2/+2
| | | | | | | | | | | Made the sound manager mute controls readable, and got rid of system enable since it just controls system mute anyway. This was causing confusion: phantom2 was trying to use both independentlyt casuing the mute bit to be ignored. THe Lua interface changes are mostly changing methods to properties, some renames to make things clearer, and some additional properties for better control over snapshots.
* winptty: don't create pipe unless requested (nw) cracyc2019-11-161-1/+10
| | | | plugins/discord: disconnect if timed out (nw)
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-1/+1
|
* Discord plugin try 2 (#3640) cracyc2018-06-081-0/+106
* plugins/discord: discord presence plugin [Carl] * plugins/discord: use domain sockets and pipes [Carl] * winptty: fix connecting to existing socket (nw) plugins/discord: show pause state (nw) * plugins/discord: fix pause behavior (nw)