mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 04:43:12 +02:00
Get rid of various never used config options and also port
the U4 fix for Windows where it says "Too many connections" way too quickly. (Sorry for mixing both in 1 commit..)
This commit is contained in:
@@ -350,7 +350,6 @@ extern aClient *make_client(aClient *, aClient *);
|
||||
extern Member *find_channel_link(Member *, aChannel *);
|
||||
extern char *pretty_mask(char *);
|
||||
extern void add_client_to_list(aClient *);
|
||||
extern void checklist();
|
||||
extern void remove_client_from_list(aClient *);
|
||||
extern void initlists();
|
||||
extern struct hostent *get_res(char *);
|
||||
|
||||
+3
-8
@@ -231,14 +231,9 @@ typedef OperPermission (*OperClassEntryEvalCallback)(OperClassACLEntryVar* varia
|
||||
/*
|
||||
** flags for bootup options (command line flags)
|
||||
*/
|
||||
#define BOOT_CONSOLE 1
|
||||
#define BOOT_QUICK 2
|
||||
#define BOOT_DEBUG 4
|
||||
#define BOOT_INETD 8
|
||||
#define BOOT_TTY 16
|
||||
#define BOOT_OPER 32
|
||||
#define BOOT_AUTODIE 64
|
||||
#define BOOT_NOFORK 128
|
||||
#define BOOT_DEBUG 1
|
||||
#define BOOT_TTY 2
|
||||
#define BOOT_NOFORK 4
|
||||
|
||||
#define STAT_LOG -7 /* logfile for -x */
|
||||
#define STAT_CONNECTING -6
|
||||
|
||||
Reference in New Issue
Block a user