ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/include/numeric.h
Revision: 1114
Committed: Mon Dec 20 20:33:05 2010 UTC (13 years, 3 months ago) by michael
Content type: text/x-chdr
File size: 16458 byte(s)
Log Message:
- Move RPL_ETRACE to messages.tab
- CHANGE RPL_WHOISSSL to use the 671 numeric

File Contents

# Content
1 /*
2 * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
3 * numeric.h: A header for the numeric functions.
4 *
5 * Copyright (C) 2002 by the past and present ircd coders, and others.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * 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 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
20 * USA
21 *
22 * $Id$
23 */
24
25 #ifndef INCLUDED_numeric_h
26 #define INCLUDED_numeric_h
27
28 #define LOCALE_LENGTH 64 /* maximum length of locale name + 1 */
29
30 struct NumericInfo
31 {
32 const char *name; /* common name of the numeric */
33 const char *standard; /* standard numeric text */
34 char *translated; /* translated numeric text */
35 };
36
37 /* form_str - return a format string for a message number
38 * messages are defined below
39 */
40 extern const char *form_str(int);
41 extern void set_locale(const char *);
42 extern const char *get_locale(void);
43
44 /*
45 * Reserve numerics 000-099 for server-client connections where the client
46 * is local to the server. If any server is passed a numeric in this range
47 * from another server then it is remapped to 100-199. -avalon
48 */
49 #define RPL_WELCOME 001
50 #define RPL_YOURHOST 002
51 #define RPL_CREATED 003
52 #define RPL_MYINFO 004
53 #define RPL_ISUPPORT 005
54 /* RPL_BOUNCE IRCnet extension */
55 /* RPL_MAP 6 unreal */
56 /* RPL_MAPEND 7 unreal */
57 /* RPL_SNOMASK 8 Undernet extension */
58 /* RPL_STATMEMTOT 9 Undernet extension */
59 /* RPL_STATMEM 10 Undernet extension */
60
61 #define RPL_REDIR 10
62 #define RPL_MAP 15 /* Undernet extension */
63 #define RPL_MAPMORE 16 /* Undernet extension */
64 #define RPL_MAPEND 17 /* Undernet extension */
65
66 #define RPL_YOURID 42 /* IRCnet extension */
67 /* RPL_ATTEMPTINGJUNC 50 aircd extension */
68 /* RPL_ATTEMPTINGREROUTE 51 aircd extension */
69
70 /*
71 * Numeric replies from server commands.
72 * These are currently in the range 200-399.
73 */
74 #define RPL_TRACELINK 200
75 #define RPL_TRACECONNECTING 201
76 #define RPL_TRACEHANDSHAKE 202
77 #define RPL_TRACEUNKNOWN 203
78 #define RPL_TRACEOPERATOR 204
79 #define RPL_TRACEUSER 205
80 #define RPL_TRACESERVER 206
81 #define RPL_TRACECAPTURED 207
82 #define RPL_TRACENEWTYPE 208
83 #define RPL_TRACECLASS 209
84
85 /* RPL_STATS 210 aircd extension, used instead of having
86 multiple stats numerics */
87 /* RPL_TRACERECONNECT 210 IRCnet extension */
88
89 #define RPL_STATSLINKINFO 211
90 #define RPL_STATSCOMMANDS 212
91 #define RPL_STATSCLINE 213
92 #define RPL_STATSNLINE 214
93 /* RPL_STATSOLDNLINE 214 unreal */
94 #define RPL_STATSILINE 215
95 #define RPL_STATSKLINE 216
96 #define RPL_STATSQLINE 217
97 #define RPL_STATSYLINE 218
98 #define RPL_ENDOFSTATS 219
99 /* note ircu uses 217 for STATSPLINE frip. conflict
100 * as RPL_STATSQLINE was used in old 2.8 for Q line
101 * I'm going to steal 220 for now *sigh*
102 * -Dianora
103 */
104
105 #define RPL_STATSPLINE 220
106 #define RPL_UMODEIS 221
107
108 /* RPL_SQLINE_NICK 222 Numerics List: Dalnet */
109 /* RPL_STATSELINE 223 dalnet */
110 /* RPL_STATSGLINE 223 unreal */
111 /* RPL_STATSFLINE 224 Hybrid extension,Dalnet */
112 /* RPL_STATSTLINE 224 unreal */
113 /* RPL_STATSDLINE 225 Hybrid extension */
114 /* RPL_STATSZLINE 225 Dalnet
115 RPL_STATSELINE 225 unreal
116 RPL_STATSCOUNT 226 Dalnet
117 RPL_STATSNLINE 226 unreal
118 RPL_STATSGLINE 227 Dalnet
119 RPL_STATSVLINE 227 unreal */
120
121 #define RPL_STATSFLINE 224
122 #define RPL_STATSDLINE 225
123 #define RPL_STATSALINE 226
124
125 /* RPL_RULES 232 unreal */
126
127 /* RPL_STATSIAUTH 239 IRCnet extension */
128 /* RPL_STATSVLINE 240 IRCnet extension */
129 /* RPL_STATSXLINE 240 austnet */
130
131 #define RPL_STATSLLINE 241
132 #define RPL_STATSUPTIME 242
133 #define RPL_STATSOLINE 243
134 #define RPL_STATSHLINE 244
135 /* 245 No longer used in ircd-hybrid */
136 #define RPL_STATSSLINE 245
137 #define RPL_STATSXLINE 247
138 #define RPL_STATSULINE 248
139 #define RPL_STATSDEBUG 249
140 #define RPL_STATSCONN 250
141 /* RPL_STATSDLINE 250 Numerics List: IRCnet */
142 #define RPL_LUSERCLIENT 251
143 #define RPL_LUSEROP 252
144 #define RPL_LUSERUNKNOWN 253
145 #define RPL_LUSERCHANNELS 254
146 #define RPL_LUSERME 255
147 #define RPL_ADMINME 256
148 #define RPL_ADMINLOC1 257
149 #define RPL_ADMINLOC2 258
150 #define RPL_ADMINEMAIL 259
151
152 #define RPL_ENDOFTRACE 262
153 #define RPL_LOAD2HI 263
154
155 /* RPL_TRYAGAIN 263 Numerics List: IRCnet */
156 /* RPL_LOAD2HI 263 Dalnet */
157 /* RPL_CURRENT_LOCAL 265 aircd/efnet/hybrid/dalnet*/
158 /* RPL_CURRENT_GLOBAL 266 aircd/efnet/hybrid/dalnet */
159 /* RPL_START_NETSTAT 267 aircd */
160 /* RPL_NETSTAT 268 aircd */
161 /* RPL_END_NETSTAT 269 aircd */
162
163 #define RPL_LOCALUSERS 265
164 #define RPL_GLOBALUSERS 266
165
166 #define RPL_ACCEPTLIST 281
167 #define RPL_ENDOFACCEPT 282
168
169 /* RPL_GLIST 280 Undernet extension */
170 /* RPL_ENDOFGLIST 281 Undernet extension */
171 /* RPL_JUPELIST 282 Undernet extension - jupe -Kev */
172 /* RPL_ENDOFJUPELIST 283 Undernet extension - jupe -Kev */
173 /* RPL_FEATURE 284 Undernet extension - features */
174 /* RPL_CHANINFO_HANDLE 285 aircd */
175 /* RPL_CHANINFO_USERS 286 aircd */
176 /* RPL_CHANINFO_CHOPS 287 aircd */
177 /* RPL_CHANINFO_VOICES 288 aircd */
178 /* RPL_CHANINFO_AWAY 289 aircd */
179 /* RPL_CHANINFO_OPERS 290 aircd */
180 /* RPL_HELPHDR 290 Numeric List: Dalnet */
181 /* RPL_CHANINFO_BANNED 291 aircd */
182 /* RPL_HELPOP 291 Numeric List: Dalnet */
183 /* RPL_CHANINFO_BANS 292 aircd */
184 /* RPL_HELPTLR 292 Numeric List: Dalnet */
185 /* RPL_CHANINFO_INVITE 293 aircd */
186 /* RPL_HELPHLP 293 Numeric List: Dalnet */
187 /* RPL_CHANINFO_INVITES 294 aircd */
188 /* RPL_HELPFWD 294 Numeric List: Dalnet */
189 /* RPL_CHANINFO_KICK 295 aircd */
190 /* RPL_HELPIGN 295 Numeric List: Dalnet */
191 /* RPL_CHANINFO_KICKS 296 aircd */
192
193 /* RPL_END_CHANINFO 299 aircd */
194
195 /* numeric_replies */
196 #define RPL_AWAY 301
197 #define RPL_USERHOST 302
198 #define RPL_ISON 303
199 #define RPL_TEXT 304
200 #define RPL_UNAWAY 305
201 #define RPL_NOWAWAY 306
202 #define RPL_USERIP 307 /* Undernet extension */
203 /* RPL_WHOISREGNICK 307 Numeric List: Dalnet */
204 /* RPL_SUSERHOST 307 austnet */
205 /* RPL_NOTIFYACTION 308 aircd */
206 #define RPL_WHOISADMIN 308 /* Numeric List: Dalnet */
207 /* RPL_RULESSTART 308 unreal */
208 /* RPL_NICKTRACE 309 aircd */
209 /* RPL_WHOISSADMIN 309 Numeric List: Dalnet */
210 /* RPL_ENDOFRULES 309 unreal */
211 /* RPL_WHOISHELPER 309 austnet */
212 /* RPL_WHOISSVCMSG 310 Dalnet */
213 /* RPL_WHOISHELPOP 310 unreal */
214 /* RPL_WHOISSERVICE 310 austnet */
215
216 #define RPL_WHOISUSER 311
217 #define RPL_WHOISSERVER 312
218 #define RPL_WHOISOPERATOR 313
219
220 #define RPL_WHOWASUSER 314
221 /* rpl_endofwho below (315) */
222 #define RPL_ENDOFWHOWAS 369
223
224 #define RPL_WHOISCHANOP 316 /* redundant and not needed but reserved */
225 #define RPL_WHOISIDLE 317
226
227 #define RPL_ENDOFWHOIS 318
228 #define RPL_WHOISCHANNELS 319
229 /* RPL_WHOIS_HIDDEN 320 Anothernet +h, ick! */
230 /* RPL_WHOISSPECIAL 320 unreal */
231 #define RPL_LISTSTART 321
232 #define RPL_LIST 322
233 #define RPL_LISTEND 323
234 #define RPL_CHANNELMODEIS 324
235 /* RPL_CHANNELPASSIS 325 IRCnet extension */
236 /* RPL_UNIQOPIS 325 IRCnet extension */
237 /* RPL_NOCHANPASS 326 IRCnet extension */
238 /* RPL_CHPASSUNKNOWN 327 IRCnet extension */
239 /* RPL_CHANNEL_URL 328 dalnet, anothernet */
240 #define RPL_CREATIONTIME 329
241 /* RPL_WHOWAS_TIME 330 ? */
242 #define RPL_NOTOPIC 331
243 #define RPL_TOPIC 332
244 #define RPL_TOPICWHOTIME 333
245 /* RPL_COMMANDSYNTAX 334 Dalnet */
246 /* RPL_LISTSYNTAX 334 unreal */
247 /* RPL_CHANPASSOK 338 IRCnet extension (?)*/
248 #define RPL_WHOISACTUALLY 338 /* dalnet */
249 /* RPL_WHOISACTUALLY 338 Undernet extension, dalnet */
250 /* RPL_BADCHANPASS 339 IRCnet extension (?)*/
251 /* RPL_USERIP 340 (old) Undernet extension */
252 #define RPL_INVITING 341
253 /* RPL_SUMMONING 342 removed from RFC1459 */
254
255 #define RPL_INVITELIST 346
256 #define RPL_ENDOFINVITELIST 347 /* IRCnet, Undernet extension */
257 #define RPL_EXCEPTLIST 348
258 #define RPL_ENDOFEXCEPTLIST 349
259
260 #define RPL_VERSION 351
261
262 #define RPL_WHOREPLY 352
263 #define RPL_ENDOFWHO 315
264 #define RPL_NAMREPLY 353
265 #define RPL_ENDOFNAMES 366
266
267 #define RPL_CLOSING 362
268 #define RPL_CLOSEEND 363
269 #define RPL_LINKS 364
270 #define RPL_ENDOFLINKS 365
271 /* rpl_endofnames above (366) */
272 #define RPL_BANLIST 367
273 #define RPL_ENDOFBANLIST 368
274 /* rpl_endofwhowas above (369) */
275
276 #define RPL_INFO 371
277 #define RPL_MOTD 372
278 #define RPL_INFOSTART 373
279 #define RPL_ENDOFINFO 374
280 #define RPL_MOTDSTART 375
281 #define RPL_ENDOFMOTD 376
282
283 /* RPL_KICKEXPIRED 377 aircd */
284 /* RPL_SPAM 377 austnet */
285 /* RPL_BANEXPIRED 378 aircd */
286 /* RPL_KICKLINKED 379 aircd */
287 /* RPL_BANLINKED 380 aircd */
288
289 #define RPL_YOUREOPER 381
290 #define RPL_REHASHING 382
291 /* RPL_YOURSERVICE 383 Numeric List: various */
292 #define RPL_RSACHALLENGE 386
293
294 /* RPL_QLIST 386 unreal */
295 /* RPL_ENDOFQLIST 387 unreal */
296 /* RPL_ALIST 388 unreal */
297 /* RPL_ENDOFALIST 389 unreal */
298
299 #define RPL_TIME 391
300 #define RPL_USERSSTART 392
301 #define RPL_USERS 393
302 #define RPL_ENDOFUSERS 394
303 #define RPL_NOUSERS 395
304 #define RPL_HOSTHIDDEN 396
305
306 /*
307 * Errors are in the range from 400-599 currently and are grouped by what
308 * commands they come from.
309 */
310 #define ERR_NOSUCHNICK 401
311 #define ERR_NOSUCHSERVER 402
312 #define ERR_NOSUCHCHANNEL 403
313 #define ERR_CANNOTSENDTOCHAN 404
314 #define ERR_TOOMANYCHANNELS 405
315 #define ERR_WASNOSUCHNICK 406
316 #define ERR_TOOMANYTARGETS 407
317 #define ERR_NOORIGIN 409
318 #define ERR_INVALIDCAPCMD 410
319
320 #define ERR_NORECIPIENT 411
321 #define ERR_NOTEXTTOSEND 412
322 #define ERR_NOTOPLEVEL 413
323 #define ERR_WILDTOPLEVEL 414
324 /* ERR_BADMASK 415 IRCnet extension */
325 #define ERR_UNKNOWNCOMMAND 421
326 #define ERR_NOMOTD 422
327 #define ERR_NOADMININFO 423
328
329 /* ERR_TOOMANYAWAY 429 Dalnet */
330
331 #define ERR_NONICKNAMEGIVEN 431
332 #define ERR_ERRONEUSNICKNAME 432
333 #define ERR_NICKNAMEINUSE 433
334
335 /* ERR_SERVICENAMEINUSE 434 ? */
336 /* ERR_NORULES 434 unreal */
337 /* ERR_SERVICECONFUSED 435 ? */
338 /* ERR_BANONCHAN 435 dalnet */
339
340 #define ERR_NICKCOLLISION 436
341 #define ERR_UNAVAILRESOURCE 437
342 #define ERR_NICKTOOFAST 438 /* We did it first Undernet! ;) db */
343
344 #define ERR_SERVICESDOWN 440
345
346 #define ERR_USERNOTINCHANNEL 441
347 #define ERR_NOTONCHANNEL 442
348 #define ERR_USERONCHANNEL 443
349
350 #define ERR_NOTREGISTERED 451
351
352 /* ERR_IDCOLLISION 452 IRCnet extension ? */
353 /* ERR_NICKLOST 453 IRCnet extension ? */
354
355 /* ERR_HOSTILENAME 455 unreal */
356
357 /* ERR_NOHIDING 459 unreal */
358 /* ERR_NOTFORHALFOPS 460 unreal */
359
360 #define ERR_ACCEPTFULL 456
361 #define ERR_ACCEPTEXIST 457
362 #define ERR_ACCEPTNOT 458
363
364 #define ERR_NEEDMOREPARAMS 461
365 #define ERR_ALREADYREGISTRED 462
366 #define ERR_PASSWDMISMATCH 464
367 #define ERR_YOUREBANNEDCREEP 465
368 /* ERR_ONLYSERVERSCANCHANGE 468 Dalnet,unreal */
369 /* ERR_LINKSET 469 unreal */
370 /* ERR_LINKCHANNEL 470 unreal */
371 /* ERR_KICKEDFROMCHAN 470 aircd */
372 #define ERR_CHANNELISFULL 471
373 #define ERR_UNKNOWNMODE 472
374 #define ERR_INVITEONLYCHAN 473
375 #define ERR_BANNEDFROMCHAN 474
376 #define ERR_BADCHANNELKEY 475
377 /* ERR_MODELESS 477 ircu numeric -db */
378 #define ERR_BANLISTFULL 478 /* I stole the numeric from ircu -db */
379 #define ERR_BADCHANNAME 479
380 /* ERR_LINKFAIL 479 unreal */
381 /* ERR_CANNOTKNOCK 480 unreal */
382 /* ERR_NOULINE 480 austnet */
383 #define ERR_NOPRIVILEGES 481
384 #define ERR_CHANOPRIVSNEEDED 482
385 #define ERR_CANTKILLSERVER 483
386 #define ERR_RESTRICTED 484
387 /* ERR_DESYNC 484 Dalnet,PTlink */
388 /* ERR_ATTACKDENY 484 unreal */
389 /* ERR_RESTRICTED 484 IRCnet extension */
390 /* ERR_UNIQOPRIVSNEEDED 485 IRCnet extension */
391 /* ERR_KILLDENY 485 unreal */
392 /* ERR_CANTKICKADMIN 485 PTlink */
393 /* ERR_HTMDISABLED 486 unreal */
394 /* ERR_CHANTOORECENT 487 IRCnet extension (?) */
395 /* ERR_TSLESSCHAN 488 IRCnet extension (?) */
396 /* ERR_VOICENEEDED 489 Undernet extension */
397 #define ERR_NOOPERHOST 491
398 /* ERR_NOSERVICEHOST 492 IRCnet extension */
399
400 #define ERR_UMODEUNKNOWNFLAG 501
401 #define ERR_USERSDONTMATCH 502
402
403 #define ERR_GHOSTEDCLIENT 503
404 /* ERR_VWORLDWARN 503 austnet */
405
406 #define ERR_USERNOTONSERV 504
407
408 /* #define ERR_LAST_ERR_MSG 505
409 * moved to 999
410 */
411
412
413 #define ERR_TOOMANYWATCH 512
414 #define ERR_WRONGPONG 513
415 /* ERR_TOOMANYDCC 514 dalnet */
416 /* ERR_NOINVITE 518 unreal */
417 #define ERR_LONGMASK 518 /* Undernet extension -Kev */
418 /* ERR_ADMONLY 519 unreal */
419 /* ERR_TOOMANYUSERS 519 Undernet extension -Kev */
420 /* ERR_OPERONLY 520 unreal */
421 /* ERR_MASKTOOWIDE 520 Undernet extension -Kev */
422 /* ERR_WHOTRUNC 520 austnet */
423 /* ERR_LASTERROR 521 Undernet extension -Kev */
424 #define ERR_LISTSYNTAX 521
425 /* ERR_WHOSYNTAX 522 dalnet */
426 /* ERR_WHOLIMEXCEED 523 dalnet */
427
428 #define ERR_HELPNOTFOUND 524
429
430 #define RPL_LOGON 600
431 #define RPL_LOGOFF 601
432 #define RPL_WATCHOFF 602
433 #define RPL_WATCHSTAT 603
434 #define RPL_NOWON 604
435 #define RPL_NOWOFF 605
436 #define RPL_WATCHLIST 606
437 #define RPL_ENDOFWATCHLIST 607
438
439 /* RPL_MAPMORE 610 unreal
440
441 RPL_MAPMORE 615 PTlink
442
443 RPL_DCCSTATUS 617 dalnet
444 RPL_DCCLIST 618 dalnet
445 RPL_ENDOFDCCLIST 619 dalnet
446 RPL_DCCINFO 620 dalnet
447
448 RPL_DUMPING 640 unreal
449 RPL_DUMPRPL 641 unreal
450 RPL_EODUMP 642 unreal
451 */
452
453 #define RPL_WHOISSECURE 671
454 #define RPL_MODLIST 702
455 #define RPL_ENDOFMODLIST 703
456
457 #define RPL_HELPSTART 704
458 #define RPL_HELPTXT 705
459 #define RPL_ENDOFHELP 706
460
461 #define RPL_ETRACE_FULL 708
462 #define RPL_ETRACE 709
463
464 #define RPL_KNOCK 710
465 #define RPL_KNOCKDLVR 711
466
467 #define ERR_TOOMANYKNOCK 712
468 #define ERR_CHANOPEN 713
469 #define ERR_KNOCKONCHAN 714
470 #define ERR_KNOCKDISABLED 715
471
472 #define RPL_TARGUMODEG 716
473 #define RPL_TARGNOTIFY 717
474 #define RPL_UMODEGMSG 718
475
476 #define RPL_OMOTDSTART 720
477 #define RPL_OMOTD 721
478 #define RPL_ENDOFOMOTD 722
479
480 #define ERR_NOPRIVS 723
481
482 #define RPL_TESTMASK 724
483 #define RPL_TESTLINE 725
484 #define RPL_NOTESTLINE 726
485 #define RPL_ISCAPTURED 727
486 #define RPL_ISUNCAPTURED 728
487
488 #define ERR_LAST_ERR_MSG 999
489
490 #endif /* INCLUDED_numeric_h */

Properties

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