ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 1459
Committed: Fri Jul 6 14:23:09 2012 UTC (13 years, 1 month ago) by michael
Content type: text/x-chdr
Original Path: ircd-hybrid-8/src/conf_parser.h
File size: 13456 byte(s)
Log Message:
- remove g-line acls
- added general::gline_request_duration configuration option which
  simply replaces the harcoded PENDING_GLINE_TIME definition

File Contents

# User Rev Content
1 michael 1425 /* A Bison parser, made by GNU Bison 2.5.1. */
2 michael 913
3 michael 1133 /* Bison interface for Yacc-like parsers in C
4 michael 967
5 michael 1425 Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
6 michael 967
7     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    
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 967
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 967
30 michael 913 This special exception was added by the Free Software Foundation in
31     version 2.2 of Bison. */
32    
33 michael 967
34 michael 913 /* Tokens. */
35     #ifndef YYTOKENTYPE
36     # define YYTOKENTYPE
37     /* Put the tokens into the symbol table, so that GDB and other debuggers
38     know about them. */
39     enum yytokentype {
40     ACCEPT_PASSWORD = 258,
41     ACTION = 259,
42     ADMIN = 260,
43     AFTYPE = 261,
44     T_ALLOW = 262,
45     ANTI_NICK_FLOOD = 263,
46     ANTI_SPAM_EXIT_MESSAGE_TIME = 264,
47     AUTOCONN = 265,
48     T_BLOCK = 266,
49     BURST_AWAY = 267,
50 michael 1401 BYTES = 268,
51     KBYTES = 269,
52     MBYTES = 270,
53     GBYTES = 271,
54     TBYTES = 272,
55     CALLER_ID_WAIT = 273,
56     CAN_FLOOD = 274,
57     CHANNEL = 275,
58     CIDR_BITLEN_IPV4 = 276,
59     CIDR_BITLEN_IPV6 = 277,
60     CLASS = 278,
61     CONNECT = 279,
62     CONNECTFREQ = 280,
63     DEFAULT_FLOODCOUNT = 281,
64     DEFAULT_SPLIT_SERVER_COUNT = 282,
65     DEFAULT_SPLIT_USER_COUNT = 283,
66     DENY = 284,
67     DESCRIPTION = 285,
68     DIE = 286,
69     DISABLE_AUTH = 287,
70     DISABLE_FAKE_CHANNELS = 288,
71     DISABLE_HIDDEN = 289,
72     DISABLE_LOCAL_CHANNELS = 290,
73     DISABLE_REMOTE_COMMANDS = 291,
74     DOTS_IN_IDENT = 292,
75     DURATION = 293,
76     EGDPOOL_PATH = 294,
77     EMAIL = 295,
78     ENABLE = 296,
79     ENCRYPTED = 297,
80     EXCEED_LIMIT = 298,
81     EXEMPT = 299,
82     FAILED_OPER_NOTICE = 300,
83     IRCD_FLAGS = 301,
84     FLATTEN_LINKS = 302,
85     GECOS = 303,
86     GENERAL = 304,
87     GLINE = 305,
88 michael 1459 GLINE_DURATION = 306,
89     GLINE_ENABLE = 307,
90     GLINE_EXEMPT = 308,
91     GLINE_TIME = 309,
92     GLINE_REQUEST_DURATION = 310,
93     GLINE_MIN_CIDR = 311,
94     GLINE_MIN_CIDR6 = 312,
95     GLOBAL_KILL = 313,
96     IRCD_AUTH = 314,
97     NEED_IDENT = 315,
98     HAVENT_READ_CONF = 316,
99     HIDDEN = 317,
100     HIDDEN_NAME = 318,
101     HIDE_SERVER_IPS = 319,
102     HIDE_SERVERS = 320,
103     HIDE_SPOOF_IPS = 321,
104     HOST = 322,
105     HUB = 323,
106     HUB_MASK = 324,
107     IGNORE_BOGUS_TS = 325,
108     INVISIBLE_ON_CONNECT = 326,
109     IP = 327,
110     KILL = 328,
111     KILL_CHASE_TIME_LIMIT = 329,
112     KLINE = 330,
113     KLINE_EXEMPT = 331,
114     KLINE_REASON = 332,
115     KLINE_WITH_REASON = 333,
116     KNOCK_DELAY = 334,
117     KNOCK_DELAY_CHANNEL = 335,
118     LEAF_MASK = 336,
119     LINKS_DELAY = 337,
120     LISTEN = 338,
121     T_LOG = 339,
122     MAX_ACCEPT = 340,
123     MAX_BANS = 341,
124     MAX_CHANS_PER_OPER = 342,
125     MAX_CHANS_PER_USER = 343,
126     MAX_GLOBAL = 344,
127     MAX_IDENT = 345,
128     MAX_LOCAL = 346,
129     MAX_NICK_CHANGES = 347,
130     MAX_NICK_TIME = 348,
131     MAX_NUMBER = 349,
132     MAX_TARGETS = 350,
133     MAX_WATCH = 351,
134     MESSAGE_LOCALE = 352,
135     MIN_NONWILDCARD = 353,
136     MIN_NONWILDCARD_SIMPLE = 354,
137     MODULE = 355,
138     MODULES = 356,
139     NAME = 357,
140     NEED_PASSWORD = 358,
141     NETWORK_DESC = 359,
142     NETWORK_NAME = 360,
143     NICK = 361,
144     NICK_CHANGES = 362,
145     NO_CREATE_ON_SPLIT = 363,
146     NO_JOIN_ON_SPLIT = 364,
147     NO_OPER_FLOOD = 365,
148     NO_TILDE = 366,
149     NUMBER = 367,
150     NUMBER_PER_IDENT = 368,
151     NUMBER_PER_CIDR = 369,
152     NUMBER_PER_IP = 370,
153     NUMBER_PER_IP_GLOBAL = 371,
154     OPERATOR = 372,
155     OPERS_BYPASS_CALLERID = 373,
156     OPER_ONLY_UMODES = 374,
157     OPER_PASS_RESV = 375,
158     OPER_SPY_T = 376,
159     OPER_UMODES = 377,
160     JOIN_FLOOD_COUNT = 378,
161     JOIN_FLOOD_TIME = 379,
162     PACE_WAIT = 380,
163     PACE_WAIT_SIMPLE = 381,
164     PASSWORD = 382,
165     PATH = 383,
166     PING_COOKIE = 384,
167     PING_TIME = 385,
168     PING_WARNING = 386,
169     PORT = 387,
170     QSTRING = 388,
171     QUIET_ON_BAN = 389,
172     REASON = 390,
173     REDIRPORT = 391,
174     REDIRSERV = 392,
175     REGEX_T = 393,
176     REHASH = 394,
177     TREJECT_HOLD_TIME = 395,
178     REMOTE = 396,
179     REMOTEBAN = 397,
180     RESTRICT_CHANNELS = 398,
181     RESTRICTED = 399,
182     RSA_PRIVATE_KEY_FILE = 400,
183     RSA_PUBLIC_KEY_FILE = 401,
184     SSL_CERTIFICATE_FILE = 402,
185     SSL_DH_PARAM_FILE = 403,
186     T_SSL_CLIENT_METHOD = 404,
187     T_SSL_SERVER_METHOD = 405,
188     T_SSLV3 = 406,
189     T_TLSV1 = 407,
190     RESV = 408,
191     RESV_EXEMPT = 409,
192     SECONDS = 410,
193     MINUTES = 411,
194     HOURS = 412,
195     DAYS = 413,
196     WEEKS = 414,
197     SENDQ = 415,
198     SEND_PASSWORD = 416,
199     SERVERHIDE = 417,
200     SERVERINFO = 418,
201     IRCD_SID = 419,
202     TKLINE_EXPIRE_NOTICES = 420,
203     T_SHARED = 421,
204     T_CLUSTER = 422,
205     TYPE = 423,
206     SHORT_MOTD = 424,
207     SILENT = 425,
208     SPOOF = 426,
209     SPOOF_NOTICE = 427,
210     STATS_E_DISABLED = 428,
211     STATS_I_OPER_ONLY = 429,
212     STATS_K_OPER_ONLY = 430,
213     STATS_O_OPER_ONLY = 431,
214     STATS_P_OPER_ONLY = 432,
215     TBOOL = 433,
216     TMASKED = 434,
217     T_REJECT = 435,
218     TS_MAX_DELTA = 436,
219     TS_WARN_DELTA = 437,
220     TWODOTS = 438,
221     T_ALL = 439,
222     T_BOTS = 440,
223     T_SOFTCALLERID = 441,
224     T_CALLERID = 442,
225     T_CCONN = 443,
226     T_CCONN_FULL = 444,
227     T_SSL_CIPHER_LIST = 445,
228     T_CLIENT_FLOOD = 446,
229     T_DEAF = 447,
230     T_DEBUG = 448,
231     T_DLINE = 449,
232     T_DRONE = 450,
233     T_EXTERNAL = 451,
234     T_FULL = 452,
235     T_INVISIBLE = 453,
236     T_IPV4 = 454,
237     T_IPV6 = 455,
238     T_LOCOPS = 456,
239     T_MAX_CLIENTS = 457,
240     T_NCHANGE = 458,
241     T_OPERWALL = 459,
242     T_REJ = 460,
243     T_SERVER = 461,
244     T_SERVNOTICE = 462,
245     T_SKILL = 463,
246     T_SPY = 464,
247     T_SSL = 465,
248     T_UMODES = 466,
249     T_UNAUTH = 467,
250     T_UNDLINE = 468,
251     T_UNLIMITED = 469,
252     T_UNRESV = 470,
253     T_UNXLINE = 471,
254     T_GLOBOPS = 472,
255     T_WALLOP = 473,
256     T_RESTART = 474,
257     T_SERVICE = 475,
258     T_SERVICES_NAME = 476,
259     THROTTLE_TIME = 477,
260     TOPICBURST = 478,
261     TRUE_NO_OPER_FLOOD = 479,
262     TKLINE = 480,
263     TXLINE = 481,
264     TRESV = 482,
265     UNKLINE = 483,
266     USER = 484,
267     USE_EGD = 485,
268     USE_EXCEPT = 486,
269     USE_INVEX = 487,
270     USE_KNOCK = 488,
271     USE_LOGGING = 489,
272     USE_WHOIS_ACTUALLY = 490,
273     VHOST = 491,
274     VHOST6 = 492,
275     XLINE = 493,
276     WARN = 494,
277     WARN_NO_NLINE = 495,
278     T_SIZE = 496,
279     T_FILE = 497
280 michael 913 };
281     #endif
282     /* Tokens. */
283     #define ACCEPT_PASSWORD 258
284     #define ACTION 259
285     #define ADMIN 260
286     #define AFTYPE 261
287     #define T_ALLOW 262
288     #define ANTI_NICK_FLOOD 263
289     #define ANTI_SPAM_EXIT_MESSAGE_TIME 264
290     #define AUTOCONN 265
291     #define T_BLOCK 266
292     #define BURST_AWAY 267
293 michael 1401 #define BYTES 268
294     #define KBYTES 269
295     #define MBYTES 270
296     #define GBYTES 271
297     #define TBYTES 272
298     #define CALLER_ID_WAIT 273
299     #define CAN_FLOOD 274
300     #define CHANNEL 275
301     #define CIDR_BITLEN_IPV4 276
302     #define CIDR_BITLEN_IPV6 277
303     #define CLASS 278
304     #define CONNECT 279
305     #define CONNECTFREQ 280
306     #define DEFAULT_FLOODCOUNT 281
307     #define DEFAULT_SPLIT_SERVER_COUNT 282
308     #define DEFAULT_SPLIT_USER_COUNT 283
309     #define DENY 284
310     #define DESCRIPTION 285
311     #define DIE 286
312     #define DISABLE_AUTH 287
313     #define DISABLE_FAKE_CHANNELS 288
314     #define DISABLE_HIDDEN 289
315     #define DISABLE_LOCAL_CHANNELS 290
316     #define DISABLE_REMOTE_COMMANDS 291
317     #define DOTS_IN_IDENT 292
318     #define DURATION 293
319     #define EGDPOOL_PATH 294
320     #define EMAIL 295
321     #define ENABLE 296
322     #define ENCRYPTED 297
323     #define EXCEED_LIMIT 298
324     #define EXEMPT 299
325     #define FAILED_OPER_NOTICE 300
326     #define IRCD_FLAGS 301
327     #define FLATTEN_LINKS 302
328     #define GECOS 303
329     #define GENERAL 304
330     #define GLINE 305
331 michael 1459 #define GLINE_DURATION 306
332     #define GLINE_ENABLE 307
333     #define GLINE_EXEMPT 308
334     #define GLINE_TIME 309
335     #define GLINE_REQUEST_DURATION 310
336     #define GLINE_MIN_CIDR 311
337     #define GLINE_MIN_CIDR6 312
338     #define GLOBAL_KILL 313
339     #define IRCD_AUTH 314
340     #define NEED_IDENT 315
341     #define HAVENT_READ_CONF 316
342     #define HIDDEN 317
343     #define HIDDEN_NAME 318
344     #define HIDE_SERVER_IPS 319
345     #define HIDE_SERVERS 320
346     #define HIDE_SPOOF_IPS 321
347     #define HOST 322
348     #define HUB 323
349     #define HUB_MASK 324
350     #define IGNORE_BOGUS_TS 325
351     #define INVISIBLE_ON_CONNECT 326
352     #define IP 327
353     #define KILL 328
354     #define KILL_CHASE_TIME_LIMIT 329
355     #define KLINE 330
356     #define KLINE_EXEMPT 331
357     #define KLINE_REASON 332
358     #define KLINE_WITH_REASON 333
359     #define KNOCK_DELAY 334
360     #define KNOCK_DELAY_CHANNEL 335
361     #define LEAF_MASK 336
362     #define LINKS_DELAY 337
363     #define LISTEN 338
364     #define T_LOG 339
365     #define MAX_ACCEPT 340
366     #define MAX_BANS 341
367     #define MAX_CHANS_PER_OPER 342
368     #define MAX_CHANS_PER_USER 343
369     #define MAX_GLOBAL 344
370     #define MAX_IDENT 345
371     #define MAX_LOCAL 346
372     #define MAX_NICK_CHANGES 347
373     #define MAX_NICK_TIME 348
374     #define MAX_NUMBER 349
375     #define MAX_TARGETS 350
376     #define MAX_WATCH 351
377     #define MESSAGE_LOCALE 352
378     #define MIN_NONWILDCARD 353
379     #define MIN_NONWILDCARD_SIMPLE 354
380     #define MODULE 355
381     #define MODULES 356
382     #define NAME 357
383     #define NEED_PASSWORD 358
384     #define NETWORK_DESC 359
385     #define NETWORK_NAME 360
386     #define NICK 361
387     #define NICK_CHANGES 362
388     #define NO_CREATE_ON_SPLIT 363
389     #define NO_JOIN_ON_SPLIT 364
390     #define NO_OPER_FLOOD 365
391     #define NO_TILDE 366
392     #define NUMBER 367
393     #define NUMBER_PER_IDENT 368
394     #define NUMBER_PER_CIDR 369
395     #define NUMBER_PER_IP 370
396     #define NUMBER_PER_IP_GLOBAL 371
397     #define OPERATOR 372
398     #define OPERS_BYPASS_CALLERID 373
399     #define OPER_ONLY_UMODES 374
400     #define OPER_PASS_RESV 375
401     #define OPER_SPY_T 376
402     #define OPER_UMODES 377
403     #define JOIN_FLOOD_COUNT 378
404     #define JOIN_FLOOD_TIME 379
405     #define PACE_WAIT 380
406     #define PACE_WAIT_SIMPLE 381
407     #define PASSWORD 382
408     #define PATH 383
409     #define PING_COOKIE 384
410     #define PING_TIME 385
411     #define PING_WARNING 386
412     #define PORT 387
413     #define QSTRING 388
414     #define QUIET_ON_BAN 389
415     #define REASON 390
416     #define REDIRPORT 391
417     #define REDIRSERV 392
418     #define REGEX_T 393
419     #define REHASH 394
420     #define TREJECT_HOLD_TIME 395
421     #define REMOTE 396
422     #define REMOTEBAN 397
423     #define RESTRICT_CHANNELS 398
424     #define RESTRICTED 399
425     #define RSA_PRIVATE_KEY_FILE 400
426     #define RSA_PUBLIC_KEY_FILE 401
427     #define SSL_CERTIFICATE_FILE 402
428     #define SSL_DH_PARAM_FILE 403
429     #define T_SSL_CLIENT_METHOD 404
430     #define T_SSL_SERVER_METHOD 405
431     #define T_SSLV3 406
432     #define T_TLSV1 407
433     #define RESV 408
434     #define RESV_EXEMPT 409
435     #define SECONDS 410
436     #define MINUTES 411
437     #define HOURS 412
438     #define DAYS 413
439     #define WEEKS 414
440     #define SENDQ 415
441     #define SEND_PASSWORD 416
442     #define SERVERHIDE 417
443     #define SERVERINFO 418
444     #define IRCD_SID 419
445     #define TKLINE_EXPIRE_NOTICES 420
446     #define T_SHARED 421
447     #define T_CLUSTER 422
448     #define TYPE 423
449     #define SHORT_MOTD 424
450     #define SILENT 425
451     #define SPOOF 426
452     #define SPOOF_NOTICE 427
453     #define STATS_E_DISABLED 428
454     #define STATS_I_OPER_ONLY 429
455     #define STATS_K_OPER_ONLY 430
456     #define STATS_O_OPER_ONLY 431
457     #define STATS_P_OPER_ONLY 432
458     #define TBOOL 433
459     #define TMASKED 434
460     #define T_REJECT 435
461     #define TS_MAX_DELTA 436
462     #define TS_WARN_DELTA 437
463     #define TWODOTS 438
464     #define T_ALL 439
465     #define T_BOTS 440
466     #define T_SOFTCALLERID 441
467     #define T_CALLERID 442
468     #define T_CCONN 443
469     #define T_CCONN_FULL 444
470     #define T_SSL_CIPHER_LIST 445
471     #define T_CLIENT_FLOOD 446
472     #define T_DEAF 447
473     #define T_DEBUG 448
474     #define T_DLINE 449
475     #define T_DRONE 450
476     #define T_EXTERNAL 451
477     #define T_FULL 452
478     #define T_INVISIBLE 453
479     #define T_IPV4 454
480     #define T_IPV6 455
481     #define T_LOCOPS 456
482     #define T_MAX_CLIENTS 457
483     #define T_NCHANGE 458
484     #define T_OPERWALL 459
485     #define T_REJ 460
486     #define T_SERVER 461
487     #define T_SERVNOTICE 462
488     #define T_SKILL 463
489     #define T_SPY 464
490     #define T_SSL 465
491     #define T_UMODES 466
492     #define T_UNAUTH 467
493     #define T_UNDLINE 468
494     #define T_UNLIMITED 469
495     #define T_UNRESV 470
496     #define T_UNXLINE 471
497     #define T_GLOBOPS 472
498     #define T_WALLOP 473
499     #define T_RESTART 474
500     #define T_SERVICE 475
501     #define T_SERVICES_NAME 476
502     #define THROTTLE_TIME 477
503     #define TOPICBURST 478
504     #define TRUE_NO_OPER_FLOOD 479
505     #define TKLINE 480
506     #define TXLINE 481
507     #define TRESV 482
508     #define UNKLINE 483
509     #define USER 484
510     #define USE_EGD 485
511     #define USE_EXCEPT 486
512     #define USE_INVEX 487
513     #define USE_KNOCK 488
514     #define USE_LOGGING 489
515     #define USE_WHOIS_ACTUALLY 490
516     #define VHOST 491
517     #define VHOST6 492
518     #define XLINE 493
519     #define WARN 494
520     #define WARN_NO_NLINE 495
521     #define T_SIZE 496
522     #define T_FILE 497
523 michael 913
524    
525    
526    
527     #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
528     typedef union YYSTYPE
529 michael 967 {
530    
531 michael 1425 /* Line 2072 of yacc.c */
532 michael 1383 #line 110 "conf_parser.y"
533 michael 967
534 michael 913 int number;
535     char *string;
536 michael 967
537    
538    
539 michael 1425 /* Line 2072 of yacc.c */
540 michael 1459 #line 541 "conf_parser.h"
541 michael 967 } YYSTYPE;
542     # define YYSTYPE_IS_TRIVIAL 1
543 michael 913 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
544     # define YYSTYPE_IS_DECLARED 1
545     #endif
546    
547     extern YYSTYPE yylval;
548    
549 michael 967

Properties

Name Value
svn:eol-style native