shithub: fingerd

Clone

clone: git://shithub.us/sirjofri/fingerd gits://shithub.us/sirjofri/fingerd
push: hjgit://shithub.us/sirjofri/fingerd
patches to: sirjofri@sirjofri.de

Last commit

e36ece0f – sirjofri <sirjofri@sirjofri.de> authored on 2021/04/29 11:28
adds namespace.finger support (untested)

About

fingerd : Plan 9 Finger Server
==============================

Features
--------

- `/lib/finger/motd`: `finger @example.com`
- `/lib/finger/usernotfound`
- `/lib/finger/filenotfound`
- `/usr/$user/finger/finger`: `finger $user@example.com`
- `/usr/$user/finger/file`: `finger $user+file@example.com`

Notes:

- `finger @example.com` can also print a list of users.
- If `/lib/finger` files are not here, generic messages will be printed.
- paths can be arbitrarily long, stepping into subdirectories. All `+` will be replaced with `/` for building paths.