ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 180a4506069b8e3c504bba7215d330ccdf78cf7d
parent 4c47068a62d6f958a868e5ecf5fe8fbe188c26af
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Sat, 25 Mar 2023 10:25:42 -0700

Update the to do list

Diffstat:
MTODO | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -1,3 +1,12 @@ +- Add a command whichs waits for certain events to take place before + returning. I believe this would require overhauling the command + system, or making a special exception for the command, so + alternatively a command which allows the client to determine + whether an event has passed since it last called the command would + suffice. + +? Consider using syslog(3) as a backend for server logging + ? Consider putting all aps related stuff into aps->data, allowing the server to be reused for other purposes easily