ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 4313
Committed: Thu Jul 31 18:50:11 2014 UTC (11 years ago) by michael
Content type: text/x-chdr
File size: 12861 byte(s)
Log Message:
- Improved AWAY throttling to allow for better fine-tuning

File Contents

# User Rev Content
1 michael 2853 /* A Bison parser, made by GNU Bison 3.0.2. */
2 michael 913
3 michael 1133 /* Bison interface for Yacc-like parsers in C
4 michael 2473
5     Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
6    
7 michael 967 This program is free software: you can redistribute it and/or modify
8 michael 913 it under the terms of the GNU General Public License as published by
9 michael 967 the Free Software Foundation, either version 3 of the License, or
10     (at your option) any later version.
11 michael 2473
12 michael 913 This program is distributed in the hope that it will be useful,
13     but WITHOUT ANY WARRANTY; without even the implied warranty of
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15     GNU General Public License for more details.
16 michael 2473
17 michael 913 You should have received a copy of the GNU General Public License
18 michael 967 along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 michael 913
20     /* As a special exception, you may create a larger work that contains
21     part or all of the Bison parser skeleton and distribute that work
22     under terms of your choice, so long as that work isn't itself a
23     parser generator using the skeleton or a modified version thereof
24     as a parser skeleton. Alternatively, if you modify or redistribute
25     the parser skeleton itself, you may (at your option) remove this
26     special exception, which will cause the skeleton and the resulting
27     Bison output files to be licensed under the GNU General Public
28     License without this special exception.
29 michael 2473
30 michael 913 This special exception was added by the Free Software Foundation in
31     version 2.2 of Bison. */
32    
33 michael 1736 #ifndef YY_YY_CONF_PARSER_H_INCLUDED
34     # define YY_YY_CONF_PARSER_H_INCLUDED
35 michael 2473 /* Debug traces. */
36 michael 1466 #ifndef YYDEBUG
37     # define YYDEBUG 0
38     #endif
39     #if YYDEBUG
40     extern int yydebug;
41     #endif
42 michael 967
43 michael 2473 /* Token type. */
44 michael 913 #ifndef YYTOKENTYPE
45     # define YYTOKENTYPE
46 michael 2473 enum yytokentype
47     {
48     ACCEPT_PASSWORD = 258,
49     ADMIN = 259,
50     AFTYPE = 260,
51     ANTI_NICK_FLOOD = 261,
52     ANTI_SPAM_EXIT_MESSAGE_TIME = 262,
53     AUTOCONN = 263,
54 michael 4313 AWAY_COUNT = 264,
55     AWAY_TIME = 265,
56     BYTES = 266,
57     KBYTES = 267,
58     MBYTES = 268,
59     CALLER_ID_WAIT = 269,
60     CAN_FLOOD = 270,
61     CHANNEL = 271,
62     CIDR_BITLEN_IPV4 = 272,
63     CIDR_BITLEN_IPV6 = 273,
64     CLASS = 274,
65     CONNECT = 275,
66     CONNECTFREQ = 276,
67     CYCLE_ON_HOST_CHANGE = 277,
68     DEFAULT_FLOODCOUNT = 278,
69     DEFAULT_SPLIT_SERVER_COUNT = 279,
70     DEFAULT_SPLIT_USER_COUNT = 280,
71     DENY = 281,
72     DESCRIPTION = 282,
73     DIE = 283,
74     DISABLE_AUTH = 284,
75     DISABLE_FAKE_CHANNELS = 285,
76     DISABLE_REMOTE_COMMANDS = 286,
77     DOTS_IN_IDENT = 287,
78     EGDPOOL_PATH = 288,
79     EMAIL = 289,
80     ENCRYPTED = 290,
81     EXCEED_LIMIT = 291,
82     EXEMPT = 292,
83     FAILED_OPER_NOTICE = 293,
84     FLATTEN_LINKS = 294,
85     GECOS = 295,
86     GENERAL = 296,
87     GLINE = 297,
88     GLINE_DURATION = 298,
89     GLINE_ENABLE = 299,
90     GLINE_EXEMPT = 300,
91     GLINE_MIN_CIDR = 301,
92     GLINE_MIN_CIDR6 = 302,
93     GLINE_REQUEST_DURATION = 303,
94     GLOBAL_KILL = 304,
95     HAVENT_READ_CONF = 305,
96     HIDDEN = 306,
97     HIDDEN_NAME = 307,
98     HIDE_CHANS = 308,
99     HIDE_IDLE = 309,
100     HIDE_IDLE_FROM_OPERS = 310,
101     HIDE_SERVER_IPS = 311,
102     HIDE_SERVERS = 312,
103     HIDE_SERVICES = 313,
104     HIDE_SPOOF_IPS = 314,
105     HOST = 315,
106     HUB = 316,
107     HUB_MASK = 317,
108     IGNORE_BOGUS_TS = 318,
109     INVISIBLE_ON_CONNECT = 319,
110     INVITE_CLIENT_COUNT = 320,
111     INVITE_CLIENT_TIME = 321,
112     IP = 322,
113     IRCD_AUTH = 323,
114     IRCD_FLAGS = 324,
115     IRCD_SID = 325,
116     JOIN_FLOOD_COUNT = 326,
117     JOIN_FLOOD_TIME = 327,
118     KILL = 328,
119     KILL_CHASE_TIME_LIMIT = 329,
120     KLINE = 330,
121     KLINE_EXEMPT = 331,
122     KNOCK_CLIENT_COUNT = 332,
123     KNOCK_CLIENT_TIME = 333,
124     KNOCK_DELAY_CHANNEL = 334,
125     LEAF_MASK = 335,
126     LINKS_DELAY = 336,
127     LISTEN = 337,
128     MASK = 338,
129     MAX_ACCEPT = 339,
130     MAX_BANS = 340,
131     MAX_CHANNELS = 341,
132     MAX_GLOBAL = 342,
133     MAX_IDENT = 343,
134     MAX_IDLE = 344,
135     MAX_LOCAL = 345,
136     MAX_NICK_CHANGES = 346,
137     MAX_NICK_LENGTH = 347,
138     MAX_NICK_TIME = 348,
139     MAX_NUMBER = 349,
140     MAX_TARGETS = 350,
141     MAX_TOPIC_LENGTH = 351,
142     MAX_WATCH = 352,
143     MIN_IDLE = 353,
144     MIN_NONWILDCARD = 354,
145     MIN_NONWILDCARD_SIMPLE = 355,
146     MODULE = 356,
147     MODULES = 357,
148     MOTD = 358,
149     NAME = 359,
150     NEED_IDENT = 360,
151     NEED_PASSWORD = 361,
152     NETWORK_DESC = 362,
153     NETWORK_NAME = 363,
154     NICK = 364,
155     NO_CREATE_ON_SPLIT = 365,
156     NO_JOIN_ON_SPLIT = 366,
157     NO_OPER_FLOOD = 367,
158     NO_TILDE = 368,
159     NUMBER = 369,
160     NUMBER_PER_CIDR = 370,
161     NUMBER_PER_IP = 371,
162     OPER_ONLY_UMODES = 372,
163     OPER_PASS_RESV = 373,
164     OPER_UMODES = 374,
165     OPERATOR = 375,
166     OPERS_BYPASS_CALLERID = 376,
167     PACE_WAIT = 377,
168     PACE_WAIT_SIMPLE = 378,
169     PASSWORD = 379,
170     PATH = 380,
171     PING_COOKIE = 381,
172     PING_TIME = 382,
173     PORT = 383,
174     QSTRING = 384,
175     RANDOM_IDLE = 385,
176     REASON = 386,
177     REDIRPORT = 387,
178     REDIRSERV = 388,
179     REHASH = 389,
180     REMOTE = 390,
181     REMOTEBAN = 391,
182     RESV = 392,
183     RESV_EXEMPT = 393,
184     RSA_PRIVATE_KEY_FILE = 394,
185     RSA_PUBLIC_KEY_FILE = 395,
186     SECONDS = 396,
187     MINUTES = 397,
188     HOURS = 398,
189     DAYS = 399,
190     WEEKS = 400,
191     MONTHS = 401,
192     YEARS = 402,
193     SEND_PASSWORD = 403,
194     SENDQ = 404,
195     SERVERHIDE = 405,
196     SERVERINFO = 406,
197     SHORT_MOTD = 407,
198     SPOOF = 408,
199     SPOOF_NOTICE = 409,
200     SQUIT = 410,
201     SSL_CERTIFICATE_FILE = 411,
202     SSL_CERTIFICATE_FINGERPRINT = 412,
203     SSL_CONNECTION_REQUIRED = 413,
204     SSL_DH_ELLIPTIC_CURVE = 414,
205     SSL_DH_PARAM_FILE = 415,
206     SSL_MESSAGE_DIGEST_ALGORITHM = 416,
207     STATS_E_DISABLED = 417,
208     STATS_I_OPER_ONLY = 418,
209     STATS_K_OPER_ONLY = 419,
210     STATS_O_OPER_ONLY = 420,
211     STATS_P_OPER_ONLY = 421,
212     STATS_U_OPER_ONLY = 422,
213     T_ALL = 423,
214     T_BOTS = 424,
215     T_CALLERID = 425,
216     T_CCONN = 426,
217     T_CLUSTER = 427,
218     T_DEAF = 428,
219     T_DEBUG = 429,
220     T_DLINE = 430,
221     T_EXTERNAL = 431,
222     T_FARCONNECT = 432,
223     T_FILE = 433,
224     T_FULL = 434,
225     T_GLOBOPS = 435,
226     T_INVISIBLE = 436,
227     T_IPV4 = 437,
228     T_IPV6 = 438,
229     T_LOCOPS = 439,
230     T_LOG = 440,
231     T_MAX_CLIENTS = 441,
232     T_NCHANGE = 442,
233     T_NONONREG = 443,
234     T_RECVQ = 444,
235     T_REJ = 445,
236     T_RESTART = 446,
237     T_SERVER = 447,
238     T_SERVICE = 448,
239     T_SERVICES_NAME = 449,
240     T_SERVNOTICE = 450,
241     T_SET = 451,
242     T_SHARED = 452,
243     T_SIZE = 453,
244     T_SKILL = 454,
245     T_SOFTCALLERID = 455,
246     T_SPY = 456,
247     T_SSL = 457,
248     T_SSL_CIPHER_LIST = 458,
249     T_UMODES = 459,
250     T_UNAUTH = 460,
251     T_UNDLINE = 461,
252     T_UNLIMITED = 462,
253     T_UNRESV = 463,
254     T_UNXLINE = 464,
255     T_WALLOP = 465,
256     T_WALLOPS = 466,
257     T_WEBIRC = 467,
258     TBOOL = 468,
259     THROTTLE_COUNT = 469,
260     THROTTLE_TIME = 470,
261     TKLINE_EXPIRE_NOTICES = 471,
262     TMASKED = 472,
263     TRUE_NO_OPER_FLOOD = 473,
264     TS_MAX_DELTA = 474,
265     TS_WARN_DELTA = 475,
266     TWODOTS = 476,
267     TYPE = 477,
268     UNKLINE = 478,
269     USE_EGD = 479,
270     USE_LOGGING = 480,
271     USER = 481,
272     VHOST = 482,
273     VHOST6 = 483,
274     WARN_NO_CONNECT_BLOCK = 484,
275     XLINE = 485
276 michael 2473 };
277 michael 913 #endif
278     /* Tokens. */
279     #define ACCEPT_PASSWORD 258
280 michael 1520 #define ADMIN 259
281     #define AFTYPE 260
282     #define ANTI_NICK_FLOOD 261
283     #define ANTI_SPAM_EXIT_MESSAGE_TIME 262
284     #define AUTOCONN 263
285 michael 4313 #define AWAY_COUNT 264
286     #define AWAY_TIME 265
287     #define BYTES 266
288     #define KBYTES 267
289     #define MBYTES 268
290     #define CALLER_ID_WAIT 269
291     #define CAN_FLOOD 270
292     #define CHANNEL 271
293     #define CIDR_BITLEN_IPV4 272
294     #define CIDR_BITLEN_IPV6 273
295     #define CLASS 274
296     #define CONNECT 275
297     #define CONNECTFREQ 276
298     #define CYCLE_ON_HOST_CHANGE 277
299     #define DEFAULT_FLOODCOUNT 278
300     #define DEFAULT_SPLIT_SERVER_COUNT 279
301     #define DEFAULT_SPLIT_USER_COUNT 280
302     #define DENY 281
303     #define DESCRIPTION 282
304     #define DIE 283
305     #define DISABLE_AUTH 284
306     #define DISABLE_FAKE_CHANNELS 285
307     #define DISABLE_REMOTE_COMMANDS 286
308     #define DOTS_IN_IDENT 287
309     #define EGDPOOL_PATH 288
310     #define EMAIL 289
311     #define ENCRYPTED 290
312     #define EXCEED_LIMIT 291
313     #define EXEMPT 292
314     #define FAILED_OPER_NOTICE 293
315     #define FLATTEN_LINKS 294
316     #define GECOS 295
317     #define GENERAL 296
318     #define GLINE 297
319     #define GLINE_DURATION 298
320     #define GLINE_ENABLE 299
321     #define GLINE_EXEMPT 300
322     #define GLINE_MIN_CIDR 301
323     #define GLINE_MIN_CIDR6 302
324     #define GLINE_REQUEST_DURATION 303
325     #define GLOBAL_KILL 304
326     #define HAVENT_READ_CONF 305
327     #define HIDDEN 306
328     #define HIDDEN_NAME 307
329     #define HIDE_CHANS 308
330     #define HIDE_IDLE 309
331     #define HIDE_IDLE_FROM_OPERS 310
332     #define HIDE_SERVER_IPS 311
333     #define HIDE_SERVERS 312
334     #define HIDE_SERVICES 313
335     #define HIDE_SPOOF_IPS 314
336     #define HOST 315
337     #define HUB 316
338     #define HUB_MASK 317
339     #define IGNORE_BOGUS_TS 318
340     #define INVISIBLE_ON_CONNECT 319
341     #define INVITE_CLIENT_COUNT 320
342     #define INVITE_CLIENT_TIME 321
343     #define IP 322
344     #define IRCD_AUTH 323
345     #define IRCD_FLAGS 324
346     #define IRCD_SID 325
347     #define JOIN_FLOOD_COUNT 326
348     #define JOIN_FLOOD_TIME 327
349     #define KILL 328
350     #define KILL_CHASE_TIME_LIMIT 329
351     #define KLINE 330
352     #define KLINE_EXEMPT 331
353     #define KNOCK_CLIENT_COUNT 332
354     #define KNOCK_CLIENT_TIME 333
355     #define KNOCK_DELAY_CHANNEL 334
356     #define LEAF_MASK 335
357     #define LINKS_DELAY 336
358     #define LISTEN 337
359     #define MASK 338
360     #define MAX_ACCEPT 339
361     #define MAX_BANS 340
362     #define MAX_CHANNELS 341
363     #define MAX_GLOBAL 342
364     #define MAX_IDENT 343
365     #define MAX_IDLE 344
366     #define MAX_LOCAL 345
367     #define MAX_NICK_CHANGES 346
368     #define MAX_NICK_LENGTH 347
369     #define MAX_NICK_TIME 348
370     #define MAX_NUMBER 349
371     #define MAX_TARGETS 350
372     #define MAX_TOPIC_LENGTH 351
373     #define MAX_WATCH 352
374     #define MIN_IDLE 353
375     #define MIN_NONWILDCARD 354
376     #define MIN_NONWILDCARD_SIMPLE 355
377     #define MODULE 356
378     #define MODULES 357
379     #define MOTD 358
380     #define NAME 359
381     #define NEED_IDENT 360
382     #define NEED_PASSWORD 361
383     #define NETWORK_DESC 362
384     #define NETWORK_NAME 363
385     #define NICK 364
386     #define NO_CREATE_ON_SPLIT 365
387     #define NO_JOIN_ON_SPLIT 366
388     #define NO_OPER_FLOOD 367
389     #define NO_TILDE 368
390     #define NUMBER 369
391     #define NUMBER_PER_CIDR 370
392     #define NUMBER_PER_IP 371
393     #define OPER_ONLY_UMODES 372
394     #define OPER_PASS_RESV 373
395     #define OPER_UMODES 374
396     #define OPERATOR 375
397     #define OPERS_BYPASS_CALLERID 376
398     #define PACE_WAIT 377
399     #define PACE_WAIT_SIMPLE 378
400     #define PASSWORD 379
401     #define PATH 380
402     #define PING_COOKIE 381
403     #define PING_TIME 382
404     #define PORT 383
405     #define QSTRING 384
406     #define RANDOM_IDLE 385
407     #define REASON 386
408     #define REDIRPORT 387
409     #define REDIRSERV 388
410     #define REHASH 389
411     #define REMOTE 390
412     #define REMOTEBAN 391
413     #define RESV 392
414     #define RESV_EXEMPT 393
415     #define RSA_PRIVATE_KEY_FILE 394
416     #define RSA_PUBLIC_KEY_FILE 395
417     #define SECONDS 396
418     #define MINUTES 397
419     #define HOURS 398
420     #define DAYS 399
421     #define WEEKS 400
422     #define MONTHS 401
423     #define YEARS 402
424     #define SEND_PASSWORD 403
425     #define SENDQ 404
426     #define SERVERHIDE 405
427     #define SERVERINFO 406
428     #define SHORT_MOTD 407
429     #define SPOOF 408
430     #define SPOOF_NOTICE 409
431     #define SQUIT 410
432     #define SSL_CERTIFICATE_FILE 411
433     #define SSL_CERTIFICATE_FINGERPRINT 412
434     #define SSL_CONNECTION_REQUIRED 413
435     #define SSL_DH_ELLIPTIC_CURVE 414
436     #define SSL_DH_PARAM_FILE 415
437     #define SSL_MESSAGE_DIGEST_ALGORITHM 416
438     #define STATS_E_DISABLED 417
439     #define STATS_I_OPER_ONLY 418
440     #define STATS_K_OPER_ONLY 419
441     #define STATS_O_OPER_ONLY 420
442     #define STATS_P_OPER_ONLY 421
443     #define STATS_U_OPER_ONLY 422
444     #define T_ALL 423
445     #define T_BOTS 424
446     #define T_CALLERID 425
447     #define T_CCONN 426
448     #define T_CLUSTER 427
449     #define T_DEAF 428
450     #define T_DEBUG 429
451     #define T_DLINE 430
452     #define T_EXTERNAL 431
453     #define T_FARCONNECT 432
454     #define T_FILE 433
455     #define T_FULL 434
456     #define T_GLOBOPS 435
457     #define T_INVISIBLE 436
458     #define T_IPV4 437
459     #define T_IPV6 438
460     #define T_LOCOPS 439
461     #define T_LOG 440
462     #define T_MAX_CLIENTS 441
463     #define T_NCHANGE 442
464     #define T_NONONREG 443
465     #define T_RECVQ 444
466     #define T_REJ 445
467     #define T_RESTART 446
468     #define T_SERVER 447
469     #define T_SERVICE 448
470     #define T_SERVICES_NAME 449
471     #define T_SERVNOTICE 450
472     #define T_SET 451
473     #define T_SHARED 452
474     #define T_SIZE 453
475     #define T_SKILL 454
476     #define T_SOFTCALLERID 455
477     #define T_SPY 456
478     #define T_SSL 457
479     #define T_SSL_CIPHER_LIST 458
480     #define T_UMODES 459
481     #define T_UNAUTH 460
482     #define T_UNDLINE 461
483     #define T_UNLIMITED 462
484     #define T_UNRESV 463
485     #define T_UNXLINE 464
486     #define T_WALLOP 465
487     #define T_WALLOPS 466
488     #define T_WEBIRC 467
489     #define TBOOL 468
490     #define THROTTLE_COUNT 469
491     #define THROTTLE_TIME 470
492     #define TKLINE_EXPIRE_NOTICES 471
493     #define TMASKED 472
494     #define TRUE_NO_OPER_FLOOD 473
495     #define TS_MAX_DELTA 474
496     #define TS_WARN_DELTA 475
497     #define TWODOTS 476
498     #define TYPE 477
499     #define UNKLINE 478
500     #define USE_EGD 479
501     #define USE_LOGGING 480
502     #define USER 481
503     #define VHOST 482
504     #define VHOST6 483
505     #define WARN_NO_CONNECT_BLOCK 484
506     #define XLINE 485
507 michael 913
508 michael 2473 /* Value type. */
509 michael 913 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
510 michael 2473 typedef union YYSTYPE YYSTYPE;
511     union YYSTYPE
512 michael 967 {
513 michael 3933 #line 147 "conf_parser.y" /* yacc.c:1909 */
514 michael 967
515 michael 913 int number;
516     char *string;
517 michael 967
518 michael 4313 #line 519 "conf_parser.h" /* yacc.c:1909 */
519 michael 2473 };
520 michael 967 # define YYSTYPE_IS_TRIVIAL 1
521 michael 913 # define YYSTYPE_IS_DECLARED 1
522     #endif
523    
524 michael 2473
525 michael 913 extern YYSTYPE yylval;
526    
527 michael 1466 int yyparse (void);
528 michael 967
529 michael 1736 #endif /* !YY_YY_CONF_PARSER_H_INCLUDED */

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision