ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_info.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_info.c (file contents):
Revision 1946 by michael, Sun May 5 10:21:40 2013 UTC vs.
Revision 2283 by michael, Tue Jun 18 19:13:20 2013 UTC

# Line 283 | Line 283 | static const struct InfoStruct info_tabl
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,
# Line 291 | Line 297 | static const struct InfoStruct info_tabl
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    {
# Line 397 | Line 403 | static const struct InfoStruct info_tabl
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,
# Line 695 | Line 707 | m_info(struct Client *client_p, struct C
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)