283 |
|
"Ignore bogus timestamps from other servers" |
284 |
|
}, |
285 |
|
{ |
286 |
+ |
"cycle_on_host_change", |
287 |
+ |
OUTPUT_BOOLEAN_YN, |
288 |
+ |
&ConfigFileEntry.cycle_on_host_change, |
289 |
+ |
"Send a fake QUIT/JOIN combination on host change" |
290 |
+ |
}, |
291 |
+ |
{ |
292 |
|
"disable_auth", |
293 |
|
OUTPUT_BOOLEAN_YN, |
294 |
|
&ConfigFileEntry.disable_auth, |
297 |
|
{ |
298 |
|
"disable_remote_commands", |
299 |
|
OUTPUT_BOOLEAN_YN, |
300 |
< |
&ConfigFileEntry.disable_remote, |
300 |
> |
&ConfigServerHide.disable_remote_commands, |
301 |
|
"Prevent users issuing commands on remote servers" |
302 |
|
}, |
303 |
|
{ |
403 |
|
"STATS P is only shown to operators" |
404 |
|
}, |
405 |
|
{ |
406 |
+ |
"stats_u_oper_only", |
407 |
+ |
OUTPUT_BOOLEAN_YN, |
408 |
+ |
&ConfigFileEntry.stats_u_oper_only, |
409 |
+ |
"STATS u is only shown to operators" |
410 |
+ |
}, |
411 |
+ |
{ |
412 |
|
"stats_i_oper_only", |
413 |
|
OUTPUT_BOOLEAN2, |
414 |
|
&ConfigFileEntry.stats_i_oper_only, |
707 |
|
|
708 |
|
last_used = CurrentTime; |
709 |
|
|
710 |
< |
if (!ConfigFileEntry.disable_remote) |
710 |
> |
if (!ConfigServerHide.disable_remote_commands) |
711 |
|
if (hunt_server(client_p,source_p, ":%s INFO :%s", 1, |
712 |
|
parc, parv) != HUNTED_ISME) |
713 |
|
return; |