Dcc Options » History » Version 23
Per Amundsen, 02/09/2020 11:39 AM
1 | 1 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | h1. Dcc Options |
||
4 | |||
5 | 3 | Per Amundsen | "Direct Client to Client":https://en.wikipedia.org/wiki/Direct_Client-to-Client options. |
6 | |||
7 | 11 | Per Amundsen | _See also [[/dcc]]._ |
8 | |||
9 | 12 | Per Amundsen | h1. Dcc Get |
10 | |||
11 | 1 | Per Amundsen | h2. Default download dir |
12 | |||
13 | The default download folder to use when receiving a file. |
||
14 | |||
15 | 7 | Per Amundsen | h2. Use fast get |
16 | |||
17 | if enabled, retrieves data as fast as possible without sending acknowledge packets, otherwise sends acknowledge packets after each read. (Slower but better compatibility with some clients/bots) |
||
18 | |||
19 | 6 | Mr. BS | h2. Show progress in taskbar |
20 | |||
21 | 14 | Per Amundsen | If enabled, AdiIRC will display progress bar in app icon in Taskbar for dcc file transfers. |
22 | |||
23 | 22 | Per Amundsen | h2. Prevent sleep during transfers |
24 | |||
25 | If enabled, AdiIRC will prevent the computer from going to sleep while there are active transfers. |
||
26 | When all active transfers are finished, AdiIRC will resume allowing the computer to sleep again. |
||
27 | |||
28 | 14 | Per Amundsen | h2. Buffer |
29 | |||
30 | 21 | Per Amundsen | The number of bytes to buffer when reading from the socket. (4096 is the most compatible) |
31 | 1 | Per Amundsen | |
32 | 12 | Per Amundsen | h1. Dcc Send |
33 | 8 | Per Amundsen | |
34 | 7 | Per Amundsen | h2. Use fast send |
35 | |||
36 | if enabled, sends data as fast as possible without waiting for acknowledge packets, otherwise waits for acknowledge packets after each send. (Slower but better compatibility with some clients/bots) |
||
37 | 1 | Per Amundsen | |
38 | 20 | Per Amundsen | h2. Use passive send |
39 | |||
40 | If enabled, AdiIRC will ask to connect to the user to open a port and then upload the file to the user, instead of the user connecting to AdiIRC and downloading it. |
||
41 | |||
42 | 1 | Per Amundsen | h2. Portrange start |
43 | |||
44 | Start of the portrange to use for *sending* dcc files, this is not used for receiving files. |
||
45 | |||
46 | h2. Portrange end |
||
47 | |||
48 | End of the portrange to use for *sending* dcc files, this is not used for receiving files. |
||
49 | |||
50 | h2. Bind to adapter or IP address |
||
51 | |||
52 | If enabled, AdiIRC will try to bind to the chosen network adapter or IP address when *sending* dcc files, otherwise it will use ip address retrieved from the server. |
||
53 | |||
54 | h2. Prioritize IPv6 |
||
55 | |||
56 | If "Bind to adapter or IP address" is enabled, AdiIRC will use the IPv6 address if found. |
||
57 | |||
58 | 12 | Per Amundsen | h1. Dcc Get Folders |
59 | 1 | Per Amundsen | |
60 | List of folders to save dcc file transfers matched by file type/extensions. |
||
61 | |||
62 | [[Dcc_Get_Folders_Dialog|Dcc Get Folders Dialog]] |
||
63 | |||
64 | h2. Dcc Ignore Method |
||
65 | |||
66 | If set to *Disabled*, all incoming transfers are allowed. |
||
67 | |||
68 | If set to *Accept only*, only incoming transfers with file types matching the list will be allowed. |
||
69 | |||
70 | If set to *Ignore only*, only incoming transfers with file types *not* matching the list will be allowed. |
||
71 | 12 | Per Amundsen | |
72 | 23 | Per Amundsen | h2. Turn ignore back on in [X] mins |
73 | |||
74 | If enabled, *Dcc Ignore method* will be turned back on to the previous method after [X] minutes when you set it to *Disable*. |
||
75 | |||
76 | 18 | Per Amundsen | h1. Ignore all transfers |
77 | 17 | Per Amundsen | |
78 | 18 | Per Amundsen | If enabled, all SEND/SSEND requests will be ignored. |
79 | 17 | Per Amundsen | |
80 | 12 | Per Amundsen | h1. Auto accept |
81 | |||
82 | h2. Auto accept transfers |
||
83 | |||
84 | If enabled, AdiIRC will automatically accept dcc file transfers from any users. (Not recommended) |
||
85 | |||
86 | h2. Auto accept transfers only from host |
||
87 | |||
88 | If enabled, AdiIRC will automatically accept dcc file transfers from any users matching a host in the list. (Not recommended) |
||
89 | |||
90 | 16 | Per Amundsen | _Syntax for matching a host name is nick!ident@host, [[Scripting_Wildcards|wildcards]] can be used._ |
91 | 15 | Per Amundsen | |
92 | _The host name can be prefixed with *network:* to only match on a specific network, network name can be retrieved from [[$network]]._ |
||
93 | |||
94 | 12 | Per Amundsen | h2. If file exists |
95 | |||
96 | Action to take when receiving a dcc transfer file transfer and *Auto accept transfers* is enabled and the file already exists. |
||
97 | |||
98 | 13 | Per Amundsen | When set to *Ask*, you will be prompted what to do. |
99 | When set to *Resume*, it will automatically resume the transfer. |
||
100 | When set to *Overwrite*, the old file will be deleted and then start the transfer. |
||
101 | When set to *Cancel*, the transfer will be canceled/ignored. |
||
102 | 19 | Per Amundsen | |
103 | h2. Ignore all chats |
||
104 | |||
105 | If enabled, all dcc chats will be ignored. |
||
106 | |||
107 | h2. Auto accept chats |
||
108 | |||
109 | If enabled, all dcc chats will be automatically accepted. |