ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 1460
Committed: Fri Jul 6 14:32:53 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: 13492 byte(s)
Log Message:
- Added 'set' to operator privilege flags. Gives access to the "SET" command

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 michael 1460 T_SET = 463,
246     T_SKILL = 464,
247     T_SPY = 465,
248     T_SSL = 466,
249     T_UMODES = 467,
250     T_UNAUTH = 468,
251     T_UNDLINE = 469,
252     T_UNLIMITED = 470,
253     T_UNRESV = 471,
254     T_UNXLINE = 472,
255     T_GLOBOPS = 473,
256     T_WALLOP = 474,
257     T_RESTART = 475,
258     T_SERVICE = 476,
259     T_SERVICES_NAME = 477,
260     THROTTLE_TIME = 478,
261     TOPICBURST = 479,
262     TRUE_NO_OPER_FLOOD = 480,
263     TKLINE = 481,
264     TXLINE = 482,
265     TRESV = 483,
266     UNKLINE = 484,
267     USER = 485,
268     USE_EGD = 486,
269     USE_EXCEPT = 487,
270     USE_INVEX = 488,
271     USE_KNOCK = 489,
272     USE_LOGGING = 490,
273     USE_WHOIS_ACTUALLY = 491,
274     VHOST = 492,
275     VHOST6 = 493,
276     XLINE = 494,
277     WARN = 495,
278     WARN_NO_NLINE = 496,
279     T_SIZE = 497,
280     T_FILE = 498
281 michael 913 };
282     #endif
283     /* Tokens. */
284     #define ACCEPT_PASSWORD 258
285     #define ACTION 259
286     #define ADMIN 260
287     #define AFTYPE 261
288     #define T_ALLOW 262
289     #define ANTI_NICK_FLOOD 263
290     #define ANTI_SPAM_EXIT_MESSAGE_TIME 264
291     #define AUTOCONN 265
292     #define T_BLOCK 266
293     #define BURST_AWAY 267
294 michael 1401 #define BYTES 268
295     #define KBYTES 269
296     #define MBYTES 270
297     #define GBYTES 271
298     #define TBYTES 272
299     #define CALLER_ID_WAIT 273
300     #define CAN_FLOOD 274
301     #define CHANNEL 275
302     #define CIDR_BITLEN_IPV4 276
303     #define CIDR_BITLEN_IPV6 277
304     #define CLASS 278
305     #define CONNECT 279
306     #define CONNECTFREQ 280
307     #define DEFAULT_FLOODCOUNT 281
308     #define DEFAULT_SPLIT_SERVER_COUNT 282
309     #define DEFAULT_SPLIT_USER_COUNT 283
310     #define DENY 284
311     #define DESCRIPTION 285
312     #define DIE 286
313     #define DISABLE_AUTH 287
314     #define DISABLE_FAKE_CHANNELS 288
315     #define DISABLE_HIDDEN 289
316     #define DISABLE_LOCAL_CHANNELS 290
317     #define DISABLE_REMOTE_COMMANDS 291
318     #define DOTS_IN_IDENT 292
319     #define DURATION 293
320     #define EGDPOOL_PATH 294
321     #define EMAIL 295
322     #define ENABLE 296
323     #define ENCRYPTED 297
324     #define EXCEED_LIMIT 298
325     #define EXEMPT 299
326     #define FAILED_OPER_NOTICE 300
327     #define IRCD_FLAGS 301
328     #define FLATTEN_LINKS 302
329     #define GECOS 303
330     #define GENERAL 304
331     #define GLINE 305
332 michael 1459 #define GLINE_DURATION 306
333     #define GLINE_ENABLE 307
334     #define GLINE_EXEMPT 308
335     #define GLINE_TIME 309
336     #define GLINE_REQUEST_DURATION 310
337     #define GLINE_MIN_CIDR 311
338     #define GLINE_MIN_CIDR6 312
339     #define GLOBAL_KILL 313
340     #define IRCD_AUTH 314
341     #define NEED_IDENT 315
342     #define HAVENT_READ_CONF 316
343     #define HIDDEN 317
344     #define HIDDEN_NAME 318
345     #define HIDE_SERVER_IPS 319
346     #define HIDE_SERVERS 320
347     #define HIDE_SPOOF_IPS 321
348     #define HOST 322
349     #define HUB 323
350     #define HUB_MASK 324
351     #define IGNORE_BOGUS_TS 325
352     #define INVISIBLE_ON_CONNECT 326
353     #define IP 327
354     #define KILL 328
355     #define KILL_CHASE_TIME_LIMIT 329
356     #define KLINE 330
357     #define KLINE_EXEMPT 331
358     #define KLINE_REASON 332
359     #define KLINE_WITH_REASON 333
360     #define KNOCK_DELAY 334
361     #define KNOCK_DELAY_CHANNEL 335
362     #define LEAF_MASK 336
363     #define LINKS_DELAY 337
364     #define LISTEN 338
365     #define T_LOG 339
366     #define MAX_ACCEPT 340
367     #define MAX_BANS 341
368     #define MAX_CHANS_PER_OPER 342
369     #define MAX_CHANS_PER_USER 343
370     #define MAX_GLOBAL 344
371     #define MAX_IDENT 345
372     #define MAX_LOCAL 346
373     #define MAX_NICK_CHANGES 347
374     #define MAX_NICK_TIME 348
375     #define MAX_NUMBER 349
376     #define MAX_TARGETS 350
377     #define MAX_WATCH 351
378     #define MESSAGE_LOCALE 352
379     #define MIN_NONWILDCARD 353
380     #define MIN_NONWILDCARD_SIMPLE 354
381     #define MODULE 355
382     #define MODULES 356
383     #define NAME 357
384     #define NEED_PASSWORD 358
385     #define NETWORK_DESC 359
386     #define NETWORK_NAME 360
387     #define NICK 361
388     #define NICK_CHANGES 362
389     #define NO_CREATE_ON_SPLIT 363
390     #define NO_JOIN_ON_SPLIT 364
391     #define NO_OPER_FLOOD 365
392     #define NO_TILDE 366
393     #define NUMBER 367
394     #define NUMBER_PER_IDENT 368
395     #define NUMBER_PER_CIDR 369
396     #define NUMBER_PER_IP 370
397     #define NUMBER_PER_IP_GLOBAL 371
398     #define OPERATOR 372
399     #define OPERS_BYPASS_CALLERID 373
400     #define OPER_ONLY_UMODES 374
401     #define OPER_PASS_RESV 375
402     #define OPER_SPY_T 376
403     #define OPER_UMODES 377
404     #define JOIN_FLOOD_COUNT 378
405     #define JOIN_FLOOD_TIME 379
406     #define PACE_WAIT 380
407     #define PACE_WAIT_SIMPLE 381
408     #define PASSWORD 382
409     #define PATH 383
410     #define PING_COOKIE 384
411     #define PING_TIME 385
412     #define PING_WARNING 386
413     #define PORT 387
414     #define QSTRING 388
415     #define QUIET_ON_BAN 389
416     #define REASON 390
417     #define REDIRPORT 391
418     #define REDIRSERV 392
419     #define REGEX_T 393
420     #define REHASH 394
421     #define TREJECT_HOLD_TIME 395
422     #define REMOTE 396
423     #define REMOTEBAN 397
424     #define RESTRICT_CHANNELS 398
425     #define RESTRICTED 399
426     #define RSA_PRIVATE_KEY_FILE 400
427     #define RSA_PUBLIC_KEY_FILE 401
428     #define SSL_CERTIFICATE_FILE 402
429     #define SSL_DH_PARAM_FILE 403
430     #define T_SSL_CLIENT_METHOD 404
431     #define T_SSL_SERVER_METHOD 405
432     #define T_SSLV3 406
433     #define T_TLSV1 407
434     #define RESV 408
435     #define RESV_EXEMPT 409
436     #define SECONDS 410
437     #define MINUTES 411
438     #define HOURS 412
439     #define DAYS 413
440     #define WEEKS 414
441     #define SENDQ 415
442     #define SEND_PASSWORD 416
443     #define SERVERHIDE 417
444     #define SERVERINFO 418
445     #define IRCD_SID 419
446     #define TKLINE_EXPIRE_NOTICES 420
447     #define T_SHARED 421
448     #define T_CLUSTER 422
449     #define TYPE 423
450     #define SHORT_MOTD 424
451     #define SILENT 425
452     #define SPOOF 426
453     #define SPOOF_NOTICE 427
454     #define STATS_E_DISABLED 428
455     #define STATS_I_OPER_ONLY 429
456     #define STATS_K_OPER_ONLY 430
457     #define STATS_O_OPER_ONLY 431
458     #define STATS_P_OPER_ONLY 432
459     #define TBOOL 433
460     #define TMASKED 434
461     #define T_REJECT 435
462     #define TS_MAX_DELTA 436
463     #define TS_WARN_DELTA 437
464     #define TWODOTS 438
465     #define T_ALL 439
466     #define T_BOTS 440
467     #define T_SOFTCALLERID 441
468     #define T_CALLERID 442
469     #define T_CCONN 443
470     #define T_CCONN_FULL 444
471     #define T_SSL_CIPHER_LIST 445
472     #define T_CLIENT_FLOOD 446
473     #define T_DEAF 447
474     #define T_DEBUG 448
475     #define T_DLINE 449
476     #define T_DRONE 450
477     #define T_EXTERNAL 451
478     #define T_FULL 452
479     #define T_INVISIBLE 453
480     #define T_IPV4 454
481     #define T_IPV6 455
482     #define T_LOCOPS 456
483     #define T_MAX_CLIENTS 457
484     #define T_NCHANGE 458
485     #define T_OPERWALL 459
486     #define T_REJ 460
487     #define T_SERVER 461
488     #define T_SERVNOTICE 462
489 michael 1460 #define T_SET 463
490     #define T_SKILL 464
491     #define T_SPY 465
492     #define T_SSL 466
493     #define T_UMODES 467
494     #define T_UNAUTH 468
495     #define T_UNDLINE 469
496     #define T_UNLIMITED 470
497     #define T_UNRESV 471
498     #define T_UNXLINE 472
499     #define T_GLOBOPS 473
500     #define T_WALLOP 474
501     #define T_RESTART 475
502     #define T_SERVICE 476
503     #define T_SERVICES_NAME 477
504     #define THROTTLE_TIME 478
505     #define TOPICBURST 479
506     #define TRUE_NO_OPER_FLOOD 480
507     #define TKLINE 481
508     #define TXLINE 482
509     #define TRESV 483
510     #define UNKLINE 484
511     #define USER 485
512     #define USE_EGD 486
513     #define USE_EXCEPT 487
514     #define USE_INVEX 488
515     #define USE_KNOCK 489
516     #define USE_LOGGING 490
517     #define USE_WHOIS_ACTUALLY 491
518     #define VHOST 492
519     #define VHOST6 493
520     #define XLINE 494
521     #define WARN 495
522     #define WARN_NO_NLINE 496
523     #define T_SIZE 497
524     #define T_FILE 498
525 michael 913
526    
527    
528    
529     #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
530     typedef union YYSTYPE
531 michael 967 {
532    
533 michael 1425 /* Line 2072 of yacc.c */
534 michael 1383 #line 110 "conf_parser.y"
535 michael 967
536 michael 913 int number;
537     char *string;
538 michael 967
539    
540    
541 michael 1425 /* Line 2072 of yacc.c */
542 michael 1460 #line 543 "conf_parser.h"
543 michael 967 } YYSTYPE;
544     # define YYSTYPE_IS_TRIVIAL 1
545 michael 913 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
546     # define YYSTYPE_IS_DECLARED 1
547     #endif
548    
549     extern YYSTYPE yylval;
550    
551 michael 967

Properties

Name Value
svn:eol-style native