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 7006 by michael, Fri Jan 1 00:07:54 2016 UTC vs.
Revision 7258 by michael, Sat Feb 6 17:29:57 2016 UTC

# Line 148 | Line 148 | static const struct InfoStruct info_tabl
148      "Maximum topic length"
149    },
150    {
151 +    "libgeoip_ipv4_database_file",
152 +    OUTPUT_DECIMAL,
153 +    &ConfigServerInfo.libgeoip_ipv4_database_file,
154 +    "Path to the libGeoIP IPv4 database file"
155 +  },
156 +  {
157 +    "libgeoip_ipv6_database_file",
158 +    OUTPUT_DECIMAL,
159 +    &ConfigServerInfo.libgeoip_ipv6_database_file,
160 +    "Path to the libGeoIP IPv6 database file"
161 +  },
162 +  {
163      "use_logging",
164      OUTPUT_BOOLEAN_YN,
165      &ConfigLog.use_logging,

Diff Legend

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