summaryrefslogtreecommitdiffstats
path: root/peekaboo/daemon.py
AgeCommit message (Expand)Author
2017-10-13Massive refactoring to implement our toolbox / plugin conceptSebastian Deiss
2017-10-12Provide config object for all modules of PeekabooSebastian Deiss
2017-09-22Implement new database schemaSebastian Deiss
2017-09-14Change logging format and make it configurableSebastian Deiss
2017-09-07Change Peekaboo's greeting message from english to germanSebastian Deiss
2017-09-05daemon.py: fix indentation to allow analyses of directores againSebastian Deiss
2017-09-04daemon.py: Send a greeting message if a client e. g. AMaViSd is connectedSebastian Deiss
2017-09-01Ensure propper logging of critical errorsSebastian Deiss
2017-09-01Fix duplicate loggingSebastian Deiss
2017-08-31Use a with-statement to create / write the PID file.Sebastian Deiss
2017-08-30Replace our own server implementation with Python's SocketServer framework.Sebastian Deiss