]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
again, fbfile.c hasn't existed in a long time.
[solanum.git] / include / s_conf.h
index 628afc25dd28cc95962fffeb5fa6a01f505ca7a8..2b69e6a12adf9319e9e66b47133e21efe8fe8840 100644 (file)
@@ -21,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_conf.h 3131 2007-01-21 15:36:31Z jilles $
+ *  $Id: s_conf.h 3550 2007-08-09 06:47:26Z nenolod $
  */
 
 #ifndef INCLUDED_s_conf_h
@@ -250,6 +250,7 @@ struct config_file_entry
        int default_umodes;
        int global_snotices;
        int operspy_dont_care_user_info;
+       int max_unknown_ip;
 };
 
 struct config_channel_entry
@@ -268,7 +269,6 @@ struct config_channel_entry
        int default_split_server_count;
        int default_split_user_count;
        int burst_topicwho;
-       int invite_ops_only;
        int kick_on_split_riding;
 };
 
@@ -276,7 +276,6 @@ struct config_server_hide
 {
        int flatten_links;
        int links_delay;
-       int links_disabled;
        int hidden;
        int disable_hidden;
 };
@@ -289,7 +288,6 @@ struct server_info
        char *network_name;
        char *network_desc;
        int hub;
-       int use_ts6;
        struct sockaddr_in ip;
 #ifdef IPV6
        struct sockaddr_in6 ip6;
@@ -298,6 +296,8 @@ struct server_info
 #ifdef IPV6
        int specific_ipv6_vhost;
 #endif
+
+       int max_clients;
 };
 
 struct admin_info
@@ -351,8 +351,6 @@ extern int check_client(struct Client *client_p, struct Client *source_p, const
 
 extern int detach_conf(struct Client *);
 
-extern struct ConfItem *conf_connect_allowed(struct sockaddr *addr, int);
-
 extern struct ConfItem *find_tkline(const char *, const char *, struct sockaddr *);
 extern char *show_iline_prefix(struct Client *, struct ConfItem *, char *);
 extern void get_printable_conf(struct ConfItem *,