mirror of
https://github.com/anope/anope.git
synced 2026-07-10 02:43:14 +02:00
UseTokens needs to die in a fire, don't let it be turned off.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1605 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -303,7 +303,6 @@ E int NickRegDelay;
|
||||
E int UseSVSHOLD;
|
||||
E int UseSVS2MODE;
|
||||
E int RestrictOperNicks;
|
||||
E int UseTokens;
|
||||
E int NewsCount;
|
||||
E char *Numeric;
|
||||
E int UnRestrictSAdmin;
|
||||
@@ -1026,7 +1025,6 @@ E unsigned int mysql_rand(void);
|
||||
|
||||
E char *common_get_vident(User *u);
|
||||
E char *common_get_vhost(User *u);
|
||||
E const char *send_token(const char *token1, const char *token2);
|
||||
E const char* base64enc(long i);
|
||||
E long base64dec(char *b64);
|
||||
E long base64dects(const char *ts);
|
||||
|
||||
@@ -381,7 +381,6 @@ struct ircdvars_ {
|
||||
int knock_needs_i; /* Check if we needed +i when setting NOKNOCK */
|
||||
char *chanmodes; /* If the ircd sends CHANMODE in CAPAB this is where we store it */
|
||||
int token; /* Does Anope support the tokens for the ircd */
|
||||
int tokencaseless; /* TOKEN are not case senstive - most its Unreal that is case senstive */
|
||||
int sjb64; /* Base 64 encode TIMESTAMP */
|
||||
int invitemode; /* +I */
|
||||
int sjoinbanchar; /* use single quotes to define it */
|
||||
|
||||
Reference in New Issue
Block a user