Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
service:finger [2010/02/21 19:55] – created digitalman | service:finger [2020/11/11 14:29] (current) – [Configuration] add missing modops.ini options mlong | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Finger Service ====== | ====== Finger Service ====== | ||
- | TODO | + | The Synchronet Finger Service ('' |
+ | * [[wp> | ||
+ | * Finger over UDP (non-standard, | ||
+ | * Active Users (a.k.a. [[wp> | ||
+ | |||
+ | **Note:** | ||
+ | Active Users over UDP is required for inter-bbs [[module: | ||
+ | |||
+ | ===== Configuration ===== | ||
+ | Example configurations (in '' | ||
+ | |||
+ | < | ||
+ | [Finger] | ||
+ | Port=79 | ||
+ | Options=NO_HOST_LOOKUP | ||
+ | Command=fingerservice.js | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | [ActiveUser-UDP] | ||
+ | Port=11 | ||
+ | Options=UDP | NO_HOST_LOOKUP | ||
+ | Command=fingerservice.js -u | ||
+ | </ | ||
+ | |||
+ | Example configurations (in '' | ||
+ | |||
+ | < | ||
+ | [fingerservice] | ||
+ | include_age = true | ||
+ | include_gender = true | ||
+ | include_location = true | ||
+ | include_real_name = true | ||
+ | findfile = false | ||
+ | bbslist = false | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Command-line options ==== | ||
+ | |||
+ | Add to the command lines shown above to change the behavior of the Finger service: | ||
+ | |||
+ | ^ Option ^ Description ^ | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | |||
+ | ===== Plan Files ===== | ||
+ | |||
+ | Each BBS user may have their own finger-readable '' | ||
+ | |||
+ | ===== Special Requests ===== | ||
+ | |||
+ | The normal Finger protocol usage is to request information on a specific user-ID/ | ||
+ | |||
+ | ^ Request | ||
+ | | ''? | ||
+ | | ''? | ||
+ | | ''? | ||
+ | | ''? | ||
+ | | ''? | ||
+ | | ''? | ||
+ | | ''? | ||
+ | | ''? | ||
+ | | ''? | ||
+ | | ''? | ||
+ | |||
+ | ==== Additional Special Requests ==== | ||
+ | |||
+ | You can have additional files available for query via Finger //Special Request// by placing the files in the '' | ||
+ | |||
+ | ===== See Also ===== | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | |||
+ | {{tag> |