summaryrefslogtreecommitdiffstats
path: root/src/log.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix IP address loggingNolan Prescott2020-12-191-4/+20
| | | | | | | | Cast generic sockaddr to the appropriate sockaddr_ AF and switch inet_ntop argument accordingly. Intended to fix issue reported on ~sircmpwn/gmni-discuss: "Logged IPv4 addresses are wrong"
* Always log server messages to stderrDrew DeVault2020-09-261-1/+1
| | | | So that you can just direct stdout to a file to get the request log.
* Implement TLS exchange with clientsDrew DeVault2020-09-241-3/+3
| | | | This probably leaves a bit to be desired tbh
* Log bind addresses on startupDrew DeVault2020-09-241-0/+2
|
* Generalize loggingDrew DeVault2020-09-231-0/+61