about summary refs log tree commit diff stats
path: root/adapter/finger
Commit message (Collapse)AuthorAgeFilesLines
* adapter/: re-structurebptato2023-12-121-39/+0
|
* cha-finger: use MAPPED_URI_*bptato2023-12-121-25/+15
| | | | | Much simpler & more efficient than the ugly regex parsing we used to have.
* Enable finger protocol by defaultbptato2023-12-101-0/+49
* Add a default urimethodmap that points finger: to cha-finger * Install cha-finger to /usr/local/libexec/cha/cgi-bin by default * cha-finger: use ALL_PROXY if given, die if curl is not installed