ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/numeric.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/numeric.c (file contents):
Revision 8490 by michael, Wed Apr 4 22:02:18 2018 UTC vs.
Revision 9418 by michael, Sat Jun 13 16:33:39 2020 UTC

# Line 1 | Line 1
1   /*
2   *  ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3   *
4 < *  Copyright (c) 1997-2018 ircd-hybrid development team
4 > *  Copyright (c) 1997-2020 ircd-hybrid development team
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 48 | Line 48 | static const char *const replies[] =
48    /* 206 */  [RPL_TRACESERVER] = "Serv %s %uS %uC %s %s!%s@%s %ju",
49    /* 208 */  [RPL_TRACENEWTYPE] = "<newtype> 0 %s",
50    /* 209 */  [RPL_TRACECLASS] = "Class %s %u",
51 <  /* 211 */  [RPL_STATSLINKINFO] = "%s %u %u %ju %u %ju :%u %u %s",
52 <  /* 212 */  [RPL_STATSCOMMANDS] = "%s %u %ju :%u",
51 >  /* 211 */  [RPL_STATSLINKINFO] = "%s %u %u %ju %u %ju :%ju %ju %s",
52 >  /* 212 */  [RPL_STATSCOMMANDS] = "%s %u %ju %u %u",
53    /* 213 */  [RPL_STATSCLINE] = "%c %s %s %s %u %s",
54    /* 215 */  [RPL_STATSILINE] = "%c %s * %s@%s %u %s",
55    /* 216 */  [RPL_STATSKLINE] = "%c %s * %s :%s",
# Line 87 | Line 87 | static const char *const replies[] =
87    /* 281 */  [RPL_ACCEPTLIST] = ":%s",
88    /* 282 */  [RPL_ENDOFACCEPT] = ":End of /ACCEPT list.",
89    /* 301 */  [RPL_AWAY] = "%s :%s",
90 <  /* 302 */  [RPL_USERHOST] = ":%s 302 %s :%s",
91 <  /* 303 */  [RPL_ISON] = ":%s 303 %s :",
90 >  /* 302 */  [RPL_USERHOST] = ":%s",
91 >  /* 303 */  [RPL_ISON] = ":%s",
92    /* 305 */  [RPL_UNAWAY] = ":You are no longer marked as being away",
93    /* 306 */  [RPL_NOWAWAY] = ":You have been marked as being away",
94    /* 307 */  [RPL_WHOISREGNICK] = "%s :has identified for this nick",
# Line 99 | Line 99 | static const char *const replies[] =
99    /* 315 */  [RPL_ENDOFWHO] = "%s :End of /WHO list.",
100    /* 317 */  [RPL_WHOISIDLE] = "%s %u %ju :seconds idle, signon time",
101    /* 318 */  [RPL_ENDOFWHOIS] = "%s :End of /WHOIS list.",
102 <  /* 319 */  [RPL_WHOISCHANNELS] = ":%s 319 %s %s :%s",
102 >  /* 319 */  [RPL_WHOISCHANNELS] = "%s :%s",
103    /* 321 */  [RPL_LISTSTART] = "Channel :Users  Name",
104    /* 322 */  [RPL_LIST] = "%s %u :%s%s",
105    /* 323 */  [RPL_LISTEND] = ":End of /LIST",
# Line 114 | Line 114 | static const char *const replies[] =
114    /* 337 */  [RPL_ENDOFINVITELIST] = ":End of /INVITE list.",
115    /* 338 */  [RPL_WHOISACTUALLY] = "%s %s@%s %s :Actual user@host, actual IP",
116    /* 341 */  [RPL_INVITING] = "%s %s",
117 <  /* 346 */  [RPL_INVEXLIST] = "%s %s!%s@%s %s %ju",
117 >  /* 346 */  [RPL_INVEXLIST] = "%s %s %s %ju",
118    /* 347 */  [RPL_ENDOFINVEXLIST] = "%s :End of Channel Invite List",
119 <  /* 348 */  [RPL_EXCEPTLIST] = "%s %s!%s@%s %s %ju",
119 >  /* 348 */  [RPL_EXCEPTLIST] = "%s %s %s %ju",
120    /* 349 */  [RPL_ENDOFEXCEPTLIST] = "%s :End of Channel Exception List",
121    /* 351 */  [RPL_VERSION] = "%s(%s). %s :%s",
122    /* 352 */  [RPL_WHOREPLY] = "%s %s %s %s %s %s :%u %s",
123 <  /* 353 */  [RPL_NAMREPLY] = ":%s 353 %s %s %s :",
123 >  /* 353 */  [RPL_NAMREPLY] = "%s %s :%s",
124    /* 362 */  [RPL_CLOSING] = "%s :Closed. Status = %u",
125    /* 363 */  [RPL_CLOSEEND] = "%u: Connections closed",
126    /* 364 */  [RPL_LINKS] = "%s %s :%u %s",
127    /* 365 */  [RPL_ENDOFLINKS] = "%s :End of /LINKS list.",
128    /* 366 */  [RPL_ENDOFNAMES] = "%s :End of /NAMES list.",
129 <  /* 367 */  [RPL_BANLIST] = "%s %s!%s@%s %s %ju",
129 >  /* 367 */  [RPL_BANLIST] = "%s %s %s %ju",
130    /* 368 */  [RPL_ENDOFBANLIST] = "%s :End of Channel Ban List",
131    /* 369 */  [RPL_ENDOFWHOWAS] = "%s :End of WHOWAS",
132    /* 371 */  [RPL_INFO] = ":%s",
# Line 160 | Line 160 | static const char *const replies[] =
160    /* 431 */  [ERR_NONICKNAMEGIVEN] = ":No nickname given",
161    /* 432 */  [ERR_ERRONEUSNICKNAME] = "%s :%s",
162    /* 433 */  [ERR_NICKNAMEINUSE] = "%s :Nickname is already in use.",
163 +  /* 435 */  [ERR_BANNICKCHANGE] = "%s :Cannot change nickname while banned on channel",
164    /* 436 */  [ERR_NICKCOLLISION] = "%s :Nickname collision KILL",
165    /* 438 */  [ERR_NICKTOOFAST] = "%s :Nick change too fast. Please wait %u seconds.",
166    /* 440 */  [ERR_SERVICESDOWN] = "%s :Services are currently unavailable.",
# Line 189 | Line 190 | static const char *const replies[] =
190    /* 483 */  [ERR_CANTKILLSERVER] = ":You cannot kill a server!",
191    /* 485 */  [ERR_CHANBANREASON] = "%s :Cannot join channel (%s)",
192    /* 486 */  [ERR_NONONREG] = "%s :You must identify to a registered nick to private message that person",
193 <  /* 489 */  [ERR_SSLONLYCHAN] = "%s :Cannot join channel (+S) - SSL/TLS required",
193 >  /* 489 */  [ERR_SECUREONLYCHAN] = "%s :Cannot join channel (+S) - TLS required",
194    /* 491 */  [ERR_NOOPERHOST] = ":Only few of mere mortals may try to enter the twilight zone",
195    /* 492 */  [ERR_NOCTCP] = "%s :You cannot send CTCPs to this channel. Not sent: %s",
196    /* 501 */  [ERR_UMODEUNKNOWNFLAG] = ":Unknown MODE flag",
# Line 209 | Line 210 | static const char *const replies[] =
210    /* 605 */  [RPL_NOWOFF] = "%s %s %s %ju :is offline",
211    /* 606 */  [RPL_WATCHLIST] = ":%s",
212    /* 607 */  [RPL_ENDOFWATCHLIST] = ":End of WATCH %c",
213 <  /* 671 */  [RPL_WHOISSECURE] = "%s :is connected via SSL (secure link)",
213 >  /* 671 */  [RPL_WHOISSECURE] = "%s :is connected via TLS (secure link)",
214    /* 702 */  [RPL_MODLIST] = "%s %p %s %s",
215    /* 703 */  [RPL_ENDOFMODLIST] = ":End of /MODULE LIST.",
216    /* 704 */  [RPL_HELPSTART] = "%s :%s",
# Line 226 | Line 227 | static const char *const replies[] =
227    /* 717 */  [RPL_TARGNOTIFY] = "%s :has been informed that you messaged them.",
228    /* 718 */  [RPL_UMODEGMSG] = "%s %s@%s :is messaging you, and you are umode %s.",
229    /* 723 */  [ERR_NOPRIVS] = "%s :Insufficient oper privileges.",
230 +  /* 743 */  [ERR_INVALIDBAN] = "%s :Invalid ban mask",
231    /* 759 */  [RPL_ETRACEEND] = "%s :End of ETRACE",
232    /* 999 */  [ERR_LAST_ERR_MSG] = ":Last error message"
233   };

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)