mirror of
https://github.com/anope/anope.git
synced 2026-06-28 23:06:39 +02:00
BUILD : 1.7.21 (1352) BUGS : N/A NOTES : Fixed several language erros (missed strings, bad formatting, etc). Added a check for BotServs bots hostname too long.
git-svn-id: svn://svn.anope.org/anope/trunk@1352 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1067 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
b5bf30483b
commit
4b62b08ddf
@@ -4,6 +4,8 @@ Anope Version S V N
|
||||
01/15 F listchans now shows if a channel is suspended. [#825]
|
||||
01/15 F listnicks now shows if a nickname is suspended. [#825]
|
||||
01/15 F Re-assigned access to OS CHANLIST to Services Opers. [#827]
|
||||
01/24 F Several language errors. [ #00]
|
||||
01/24 A Added a check for hosts too long in BotServs bots. [ #00]
|
||||
|
||||
Provided by Jan Milants <jan_renee@msn.com> - 2008
|
||||
01/16 F Server traversion with next_server() failed to list all servers. [#831]
|
||||
|
||||
+3
-1
@@ -2440,7 +2440,9 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Bot Idents may only contain valid characters.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
###########################################################################
|
||||
#
|
||||
# OperServ messages
|
||||
|
||||
@@ -2407,7 +2407,9 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Bot Idents dürfen nur gültige Zeichen enthalten.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents dürfen nur 9 Zeichen enthalten.
|
||||
Bot Idents dürfen nur %d Zeichen enthalten.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
###########################################################################
|
||||
#
|
||||
# OperServ messages
|
||||
|
||||
+4
-1
@@ -2361,7 +2361,10 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Bot Idents may only contain valid characters.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# OperServ messages
|
||||
|
||||
@@ -2413,7 +2413,9 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Los idents de bots pueden contener solo caracteres validos.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Los Idents de bots pueden tener solo %d caracteres.
|
||||
BOT_LONG_HOST
|
||||
Los Hosts de bots pueden tener solo %d caracteres.
|
||||
###########################################################################
|
||||
#
|
||||
# OperServ messages
|
||||
|
||||
@@ -2463,7 +2463,10 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Les identds des bots doivent contenir que des caractères valide.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# OperServ messages
|
||||
@@ -3974,7 +3977,7 @@ NICK_HELP_SASET_HIDE
|
||||
Syntaxe: SASET pseudo HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
|
||||
|
||||
Vous permet d'empêcher l'affichage de certaines parties
|
||||
des informations quand quelqu'un fait un %R%S INFO sur le pseudo
|
||||
des informations quand quelqu'un fait un %S INFO sur le pseudo
|
||||
donné. Vous pouvez cacher son adresse e-mail (EMAIL), masque
|
||||
user@host vu pour la dernière fois (USERMASK), et la dernière
|
||||
raison de /QUIT (QUIT). Le second paramètre indique si
|
||||
|
||||
@@ -2442,7 +2442,10 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Bot Idents may only contain valid characters.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# OperServ messages
|
||||
|
||||
+5
-4
@@ -1430,8 +1430,6 @@ CHAN_ACCESS_XOP
|
||||
Nem használhatod ezt a parancsot.
|
||||
Használd az AOP, SOP és VOP parancsokat helyette.
|
||||
Írd be: %R%s HELP parancs bõvebb információért.
|
||||
Ha ki akarod kapcsolni az xOP rendszert, akkor írd be:
|
||||
%RChanServ set #szobanév xop off.
|
||||
CHAN_ACCESS_XOP_HOP
|
||||
You can't use this command.
|
||||
Use the AOP, SOP, HOP and VOP commands instead.
|
||||
@@ -2406,7 +2404,10 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Bot Ident csak érvényes karaktereket tartalmazhat.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################
|
||||
#
|
||||
# OperServ üzenetek
|
||||
@@ -4298,7 +4299,7 @@ CHAN_HELP_REGISTER
|
||||
|
||||
Megjegyzés: Ha regisztrálsz egy csatornát, elõször
|
||||
regisztrálnod kell a nickneved és azonosítanod kell
|
||||
magad. (%RNickServ identify jelszó)
|
||||
magad. (NickServ identify jelszó)
|
||||
Ha még nem nézted meg, akkor lásd még: %R%s HELP.
|
||||
|
||||
CHAN_HELP_IDENTIFY
|
||||
|
||||
@@ -2373,7 +2373,10 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Gli ident dei bot possono contenere unicamente caratteri validi.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# OperServ messages
|
||||
|
||||
@@ -2419,7 +2419,9 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Bot Idents mogen alleen geldige tekens bevatten.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents mogen maximaal %d tekens bevatten.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts mogen maximaal %d tekens bevatten.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
|
||||
@@ -2597,7 +2597,10 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Ident bota może zawierać tylko prawidłowe znaki.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# Komunikaty OperServ
|
||||
@@ -5142,7 +5145,7 @@ CHAN_HELP_ACCESS
|
||||
funkcje operatorów kanału, oraz posiadać dostęp do
|
||||
komend %S. Różne poziomy określają inne
|
||||
przywileje.
|
||||
Napisz msg %S HELP ACCESS LEVELS,
|
||||
Napisz msg %R%S HELP ACCESS LEVELS,
|
||||
aby uzyskać więcej informacji. Każdy użytkownik,
|
||||
który nie został wpisany na listę dostepu, posiada
|
||||
poziom uprawnień równy 0.
|
||||
|
||||
@@ -2383,7 +2383,9 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
A Identd do bot deve conter apenas caracteres válidos.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
@@ -3003,7 +3005,7 @@ OPER_MODULE_LIST_FOOTER
|
||||
OPER_MODULE_INFO_LIST
|
||||
Módulo: %s Versão: %s Autor: %s Carregado: %s
|
||||
OPER_MODULE_CMD_LIST
|
||||
Comando fornecido: /%s %s
|
||||
Comando fornecido: /%R%s %s
|
||||
OPER_MODULE_MSG_LIST
|
||||
Fornecendo IRCd handler para: %s
|
||||
OPER_MODULE_NO_LIST
|
||||
|
||||
@@ -2360,7 +2360,9 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Идент бота должен содержать только допустимые символы для идента.
|
||||
BOT_LONG_IDENT
|
||||
Идент бота не должен превышать 9 символов.
|
||||
Èäåíò áîòà íå äîëæåí ïðåâûøàòü %d ñèìâîëîâ.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
|
||||
@@ -2436,7 +2436,10 @@ BOT_BAD_HOST
|
||||
BOT_BAD_IDENT
|
||||
Bot Idents may only contain valid characters.
|
||||
BOT_LONG_IDENT
|
||||
Bot Idents may only contain 9 characters.
|
||||
Bot Idents may only contain %d characters.
|
||||
BOT_LONG_HOST
|
||||
Bot Hosts may only contain %d characters.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# OperServ messages
|
||||
|
||||
+8
-4
@@ -92,7 +92,9 @@ int do_bot(User * u)
|
||||
else if (strlen(nick) > NickLen)
|
||||
notice_lang(s_BotServ, u, BOT_BAD_NICK);
|
||||
else if (strlen(user) >= USERMAX)
|
||||
notice_lang(s_BotServ, u, BOT_LONG_IDENT);
|
||||
notice_lang(s_BotServ, u, BOT_LONG_IDENT, USERMAX - 1);
|
||||
else if (strlen(user) > HOSTMAX)
|
||||
notice_lang(s_BotServ, u, BOT_LONG_HOST, HOSTMAX);
|
||||
else {
|
||||
NickAlias *na;
|
||||
|
||||
@@ -122,7 +124,7 @@ int do_bot(User * u)
|
||||
}
|
||||
for (ch = user; *ch && (ch - user) < USERMAX; ch++) {
|
||||
if (!isalnum(*ch)) {
|
||||
notice_lang(s_BotServ, u, BOT_LONG_IDENT);
|
||||
notice_lang(s_BotServ, u, BOT_LONG_IDENT, USERMAX - 1);
|
||||
return MOD_CONT;
|
||||
}
|
||||
}
|
||||
@@ -188,7 +190,9 @@ int do_bot(User * u)
|
||||
else if (strlen(nick) > NickLen)
|
||||
notice_lang(s_BotServ, u, BOT_BAD_NICK);
|
||||
else if (user && strlen(user) >= USERMAX)
|
||||
notice_lang(s_BotServ, u, BOT_LONG_IDENT);
|
||||
notice_lang(s_BotServ, u, BOT_LONG_IDENT, USERMAX - 1);
|
||||
else if (host && strlen(host) > HOSTMAX)
|
||||
notice_lang(s_BotServ, u, BOT_LONG_HOST, HOSTMAX);
|
||||
else {
|
||||
NickAlias *na;
|
||||
|
||||
@@ -240,7 +244,7 @@ int do_bot(User * u)
|
||||
if (user) {
|
||||
for (ch = user; *ch && (ch - user) < USERMAX; ch++) {
|
||||
if (!isalnum(*ch)) {
|
||||
notice_lang(s_BotServ, u, BOT_LONG_IDENT);
|
||||
notice_lang(s_BotServ, u, BOT_LONG_IDENT, USERMAX - 1);
|
||||
return MOD_CONT;
|
||||
}
|
||||
}
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="21"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1351"
|
||||
VERSION_BUILD="1352"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.21 (1352)
|
||||
# BUGS : N/A
|
||||
# NOTES : Fixed several language erros (missed strings, bad formatting, etc). Added a check for BotServs bots hostname too long.
|
||||
#
|
||||
# BUILD : 1.7.21 (1351)
|
||||
# BUGS : 831
|
||||
# NOTES : Fixed a bug in next_server() which skipped over all servers right away when passing -1 as param
|
||||
|
||||
Reference in New Issue
Block a user