summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add config options for socket path and umaskHEADmasterAlexander Sulfrian2016-05-103-12/+29
| | | | | | | | | | | You can now set something like: socket_notify = { 'path': '/tmp/phenny.sock', 'umask': 0o077, } in your phenny config and specify the path and umask for the socket.
* debianizationAlexander Sulfrian2014-11-066-0/+53
|
* close socket if IRC connection closesAlexander Sulfrian2014-02-091-1/+7
| | | | | | | | Phenny has some restart logic, if the asyncore loop ends. But for this all open sockets have to be closed. Our new socket keeps the loop running even without a connection to the IRC. So we need to close our socket, if the socket of phenny closes. (It is a bit monkey patching, becuase phenny does not have any hooks.)
* make socket writable for all userAlexander Sulfrian2013-08-101-0/+3
|
* initial commitAlexander Sulfrian2013-08-042-0/+58