Lines Matching full:dcc

31 	changes DCC commands to export a port on the aliasing host instead
34 For this routine to work, the DCC command must fit entirely into a
218 if (i + 4 >= dlen) /* Too short for DCC */ in AliasHandleIrcOut()
228 /* We have a DCC command - handle it! */ in AliasHandleIrcOut()
229 i += 4; /* Skip "DCC " */ in AliasHandleIrcOut()
237 DBprintf(("Found DCC\n")); in AliasHandleIrcOut()
240 * protocol, but DCC breaks CTCP protocol anyway in AliasHandleIrcOut()
244 DBprintf(("DCC packet terminated in just spaces\n")); in AliasHandleIrcOut()
253 DBprintf(("DCC packet terminated during command\n")); in AliasHandleIrcOut()
264 * protocol, but DCC breaks CTCP protocol anyway in AliasHandleIrcOut()
268 DBprintf(("DCC packet terminated in just spaces (post-command)\n")); in AliasHandleIrcOut()
277 DBprintf(("DCC packet terminated during filename\n")); in AliasHandleIrcOut()
288 * protocol, but DCC breaks CTCP protocol anyway in AliasHandleIrcOut()
292 DBprintf(("DCC packet terminated in just spaces (post-filename)\n")); in AliasHandleIrcOut()
302 DBprintf(("DCC Address overflow (org_addr == 0x%08lx, next char %c\n", org_addr, sptr[i])); in AliasHandleIrcOut()
315 * protocol, but DCC breaks CTCP protocol anyway, so we in AliasHandleIrcOut()
330 DBprintf(("DCC: port number overflow\n")); in AliasHandleIrcOut()
366 DBprintf(("Got a DCC link\n")); in AliasHandleIrcOut()
383 DBprintf(("DCC packet construct failure.\n")); in AliasHandleIrcOut()
388 DBprintf(("DCC constructed packet overflow.\n")); in AliasHandleIrcOut()
396 DBprintf(("DCC packet construct failure.\n")); in AliasHandleIrcOut()
409 * has been pushed. Also used to copy the rest of a DCC, in AliasHandleIrcOut()