ncdc 1.16 + 1.16.1 released + misc changes
This commit is contained in:
parent
c99ea0d9fc
commit
76bb10482a
14 changed files with 90 additions and 36 deletions
|
|
@ -193,7 +193,7 @@ This command may take some time to complete, and will fully block ncdc while it
|
|||
|
||||
=item B</grant> [-list|<user>]
|
||||
|
||||
Grant someone a slot. This allows the user to download from you even if you have no free slots. The slot will be granted for as long as ncdc stays open or the /ungrant command is used. If you restart ncdc, the user will have to wait for a regular slot. Unless, of course, you /grant a slot again.
|
||||
Grant someone a slot. This allows the user to download from you even if you have no free slots. The slot will remain granted until the /ungrant command is used, even if ncdc has been restarted in the mean time.
|
||||
|
||||
To get a list of users whom you have granted a slot, use `/grant' without arguments or with `-list'. Be warned that using `/grant' without arguments on a PM tab will grant the slot to the user you are talking with. Make sure to use `-list' in that case.
|
||||
|
||||
|
|
@ -326,7 +326,7 @@ Or:
|
|||
|
||||
The full path to the directory will not be visible to others, only the name you give it will be public. An initial `/refresh' is done automatically on the added directory.
|
||||
|
||||
=item B</ungrant> [<username>|<id>]
|
||||
=item B</ungrant> [<user>]
|
||||
|
||||
Revoke a granted slot.
|
||||
|
||||
|
|
@ -450,7 +450,7 @@ The directory where finished downloads are moved to. Finished downloads are by d
|
|||
|
||||
=item B<download_exclude> <regex>
|
||||
|
||||
When recursively adding a directory to the download queue - by pressing `b' on a directory in the file list browser - any item in the selected directory with a name that matches this regular expression will not be added to the download queue.
|
||||
When recursively adding a directory to the download queue - by pressing `d' on a directory in the file list browser - any item in the selected directory with a name that matches this regular expression will not be added to the download queue.
|
||||
|
||||
This regex is not checked when adding individual files from either the file list browser or the search results.
|
||||
|
||||
|
|
@ -651,7 +651,7 @@ C</help keys> command, and is reproduced below.
|
|||
End/Home Select last/first item in the list.
|
||||
Right/l Open selected directory.
|
||||
Left/h Open parent directory.
|
||||
o Toggle sorting directories before files.
|
||||
t Toggle sorting directories before files.
|
||||
s Order by file size.
|
||||
n Order by file name.
|
||||
d Add selected file/directory to the download queue.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue