]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/client.h
Show reason for failed outgoing SSL handshakes to opers.
[irc/rqf/shadowircd.git] / include / client.h
index 1b934e76480d0214744f397fd0a33d40cf055fa8..9c6203000546a10aca48dfc964656cfbc52c8a1d 100644 (file)
@@ -230,6 +230,7 @@ struct LocalUser
         * agreed. lets get rid of it someday! --nenolod
         */
        char *passwd;
+       char *auth_user;
        char *opername; /* name of operator{} block being used or tried (challenge) */
        char *challenge;
        char *fullcaps;
@@ -373,12 +374,7 @@ struct exit_client_hook
  * ts stuff
  */
 #define TS_CURRENT     6
-
-#ifdef TS6_ONLY
 #define TS_MIN          6
-#else
-#define TS_MIN          3
-#endif
 
 #define TS_DOESTS       0x10000000
 #define DoesTS(x)       ((x)->tsinfo & TS_DOESTS)
@@ -573,7 +569,6 @@ extern void check_dlines(void);
 extern void check_xlines(void);
 
 extern const char *get_client_name(struct Client *client, int show_ip);
-extern const char *get_server_name(struct Client *client, int show_ip);
 extern const char *log_client_name(struct Client *, int);
 extern int is_remote_connect(struct Client *);
 extern void init_client(void);