You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* New user file share mechanism via multiplex over already existing bot link
1228
+
* ur <len>
1229
+
*/
1230
+
#include<resolv.h>
1226
1231
staticvoidshare_ufsend2(intidx, char*par)
1227
1232
{
1228
-
debug1("share: share_ufsend2(): start: par = >%s<", par);
1229
-
/* TODO: b64 unpack, und dann da weiter wo auch der alte mechanismus weitermacht und feature funcs zu callen und userfile zu loaden. das passiert im anderen fall ueber transfer.c eof_dcc_send() -> share.c finish_share() */
1233
+
intlen;
1234
+
unsigned char*buf;
1235
+
1236
+
len=strlen(par);
1237
+
debug2("share: share_ufsend2(): start: par = >%s< len = %i", par, len);
/* TODO: da weiter wo auch der alte mechanismus weitermacht und feature funcs zu callen und userfile zu loaden. das passiert im anderen fall ueber transfer.c eof_dcc_send() -> share.c finish_share() */
0 commit comments