]> git.ktnx.net Git - mpd-feeder.git/history - lib
add a hard dependency on postgresql to the systemd service file
[mpd-feeder.git] / lib /
2021-11-28 Damyan Ivanovtypo in option name
2021-11-27 Damyan Ivanovadd systemd integration (optional)
2021-11-27 Damyan Ivanovmore log priority adjustments
2021-11-26 Damyan Ivanovmore log priorities
2021-11-26 Damyan Ivanovadjust some log priorities
2021-11-26 Damyan Ivanovdrop WorkQueue (abandoned idea)
2021-11-25 Damyan Ivanovcope with no $idler right after idle is done
2021-11-25 Damyan Ivanovkeep $loop variable at closure reach
2021-11-25 Damyan Ivanovworking re-connection on disconnection
2021-11-25 Damyan Ivanovrework event looping, allows for graceful (re-)connecti...
2021-11-21 Damyan Ivanovfixup idle rework: add WorkQueue
2021-11-21 Damyan Ivanovwhitespace
2021-11-21 Damyan Ivanovconvert Feeder to unit-level class too
2021-11-21 Damyan Ivanovrework idling again, walking around Net::Async::MPD...
2021-11-21 Damyan Ivanovconvert to unit-type class definition
2021-11-18 Damyan Ivanovperiodically break out of idle mode to see if the conne...
2021-11-18 Damyan Ivanovno warnings on undef usage when idle waiting results...
2021-11-16 Damyan Ivanovmove 'connect' method next to the 'disconnect' method
2021-11-16 Damyan Ivanovimplement unwanted album list manipulation
2021-11-16 Damyan Ivanovdo not crash when the playlist is cleared
2021-11-15 Damyan Ivanovrework DB update using COPY and a PostgreSQL function...
2021-11-13 Damyan Ivanovdrop "run" method which became a wrapper around prepare...
2021-11-13 Damyan Ivanovsubscribe to "close" event only once, after connecting...
2021-11-12 Damyan Ivanovadd list-unwanted-artists command
2021-11-12 Damyan Ivanovfix DB interaction from commands after DB split-out
2021-11-12 Damyan Ivanova second HIP/INT signal causes a hard exit()
2021-11-12 Damyan Ivanovsplit out DB operations in a module
2021-11-12 Damyan Ivanovshow command line upon re-exec (log_level=trace)
2021-11-12 Damyan Ivanovexit cleanly on SIGTERM and SIGINT
2021-11-12 Damyan Ivanovsplit command execution into App::MPD::Feeder::Command
2021-11-12 Damyan Ivanovfix DB stats retrieval when no songs were queued recently
2021-11-12 Damyan Ivanovmove mail event loop to Feeder
2021-11-12 Damyan Ivanovsplit-out App::MPD::Feeder -- the main application...
2021-11-11 Damyan Ivanovmove Options in a stand-alone module