dccctl
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | dccctl [2008/04/11 23:12] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: dccctl.txt, | ||
| + | ======Synopsis: | ||
| + | $__dccctl__(REFNUMS) \\ | ||
| + | $__dccctl__(TYPEMATCH [pattern]) \\ | ||
| + | $__dccctl__(DESCMATCH [pattern]) \\ | ||
| + | $__dccctl__(FILEMATCH [pattern]) \\ | ||
| + | $__dccctl__(USERMATCH [pattern]) \\ | ||
| + | $__dccctl__(OTHERMATCH [pattern]) \\ | ||
| + | $__dccctl__(LOCKED [pattern]) \\ | ||
| + | $__dccctl__(REFBASE [number]) \\ | ||
| + | $__dccctl__(HELD) \\ | ||
| + | $__dccctl__(UNHELD) \\ | ||
| + | $__dccctl__(WRITABLES) \\ | ||
| + | $__dccctl__(USERHOSTMATCH [userhost]) \\ | ||
| + | $__dccctl__(DEFAULT_PORT [string]) \\ | ||
| + | $__dccctl__(WANT_PORT [string]) \\ | ||
| + | $__dccctl__(GET < | ||
| + | $__dccctl__(SET < | ||
| + | |||
| + | ======Technical: | ||
| + | * $__dccctl__(REFNUMS) \\ Return all integer refnums for all active ignores. | ||
| + | * $__dccctl__(REFBASE [number]) \\ Change the number that new refnums are generated from. | ||
| + | * $__dccctl__(TYPEMATCH [pattern]) \\ Return all dcc refnums whose type matches [pattern]: \\ CHAT SEND GET RAW RAW_LISTEN | ||
| + | * $__dccctl__(DESCMATCH [pattern]) \\ Return all dcc refnums whose " | ||
| + | * $__dccctl__(FILEMATCH [pattern]) \\ Return all dcc refnums whose " | ||
| + | * $__dccctl__(USERMATCH [pattern]) \\ Return all dcc refnums whose " | ||
| + | * $__dccctl__(OTHERMATCH [pattern]) \\ Return all dcc refnums whose " | ||
| + | * $__dccctl__(USERHOSTMATCH [pattern]) \\ Return all dcc refnums whose " | ||
| + | * $__dccctl__(LOCKED) \\ Return all dcc refnums that are locked (currently being used) | ||
| + | * $__dccctl__(HELD) \\ Return all dcc refnums that are being held (temporarily turned off) | ||
| + | * $__dccctl__(UNHELD) \\ Return all dcc refnums that are not being held (active) | ||
| + | * $__dccctl__(WRITABLES) \\ Return all dcc refnums that could be written to without blocking. | ||
| + | * $__dccctl__(READABLES) \\ Return all dcc refnums that could be readded from without blocking. | ||
| + | * $__dccctl__(WANT_PORT [number]) \\ Use [number] as the default value for -p when time [[dcc_send]] or [[dcc_chat]] is used without the -p flag. The default value is 0 (ask the OS to give us any port). | ||
| + | * $__dccctl__(DEFAULT_PORT [string]) \\ Expand [string] each time [[dcc_send]] or [[dcc_chat]] is used without the -p flag to get the default value for -p. The default is " | ||
| + | |||
| + | * $__dccctl__(GET < | ||
| + | * $__dccctl__(SET < | ||
| + | |||
| + | Currently supported read-write < | ||
| + | |||
| + | ^ < | ||
| + | |refnum | ||
| + | |description | ||
| + | | |DCC SEND |Full pathname of file we're sending. | ||
| + | | |DCC RAW LISTEN |" | ||
| + | | |DCC RAW |remote hostname | ||
| + | | |DCC GET |The file being offered. | ||
| + | |filename | ||
| + | |the " | ||
| + | |user |DCC CHAT |NICK from /dcc chat NICK | | ||
| + | | |DCC SEND |NICK from /dcc send NICK file | | ||
| + | | |DCC GET |NICK from /dcc get NICK file | | ||
| + | | |DCC RAW LISTEN |PORT from $[[listen]](PORT) | ||
| + | | |DCC RAW |PORT from $[[connect function|connect]](host PORT) | | ||
| + | | |DCC RAW |file descriptor from $[[listen]]() conns | | ||
| + | |othername | ||
| + | | | ||
| + | |wantport | ||
| + | |locked | ||
| + | |held | ||
| + | |offeraddr | ||
| + | |quoted | ||
| + | |||
| + | Currently supported read-only < | ||
| + | |||
| + | |type | ||
| + | |filesize | ||
| + | | |DCC GET |Size of file being offered | ||
| + | | | ||
| + | |resumesize | ||
| + | |readbytes | ||
| + | |sentbytes | ||
| + | |server | ||
| + | |remaddr | ||
| + | |locaddr | ||
| + | |starttime | ||
| + | |lasttime | ||
| + | |heldtime | ||
| + | |holdtime | ||
| + | |writable | ||
| + | |readable | ||
| + | |flags | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | |||
| + | ======History: | ||
| + | The $dccctl() function first appeared in EPIC4-1.1.11. \\ | ||
| + | HELD, HOLDTIME, and FLAGS first appeared in EPIC4-1.1.12. \\ | ||
| + | OFFERADDR first appeared in EPIC4-1.1.13. \\ | ||
| + | QUOTED first appeared in EPIC4-1.1.14. \\ | ||
| + | WRITABLE and WRITABLES first appeared in EPIC4-1.2.7 \\ | ||
| + | WANT_PORT and DEFAULT_PORT first appeared in EPIC5-0.3.4 | ||
dccctl.txt · Last modified: 2008/04/11 23:12 by 127.0.0.1
