ncdc 1.12 released.
This commit is contained in:
parent
e82b277935
commit
1ac0600f93
10 changed files with 109 additions and 24 deletions
29
dat/ncdc-man
29
dat/ncdc-man
|
|
@ -130,6 +130,10 @@ See the /open command for more information.
|
|||
|
||||
Open the connections tab.
|
||||
|
||||
=item B</delhub> <name>
|
||||
|
||||
Remove a hub from the configuration
|
||||
|
||||
=item B</disconnect>
|
||||
|
||||
Disconnect from a hub.
|
||||
|
|
@ -188,9 +192,9 @@ Send a private message to a user on the currently opened hub. If no message is g
|
|||
|
||||
Alias for `/hset nick' on hub tabs, and `/set nick' otherwise.
|
||||
|
||||
=item B</open> [-n] <name> [<address>]
|
||||
=item B</open> [-n] [<name>] [<address>]
|
||||
|
||||
Opens a new tab to use for a hub. The name is a (short) personal name you use to identify the hub, and will be used for storing hub-specific configuration.
|
||||
Without arguments, list all hubs known by the current configuration. Otherwise, this opens a new tab to use for a hub. The name is a (short) personal name you use to identify the hub, and will be used for storing hub-specific configuration.
|
||||
|
||||
If you have specified an address or have previously connected to a hub from a tab with the same name, /open will automatically connect to the hub. Use the `-n' flag to disable this behaviour.
|
||||
|
||||
|
|
@ -471,6 +475,16 @@ The maximum size of a file that may be downloaded using a `minislot', in KiB. Se
|
|||
|
||||
Your nick. Nick changes are only visible on newly connected hubs, use the `/reconnect' command to use your new nick immediately. Note that it is highly discouraged to change your nick on NMDC hubs. This is because clients downloading from you have no way of knowing that you changed your nick, and therefore can't immediately continue to download from you.
|
||||
|
||||
=item B<notify_bell> <disable|low|medium|high>
|
||||
|
||||
When enabled, ncdc will send a bell to your terminal when a tab indicates a notification. The notification types are:
|
||||
|
||||
high - Messages directed to you (PM or highlight in hub chat),
|
||||
medium - Regular hub chat,
|
||||
low - User joins/quits, new search results, etc.
|
||||
|
||||
How a "bell" (or "beep" or "alert", whatever you prefer to call it) manifests itself depends on your terminal. In some setups, this generates an audible system bell. In other setups it can makes your terminal window flash or do other annoying things to get your attention. And in some setups it is ignored completely.
|
||||
|
||||
=item B<password> <string>
|
||||
|
||||
Sets your password for the current hub and enables auto-login on connect. If you just want to login to a hub without saving your password, use the `/password' command instead. Passwords are saved unencrypted in the config file.
|
||||
|
|
@ -491,6 +505,10 @@ Any file or directory with a name that matches this regular expression will not
|
|||
|
||||
Whether to share hidden files and directories. A `hidden' file or directory is one of which the file name starts with a dot. (e.g. `.bashrc'). A file list refresh is required for this setting to be effective.
|
||||
|
||||
=item B<share_symlinks> <boolean>
|
||||
|
||||
Whether to follow symlinks in shared directories. When disabled (default), ncdc will never share any files outside of the directory you specified. When enabled, any symlinks in your shared directories will be followed, even when they point to a directory outside your share.
|
||||
|
||||
=item B<show_joinquit> <boolean>
|
||||
|
||||
Whether to display join/quit messages in the hub chat.
|
||||
|
|
@ -499,6 +517,12 @@ Whether to display join/quit messages in the hub chat.
|
|||
|
||||
The number of upload slots. This determines for the most part how many people can download from you simultaneously. It is possible that this limit is exceeded in certain circumstances, see the `minislots' setting and the `/grant' command.
|
||||
|
||||
=item B<sudp_policy> <disabled|allow|prefer>
|
||||
|
||||
Set the policy for sending or receiving encrypted UDP search results. When set to `disabled', all UDP search results will be sent and received in plain text. Set this to `allow' to let ncdc reply with encrypted search results if the other client requested it. `prefer' will also cause ncdc itself to request encryption.
|
||||
|
||||
Note that, regardless of this setting, encrypted UDP search results are only used on ADCS hubs. They will never be sent on NMDC or non-TLS ADC hubs. Also note that, even if you set this to `prefer', encryption is still only used when the client on the other side of the connection also supports it.
|
||||
|
||||
=item B<tls_policy> <disabled|allow|prefer>
|
||||
|
||||
Set the policy for secure client-to-client connections. Setting this to `disabled' disables TLS support for client connections, but still allows you to connect to TLS-enabled hubs. `allow' will allow the use of TLS if the other client requests this, but ncdc itself will not request TLS when connecting to others. Setting this to `prefer' tells ncdc to also request TLS when connecting to others.
|
||||
|
|
@ -536,6 +560,7 @@ C</help keys> command, and is reproduced below.
|
|||
Alt+k Open next tab.
|
||||
Alt+h Move current tab left.
|
||||
Alt+l Move current tab right.
|
||||
Alt+a Move tab with recent activity.
|
||||
Alt+<num> Open tab with number <num>.
|
||||
Alt+c Close current tab.
|
||||
Alt+n Open the connections tab.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue