rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
13
136k
meta
stringlengths
132
347
addmodeargs += " " + state_arg[cm]; chan.arg[cm] = state_arg[cm]; } } else if ((delbits&cm) && (chan.mode&cm)) { delmodes += MODE[cm].modechar;
cmode.addmodeargs += " " + cmode.state_arg[cm]; chan.arg[cm] = cmode.state_arg[cm]; } } else if ((cmode.delbits&cm) && (chan.mode&cm)) { cmode.delmodes += MODE[cm].modechar;
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; cm_args = modeline.split(' '); add=true; addbits=CHANMODE_NONE; delbits=CHANMODE_NONE; state_arg = new Array(); state_arg[CHANMODE_KEY] = ""; state_arg[CHANMODE_LIMIT] = ""; chan_tmplist=new Array(); chan_tmplist[CHANLIST_OP]...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f2f97bbbb51c190c74d5d75a9f8d6aac710d97ad/ircd.js/buggy/ircd.js
delmodeargs += " " + state_arg[cm];
cmode.delmodeargs += " " + cmode.state_arg[cm];
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; cm_args = modeline.split(' '); add=true; addbits=CHANMODE_NONE; delbits=CHANMODE_NONE; state_arg = new Array(); state_arg[CHANMODE_KEY] = ""; state_arg[CHANMODE_LIMIT] = ""; chan_tmplist=new Array(); chan_tmplist[CHANLIST_OP]...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f2f97bbbb51c190c74d5d75a9f8d6aac710d97ad/ircd.js/buggy/ircd.js
if (addbits&CHANMODE_BAN) { for (the_ban in chan.modelist[CHANLIST_BAN]) { this.numeric(367, chan.nam + " " + chan.modelist[CHANLIST_BAN][the_ban] + " " + chan.bancreator[the_ban] + " " + chan.bantime[the_ban]);
if (cmode.addbits&CHANMODE_BAN) { for (the_ban in chan.modelist[CHANMODE_BAN]) { this.numeric(367, chan.nam + " " + chan.modelist[CHANMODE_BAN][the_ban] + " " + chan.bancreator[the_ban] + " " + chan.bantime[the_ban]);
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; cm_args = modeline.split(' '); add=true; addbits=CHANMODE_NONE; delbits=CHANMODE_NONE; state_arg = new Array(); state_arg[CHANMODE_KEY] = ""; state_arg[CHANMODE_LIMIT] = ""; chan_tmplist=new Array(); chan_tmplist[CHANLIST_OP]...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f2f97bbbb51c190c74d5d75a9f8d6aac710d97ad/ircd.js/buggy/ircd.js
this.affect_mode_list(CHANLIST_OP,chan) this.affect_mode_list(CHANLIST_VOICE,chan); this.affect_mode_list(CHANLIST_BAN,chan); if (!addmodes && !delmodes)
for (z in cmode.tmplist[CHANMODE_BAN][true]) { var set_ban = create_ban_mask( cmode.tmplist[CHANMODE_BAN][add][z]); if ((chan.count_modelist(CHANMODE_BAN) >= max_bans) && !this.server && !this.parent) { this.numeric(478, chan.nam + " " + set_ban + " :" + "Cannot add ban, channel's ban list is full."); } else if (set_b...
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; cm_args = modeline.split(' '); add=true; addbits=CHANMODE_NONE; delbits=CHANMODE_NONE; state_arg = new Array(); state_arg[CHANMODE_KEY] = ""; state_arg[CHANMODE_LIMIT] = ""; chan_tmplist=new Array(); chan_tmplist[CHANLIST_OP]...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f2f97bbbb51c190c74d5d75a9f8d6aac710d97ad/ircd.js/buggy/ircd.js
final_modestr = ""; if (addmodes) final_modestr += "+" + addmodes; if (delmodes) final_modestr += "-" + delmodes; if (addmodeargs) final_modestr += addmodeargs; if (delmodeargs) final_modestr += delmodeargs;
var final_modestr = ""; if (cmode.addmodes) final_modestr += "+" + cmode.addmodes; if (cmode.delmodes) final_modestr += "-" + cmode.delmodes; if (cmode.addmodeargs) final_modestr += cmode.addmodeargs; if (cmode.delmodeargs) final_modestr += cmode.delmodeargs;
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; cm_args = modeline.split(' '); add=true; addbits=CHANMODE_NONE; delbits=CHANMODE_NONE; state_arg = new Array(); state_arg[CHANMODE_KEY] = ""; state_arg[CHANMODE_LIMIT] = ""; chan_tmplist=new Array(); chan_tmplist[CHANLIST_OP]...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f2f97bbbb51c190c74d5d75a9f8d6aac710d97ad/ircd.js/buggy/ircd.js
this.affect_mode_list(CHANLIST_OP) this.affect_mode_list(CHANLIST_VOICE); this.affect_mode_list(CHANLIST_BAN);
this.affect_mode_list(CHANLIST_OP,chan) this.affect_mode_list(CHANLIST_VOICE,chan); this.affect_mode_list(CHANLIST_BAN,chan);
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; cm_args = modeline.split(' '); add=true; addbits=CHANMODE_NONE; delbits=CHANMODE_NONE; state_arg = new Array(); state_arg[CHANMODE_KEY] = ""; state_arg[CHANMODE_LIMIT] = ""; chan_tmplist=new Array(); chan_tmplist[CHANLIST_OP]...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/0377762ff75ff64d0a57091e04f264dfebbd9f56/ircd.js/buggy/ircd.js
if (MODE[cm].state && (chan.mode&cm) && !(cmode.addbits&cm)) {
if (MODE[cm].state && (chan.mode&cm) && !(cmode.addbits&cm)) {
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; var cmode = new ChanMode(chan,this); var cm_args = modeline.split(' '); var add=true; var mode_counter=0; var mode_args_counter=1; // start counting at args, not the modestring for (modechar in cm_args[0]) { mode_counter++; ...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/8b69825c26169d3cdc50f8ef1b669cbbfcb74900/ircd_channel.js/clean/load/ircd_channel.js
cmode.delmodeargs += " " + chan.modelist[cm][member].nick;
cmode.delmodeargs += " " + chan.modelist[cm][member].nick;
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; var cmode = new ChanMode(chan,this); var cm_args = modeline.split(' '); var add=true; var mode_counter=0; var mode_args_counter=1; // start counting at args, not the modestring for (modechar in cm_args[0]) { mode_counter++; ...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/8b69825c26169d3cdc50f8ef1b669cbbfcb74900/ircd_channel.js/clean/load/ircd_channel.js
cmode.delmodeargs += " " + chan.modelist[cm][ban];
cmode.delmodeargs += " " + chan.modelist[cm][ban];
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; var cmode = new ChanMode(chan,this); var cm_args = modeline.split(' '); var add=true; var mode_counter=0; var mode_args_counter=1; // start counting at args, not the modestring for (modechar in cm_args[0]) { mode_counter++; ...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/8b69825c26169d3cdc50f8ef1b669cbbfcb74900/ircd_channel.js/clean/load/ircd_channel.js
chan.modelist[cm][member];
chan.modelist[cm][member].nick;
function IRCClient_set_chanmode(chan,modeline,bounce_modes) { if (!chan || !modeline) return; var cmode = new ChanMode(chan,this); var cm_args = modeline.split(' '); var add=true; var mode_counter=0; var mode_args_counter=1; // start counting at args, not the modestring for (modechar in cm_args[0]) { mode_counter++; ...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/5515f7a88d460c5a09e24c04147301b32edab7b3/ircd.js/buggy/ircd.js
return 1;
return bcast_modestr;
function IRCClient_setusermode(modestr) { if (!modestr) return 0; var add=true; var unknown_mode=false; var umode = new UMode(); for (modechar in modestr) { switch (modestr[modechar]) { case "+": if (!add) add=true; break; case "-": if (add) add=false; break; case "i": case "w": case "s"...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/d7e9d85bdc61be7999f89fc1628bdaf25aebf518/ircd.js/clean/ircd.js
Servers[this.parent].hub)
Servers[this.parent.toLowerCase()].hub)
function IRCClient_setusermode(modestr) { if (!modestr) return 0; var add=true; var unknown_mode=false; var umode = new UMode(); for (modechar in modestr) { switch (modestr[modechar]) { case "+": if (!add) add=true; break; case "-": if (add) add=false; break; case "i": case "w": case "s"...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/9b31fc080a4a6c10c64fce10214bfae574877b10/ircd.js/clean/ircd.js
bcast_modestr += "-" + bc|= USERMODE_CHAR[mym]; } else if ((umode.del_flags&USERMODE_CHAR[mym]) &&
bcast_modestr += "-" + bcast_delmodes; if (!this.local) { this.originatorout("MODE "+this.nick+" "+final_modestr,this); if (bcast_addmodes || bcast_delmodes) this.bcast_to_servers("MODE "+this.nick+" "+bcast_modestr,this); } return 1; }
function IRCClient_setusermode(modestr) { if (!modestr) return 0; var add=true; var unknown_mode=false; var umode = new UMode(); for (modechar in modestr) { switch (modestr[modechar]) { case "+": if (!add) add=true; break; case "-": if (add) add=false; break; case "i": case "w": case "s"...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/8655f5b670de3ada98ae40e6450c03b4f14e5e19/ircd.js/buggy/ircd.js
if (!this.local) {
if (this.local) {
function IRCClient_setusermode(modestr) { if (!modestr) return 0; var add=true; var unknown_mode=false; var umode = new UMode(); for (modechar in modestr) { switch (modestr[modechar]) { case "+": if (!add) add=true; break; case "-": if (add) add=false; break; case "i": case "w": case "s"...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/e2a46e07c31507d0ff28d8ff0001d864c0747681/ircd.js/buggy/ircd.js
add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE;
var add=true; var unknown_mode=false; var umode = new UMode();
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
add=true;
if (!add) add=true;
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
add=false;
if (add) add=false;
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
if(add) { addbits|=USERMODE_INVISIBLE; delbits&=~USERMODE_INVISIBLE; } else { addbits&=~USERMODE_INVISIBLE; delbits|=USERMODE_INVISIBLE; }
case "w": case "s": case "k": umode.tweak_mode(USERMODE_CHAR [modestr[modechar]],add); break; case "b": case "g": case "r": case "f": case "y": case "d": case "n": if (this.mode&USERMODE_OPER) umode.tweak_mode(USERMODE_CHAR [modestr[modechar]],add);
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
if (add && (this.parent) && Clients[this.parent].hub) { addbits|=USERMODE_OPER; delbits&=~USERMODE_OPER; } if(!add) { addbits&=~USERMODE_OPER; delbits|=USERMODE_OPER; }
if (add && this.parent && Clients[this.parent].hub) umode.tweak_mode(USERMODE_OPER,true); else if (!add) umode.tweak_mode(USERMODE_OPER,false); break; case "c": if ((this.mode&USERMODE_OPER) && (this.flags&OLINE_CAN_UMODEC)) umode.tweak_mode(USERMODE_CLIENT,add);
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
this.numeric("501", ":Unknown MODE flag");
this.numeric(501, ":Unknown MODE flag");
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
addmodes = ""; delmodes = ""; if ((addbits&USERMODE_INVISIBLE) && !(this.mode&USERMODE_INVISIBLE)) { addmodes += "i"; this.mode |= USERMODE_INVISIBLE; } else if ((delbits&USERMODE_INVISIBLE) && (this.mode&USERMODE_INVISIBLE)) { delmodes += "i"; this.mode &= ~USERMODE_INVISIBLE; } if ((addbits&USERMODE_OPER) && !(this.m...
var addmodes = ""; var delmodes = ""; var bcast_addmodes = ""; var bcast_delmodes = ""; for (mym in USERMODE_CHAR) { if ((umode.add_flags&USERMODE_CHAR[mym]) && !(this.mode&USERMODE_CHAR[mym])) { addmodes += mym; if (USERMODE_BCAST[mym]) bcast_addmodes += mym; this.mode |= USERMODE_CHAR[mym]; } else if ((umode.del_flag...
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
final_modestr = "";
var final_modestr = ""; var bcast_modestr = "";
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
str = "MODE " + this.nick + " " + final_modestr; this.originatorout(str,this); this.bcast_to_servers(str);
this.originatorout("MODE "+this.nick+" "+final_modestr,this); if (bcast_addmodes || bcast_delmodes) this.bcast_to_servers("MODE "+this.nick+" "+bcast_modestr,this);
function IRCClient_setusermode(modestr) { if (!modestr) return 0; add=true; unknown_mode=false; addbits=USERMODE_NONE; delbits=USERMODE_NONE; for (modechar in modestr) { switch (modestr[modechar]) { case "+": add=true; break; case "-": add=false; break; case "i": if(add) { addbits|=USERMODE_I...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
server_wallops("Sending NICK burst...");
function IRCClient_synchronize() { this.rawout("BURST"); // warn of impending synchronization for (my_server in Clients) { if ((Clients[my_server].conntype == TYPE_SERVER) && (Clients[my_server].id != this.id) ) { this.server_info(Clients[my_server]); } } server_wallops("Sending NICK burst..."); for (my_client...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
server_wallops("Sending CHANNEL burst...");
function IRCClient_synchronize() { this.rawout("BURST"); // warn of impending synchronization for (my_server in Clients) { if ((Clients[my_server].conntype == TYPE_SERVER) && (Clients[my_server].id != this.id) ) { this.server_info(Clients[my_server]); } } server_wallops("Sending NICK burst..."); for (my_client...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
server_wallops("Sending TOPIC burst...");
oper_notice("Routing","from " + servername + ": " + this.nick + " has processed user/channel burst, sending topic burst.");
function IRCClient_synchronize() { this.rawout("BURST"); // warn of impending synchronization for (my_server in Clients) { if ((Clients[my_server].conntype == TYPE_SERVER) && (Clients[my_server].id != this.id) ) { this.server_info(Clients[my_server]); } } server_wallops("Sending NICK burst..."); for (my_client...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
oper_notice("Routing","from " + servername + ": " + this.nick + " has processed topic burst (synched to network data).");
function IRCClient_synchronize() { this.rawout("BURST"); // warn of impending synchronization for (my_server in Clients) { if ((Clients[my_server].conntype == TYPE_SERVER) && (Clients[my_server].id != this.id) ) { this.server_info(Clients[my_server]); } } server_wallops("Sending NICK burst..."); for (my_client...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
if (Clients[my_client].away) this.rawout(":" + Clients[my_client].nick + " AWAY :" + Clients[my_client].away);
function IRCClient_synchronize() { this.rawout("BURST"); // warn of impending synchronization for (my_server in Clients) { if ((Clients[my_server].conntype == TYPE_SERVER) && (Clients[my_server].id != this.id) ) { this.server_info(Clients[my_server]); } } for (my_client in Clients) { if ((Clients[my_client].c...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/932a434bc900126d724150bfed8b94b9a8e530e1/ircd.js/buggy/ircd.js
this.rawout("TOPIC " + chan.nam + " " + chan.topicchangedby + " " + chan.topictime + " :" + chan.topic);
this.rawout("TOPIC " + chan.nam + " " + chan.topicchangedby + " " + chan.topictime + " :" + chan.topic);
function IRCClient_synchronize() { this.rawout("BURST"); // warn of impending synchronization for (my_server in Servers) { if (Servers[my_server].id != this.id) this.server_info(Servers[my_server]); } for (my_client in Users) { this.server_nick_info(Users[my_client]); } for (my_channel in Channels) { if (my_channe...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4f81e4cda527089e4dcaa415a66740375f48551b/ircd_server.js/clean/load/ircd_server.js
oper_notice("Routing","from " + servername + ": " + this.nick + " has processed user/channel burst, sending topic burst.");
umode_notice(USERMODE_ROUTING,"Routing","from " + servername + ": " + this.nick + " has processed user/channel burst, " + "sending topic burst.");
function IRCClient_synchronize() { this.rawout("BURST"); // warn of impending synchronization for (my_server in Clients) { if ((Clients[my_server].conntype == TYPE_SERVER) && (Clients[my_server].id != this.id) ) { this.server_info(Clients[my_server]); } } for (my_client in Clients) { if ((Clients[my_client].c...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
oper_notice("Routing","from " + servername + ": " + this.nick + " has processed topic burst (synched to network data).");
umode_notice(USERMODE_ROUTING,"Routing","from " + servername + ": " + this.nick + " has processed topic burst " + "(synched to network data).");
function IRCClient_synchronize() { this.rawout("BURST"); // warn of impending synchronization for (my_server in Clients) { if ((Clients[my_server].conntype == TYPE_SERVER) && (Clients[my_server].id != this.id) ) { this.server_info(Clients[my_server]); } } for (my_client in Clients) { if ((Clients[my_client].c...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
function IRCClient_tweaktmpmode(tmp_bit) {
function IRCClient_tweaktmpmode(tmp_bit,chan) {
function IRCClient_tweaktmpmode(tmp_bit) { if ((!chan.ismode(this.id,CHANLIST_OP)) && (!this.server) && (!this.parent)) { this.numeric482(chan.nam); return 0; } if (add) { addbits|=tmp_bit; delbits&=~tmp_bit; } else { addbits&=~tmp_bit; delbits|=tmp_bit; }}
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/1f7df8dae9854766be9a4fcdf05f1c322fba0a96/ircd.js/buggy/ircd.js
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl) {
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl,chan) {
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl) { if ((!chan.ismode(this.id,CHANLIST_OP)) && (!this.server) && (!this.parent)) { this.numeric482(chan.nam); return 0; } if (add) { tmp_match = false; for (lstitem in chan_tmplist[tmp_cl]) { if (chan_tmplist[tmp_cl][lstitem] && (chan_tmplist[tmp_cl][lst...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/1f7df8dae9854766be9a4fcdf05f1c322fba0a96/ircd.js/buggy/ircd.js
(chan_tmplist[tmp_cl][lstitem] == cm_cmd[mode_args_counter])
(chan_tmplist[tmp_cl][lstitem].toUpperCase() == cm_args[mode_args_counter].toUpperCase())
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl) { if ((!chan.ismode(this.id,CHANLIST_OP)) && (!this.server) && (!this.parent)) { this.numeric482(chan.nam); return 0; } if (add) { tmp_match = false; for (lstitem in chan_tmplist[tmp_cl]) { if (chan_tmplist[tmp_cl][lstitem] && (chan_tmplist[tmp_cl][lst...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/676b0e584f59b15abf9a76f2142d9d94a1b1bfc5/ircd.js/clean/ircd.js
chan_tmplist[tmp_cl][chan_tmplist[tmp_cl].length] = cm_cmd[mode_args_counter];
chan_tmplist[tmp_cl][chan_tmplist[tmp_cl].length] = cm_args[mode_args_counter];
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl) { if ((!chan.ismode(this.id,CHANLIST_OP)) && (!this.server) && (!this.parent)) { this.numeric482(chan.nam); return 0; } if (add) { tmp_match = false; for (lstitem in chan_tmplist[tmp_cl]) { if (chan_tmplist[tmp_cl][lstitem] && (chan_tmplist[tmp_cl][lst...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/676b0e584f59b15abf9a76f2142d9d94a1b1bfc5/ircd.js/clean/ircd.js
(chan_tmplist[tmp_ncl][lstitem] == cm_cmd[mode_args_counter])
(chan_tmplist[tmp_ncl][lstitem].toUpperCase() == cm_args[mode_args_counter].toUpperCase())
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl) { if ((!chan.ismode(this.id,CHANLIST_OP)) && (!this.server) && (!this.parent)) { this.numeric482(chan.nam); return 0; } if (add) { tmp_match = false; for (lstitem in chan_tmplist[tmp_cl]) { if (chan_tmplist[tmp_cl][lstitem] && (chan_tmplist[tmp_cl][lst...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/676b0e584f59b15abf9a76f2142d9d94a1b1bfc5/ircd.js/clean/ircd.js
(chan_tmplist[tmp_ncl][lstitem] == cm_cmd[mode_args_counter])
(chan_tmplist[tmp_ncl][lstitem].toUpperCase() == cm_args[mode_args_counter].toUpperCase())
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl) { if ((!chan.ismode(this.id,CHANLIST_OP)) && (!this.server) && (!this.parent)) { this.numeric482(chan.nam); return 0; } if (add) { tmp_match = false; for (lstitem in chan_tmplist[tmp_cl]) { if (chan_tmplist[tmp_cl][lstitem] && (chan_tmplist[tmp_cl][lst...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/676b0e584f59b15abf9a76f2142d9d94a1b1bfc5/ircd.js/clean/ircd.js
chan_tmplist[tmp_ncl][chan_tmplist[tmp_ncl].length] = cm_cmd[mode_args_counter];
chan_tmplist[tmp_ncl][chan_tmplist[tmp_ncl].length] = cm_args[mode_args_counter];
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl) { if ((!chan.ismode(this.id,CHANLIST_OP)) && (!this.server) && (!this.parent)) { this.numeric482(chan.nam); return 0; } if (add) { tmp_match = false; for (lstitem in chan_tmplist[tmp_cl]) { if (chan_tmplist[tmp_cl][lstitem] && (chan_tmplist[tmp_cl][lst...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/676b0e584f59b15abf9a76f2142d9d94a1b1bfc5/ircd.js/clean/ircd.js
(chan_tmplist[tmp_cl][lstitem] == cm_cmd[mode_args_counter])
(chan_tmplist[tmp_cl][lstitem].toUpperCase() == cm_args[mode_args_counter].toUpperCase())
function IRCClient_tweaktmpmodelist(tmp_cl,tmp_ncl) { if ((!chan.ismode(this.id,CHANLIST_OP)) && (!this.server) && (!this.parent)) { this.numeric482(chan.nam); return 0; } if (add) { tmp_match = false; for (lstitem in chan_tmplist[tmp_cl]) { if (chan_tmplist[tmp_cl][lstitem] && (chan_tmplist[tmp_cl][lst...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/676b0e584f59b15abf9a76f2142d9d94a1b1bfc5/ircd.js/clean/ircd.js
this.numeric("002", ":Your host is " + servername + ", running Synchronet IRCD " + version);
this.numeric("002", ":Your host is " + servername + ", running Synchronet IRCD " + VERSION);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
this.numeric("004", servername + " " + version + " oi biklmnopstv");
this.numeric("004", servername + " " + VERSION + " oi biklmnopstv");
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
server_wallops("Client Connect: " + this.ircnuh + " (" + this.realname + ")");
oper_notice("Notice","Client connecting: " + this.nick + " (" + this.uprefix + "@" + this.hostname + ") [" + this.socket.remote_ip_address + "] {1}");
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
server_wallops("SERVER Connect: " + this.nick + " (" + this.realname + ")");
oper_notice("Routing","Link with " + this.nick + "[unknown@" + this.hostname + "] established, states: TS");
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
if (!this_nline) {
if (!this_nline || ((this_nline.password == "*") && !this.sentps)) {
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/932a434bc900126d724150bfed8b94b9a8e530e1/ircd.js/buggy/ircd.js
cmd=cmdline.split(' ');
var cmd=cmdline.split(' ');
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f2f97bbbb51c190c74d5d75a9f8d6aac710d97ad/ircd.js/buggy/ircd.js
this.numeric("004", servername + " " + VERSION + " oi biklmnopstv");
this.numeric("004", servername + " " + VERSION + " oiwbgscrkfydnhF biklmnopstv");
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f2f97bbbb51c190c74d5d75a9f8d6aac710d97ad/ircd.js/buggy/ircd.js
server_bcast_to_servers("NICK " + this.nick + " 1 " + this.created + " " + this.get_usermode() + " " + this.uprefix + " " + this.hostname + " " + servername + " 0 " + ip_to_int(this.ip) + " :" + this.realname);
server_bcast_to_servers("NICK " + this.nick + " 1 " + this.created + " " + this.get_usermode(true) + " " + this.uprefix + " " + this.hostname + " " + servername + " 0 " + ip_to_int(this.ip) + " :" + this.realname);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f2f97bbbb51c190c74d5d75a9f8d6aac710d97ad/ircd.js/buggy/ircd.js
this.numeric461(command);
this.numeric(409,":No origin specified.");
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/648f341bbfcf39d714c3a0746ccef5a350ef8d6a/ircd.js/clean/ircd.js
this.ircclass = this.searchbyiline(); if (!this.ircclass) {
var tmp_iline; tmp_iline = this.searchbyiline(); if (!tmp_iline) { this.numeric(463, ":Your host isn't among the privileged.");
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/648f341bbfcf39d714c3a0746ccef5a350ef8d6a/ircd.js/clean/ircd.js
this.ircclass = tmp_iline.ircclass;
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/648f341bbfcf39d714c3a0746ccef5a350ef8d6a/ircd.js/clean/ircd.js
if ((NLines[nl].password == this.password) && (NLines[nl].servername == cmd[1])) { this_nline = NLines[nl]; break; } else if ((NLines[nl].flags&NLINE_CHECK_QWKPASSWD) && match_irc_mask(cmd[1],NLines[nl].servername)) {
if ((NLines[nl].flags&NLINE_CHECK_QWKPASSWD) && match_irc_mask(cmd[1],NLines[nl].servername)) {
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/c71bbcc8e28edc92726ddae3687849412ae6f35b/ircd.js/clean/ircd.js
} else if ((NLines[nl].password == this.password) && (match_irc_mask(cmd[1],NLines[nl].servername)) ) { this_nline = NLines[nl]; break;
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/c71bbcc8e28edc92726ddae3687849412ae6f35b/ircd.js/clean/ircd.js
if ((!this_nline || ((this_nline.password == "*") && !this.sentps)) && !qwk_slave) {
if ( (!this_nline || ( (this_nline.password == "*") && !this.sentps && !(this_nline.flags&NLINE_CHECK_QWKPASSWD) ) ) && !qwk_slave) {
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/19b6952eea9ed171d43eaf79c846a2ef95793fbe/ircd.js/buggy/ircd.js
var tmp_iline; tmp_iline = this.searchbyiline();
var tmp_iline = this.searchbyiline();
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/19b6952eea9ed171d43eaf79c846a2ef95793fbe/ircd.js/buggy/ircd.js
this.uprefix = "~" + parse_username(cmd[1]);
var unreg_username = parse_username(cmd[1]); this.uprefix = "~" + unreg_username;
function IRCClient_unregistered_commands(command, cmdline) { cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given."); break; } the_nick = ircstring(cmd[1]).slice(0,max_nicklen); if (this.check_nickn...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/995570afd2ebfd8ca9cc37782b0e8fc41222eae4/ircd.js/clean/ircd.js
} if (this.password && (unreg_username || (this.nick != "*"))) { if (unreg_username) var usernum = system.matchuser(unreg_username); if (!usernum && (this.nick != "*")) var usernum = system.matchuser(this.nick); if (usernum) { bbsuser = new User(usernum); if (this.password.toUpperCase() == bbsuser.security.password) th...
function IRCClient_unregistered_commands(command, cmdline) { cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given."); break; } the_nick = ircstring(cmd[1]).slice(0,max_nicklen); if (this.check_nickn...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/995570afd2ebfd8ca9cc37782b0e8fc41222eae4/ircd.js/clean/ircd.js
this.quit("No QWK master available for authorization.");
this.quit("No QWK master available for authorization.",true);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js
this.quit("ERROR: Server not configured.");
this.quit("ERROR: Server not configured.",true);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js
this.quit("ERROR: Server already exists.");
this.quit("ERROR: Server already exists.",true);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js
this.quit("You've been K:Lined from this server.");
this.quit("You've been K:Lined from this server.",true);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js
this.quit("You are not authorized to use this server.");
this.quit("You are not authorized to use this server.",true);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js
this.quit("Denied.");
this.quit("Denied.",true);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js
oper_notice("Notice","Client connecting: " + this.nick + " (" + this.uprefix + "@" + this.hostname + ") [" + this.socket.remote_ip_address + "] {1}");
umode_notice(USERMODE_CLIENT,"Client","Client connecting: " + this.nick + " (" + this.uprefix + "@" + this.hostname + ") [" + this.socket.remote_ip_address + "] {1}");
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
this.sentps = true;
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a697289b2285a18656115e68c62bcc033aa5b402/ircd.js/clean/ircd.js
this.numeric("002", ":Your host is " + servername + ", running Synchronet IRCD " + VERSION);
this.numeric("002", ":Your host is " + servername + ", running " + VERSION);
function IRCClient_unregistered_commands(command, cmdline) { if (command.match(/^[0-9]+/)) return 0; // we ignore all numerics from unregistered clients. cmd=cmdline.split(' '); switch(command) { case "CAPAB": break; // silently ignore for now. case "NICK": if (!cmd[1]) { this.numeric(431, ":No nickname given...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/9391ec6e3acaecf7a3a4e48b48d6dfa93b1b8c93/ircd.js/clean/ircd.js
server_wallops("!ERROR: Client has bogus conntype!");
oper_notice("Notice","Client has bogus conntype!");
function IRCClient_work() { if (!this.socket.is_connected) { this.quit("Connection reset by peer",true); return 0; } if (this.socket.data_waiting && (cmdline=this.socket.recvline(4096,0)) ) { if(cmdline==null) return 0; // nothing to do // Allow only 512 bytes per RFC for clients, however, servers // are all...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
if ( (this.pinged) && ((time() - this.pinged) > pingtimeout_time) ) { this.pinged = false; this.quit("Ping Timeout",true); } else if (!this.pinged && ((time() - this.idletime) > ping_time)) { this.pinged = time(); this.rawout("PING :" + servername);
if (this.nick) { if ( (this.pinged) && ((time() - this.pinged) > YLines[this.ircclass].pingfreq) ) { this.pinged = false; this.quit("Ping Timeout",true); } else if (!this.pinged && ((time() - this.idletime) > YLines[this.ircclass].pingfreq)) { this.pinged = time(); this.rawout("PING :" + servername); }
function IRCClient_work() { if (!this.socket.is_connected) { this.quit("Connection reset by peer",true); return 0; } if (this.socket.data_waiting && (cmdline=this.socket.recvline(4096,0)) ) { if(cmdline==null) return 0; // nothing to do // Allow only 512 bytes per RFC for clients, however, servers // are all...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a8d6cb0d2c42aa8c23da559752d1d706d38ce217/ircd.js/buggy/ircd.js
log("!ERROR: Client has bogus conntype!");
function IRCClient_work() { var command; var cmdline; var origin; if (!this.socket.is_connected) { this.quit("Connection reset by peer",true); return 0; } if (this.socket.data_waiting && (cmdline=this.socket.recvline(4096,0)) ) { if(cmdline==null) return 0; // nothing to do // Allow only 512 bytes per RFC for...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/932a434bc900126d724150bfed8b94b9a8e530e1/ircd.js/buggy/ircd.js
if (!this.server && (command.match(/^[0-9]+/))) return 0;
function IRCClient_work() { if (!this.socket.is_connected) { this.quit("Connection reset by peer",true); return 0; } if (this.socket.data_waiting && (cmdline=this.socket.recvline(4096,0)) ) { if(cmdline==null) return 0; // nothing to do // Allow only 512 bytes per RFC for clients, however, servers // are all...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/995570afd2ebfd8ca9cc37782b0e8fc41222eae4/ircd.js/clean/ircd.js
this.quit("Connection reset by peer",true);
this.quit("Connection reset by peer");
function IRCClient_work() { var command; var cmdline; var origin; if (!this.socket.is_connected) { this.quit("Connection reset by peer",true); return 0; } if (this.socket.data_waiting && (cmdline=this.socket.recvline(4096,0)) ) { if(cmdline==null) return 0; // nothing to do // Allow only 512 bytes per RFC for...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js
this.quit("Ping Timeout",true);
this.quit("Ping Timeout");
function IRCClient_work() { var command; var cmdline; var origin; if (!this.socket.is_connected) { this.quit("Connection reset by peer",true); return 0; } if (this.socket.data_waiting && (cmdline=this.socket.recvline(4096,0)) ) { if(cmdline==null) return 0; // nothing to do // Allow only 512 bytes per RFC for...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js
} else { oper_notice("Notice","Client has bogus conntype!");
} else { umode_notice(UMODE_OPER,"Notice", "Client has bogus conntype!");
function IRCClient_work() { var command; var cmdline; var origin; if (!this.socket.is_connected) { this.quit("Connection reset by peer"); return 0; } if (this.socket.data_waiting && (cmdline=this.socket.recvline(4096,0)) ) { if(cmdline==null) return 0; // nothing to do // Allow only 512 bytes per RFC for clie...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/4288a1a511dbe07b6c8a7901a012ddfdeb204568/ircd.js/buggy/ircd.js
if (!this.sendq.bytes && !sendsock.send(send_data + "\r\n"))
if (this.sendq.bytes || !sendsock.send(send_data + "\r\n"))
function ircout(str) { var send_data; var sendsock; if (debug) log(format("[%s->%s]: %s",servername,this.nick,str)); if(this.local) { sendsock = this.socket; } else if (this.parent) { sendsock = Servers[this.parent.toLowerCase()].socket; } else { log(LOG_ERR,"!ERROR: No socket to send to?"); return 0; } send_data ...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a480ba7e9bd9e28acd5b0581357f6a699cc03670/ircd.js/buggy/ircd.js
sendsock = Servers[this.parent].socket;
sendsock = Servers[this.parent.toLowerCase()].socket;
function ircout(str) { var sendsock; if (debug) log(format("[%s->%s]: %s",servername,this.nick,str)); if(this.local) { sendsock = this.socket; } else if (this.parent) { sendsock = Servers[this.parent].socket; } else { log("!ERROR: No socket to send to?"); return 0; } if (!writeout(sendsock,":" + servername + " " +...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/9b31fc080a4a6c10c64fce10214bfae574877b10/ircd.js/clean/ircd.js
var cindex;
function ircstring(str,startword) { if (startword) { for(sw_counter=0;sw_counter<startword;sw_counter++) { str=str.slice(str.indexOf(" ")+1); } } cindex = str.indexOf(":")+1; if (!cindex) cindex = str.lastIndexOf(" ")+1; if (!cindex) return str; return(str.slice(cindex));}
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/2a89ac90e96057c1f27b4ede559cce5d9d5a7f83/ircd.js/buggy/ircd.js
var agt=navigator.userAgent.toLowerCase();
var agt = navigator.userAgent.toLowerCase();
function Is () { // convert all characters to lowercase to simplify testing var agt=navigator.userAgent.toLowerCase(); this.major = parseInt(navigator.appVersion); this.minor = parseFloat(navigator.appVersion); this.nav = ((agt.indexOf('mozilla') != -1) && ((agt.indexOf('spoofer') == -1)...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js
this.x11 = (agt.indexOf("x11") != -1); this.mac = (agt.indexOf("macintosh") != -1); this.win = (agt.indexOf("windows") != -1);
function Is () { // convert all characters to lowercase to simplify testing var agt=navigator.userAgent.toLowerCase(); this.major = parseInt(navigator.appVersion); this.minor = parseFloat(navigator.appVersion); this.nav = ((agt.indexOf('mozilla') != -1) && ((agt.indexOf('spoofer') == -1)...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/dragdrop.js/clean/web/scripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js
var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c });
var containmentNode; if(drop.tree) { containmentNode = element.treeNode; } else { containmentNode = element.parentNode; } return drop._containers.detect(function(c) { return containmentNode == c });
isContained: function(element, drop) { var parentNode = element.parentNode; return drop._containers.detect(function(c) { return parentNode == c }); },
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js