mirror of
https://github.com/anope/anope.git
synced 2026-06-28 23:06:39 +02:00
BUILD : 1.7.21 (1420)
BUGS : 882 NOTES : Replaces the static count in logon&oper-news by a reference to NewsCount. Also fixes a booboo in my first commit. git-svn-id: svn://svn.anope.org/anope/trunk@1420 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1135 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
c52ae2037e
commit
08453816be
@@ -50,6 +50,7 @@ Anope Version S V N
|
||||
08/18 F CS GETKEY response. [#880]
|
||||
08/21 F Potential issues caused by not setting SO_REUSEADDR on socket. [ #00]
|
||||
08/28 F Fixed several language & help related errors. [#875]
|
||||
08/28 F Replaced static count in login/opernews help. [#882]
|
||||
|
||||
Provided by Robin Burchell <w00t@inspircd.org> - 2008
|
||||
08/08 F Strict warnings in send.c from comparing address of non-ptr [ #00]
|
||||
|
||||
@@ -3368,6 +3368,7 @@ NEWS_HELP_LOGON
|
||||
angezeigt. (Es werden jedoch nur max. 3 angezeigt, um ein
|
||||
Flooding des Users zu verhindern. Wenn mehr als 3 News
|
||||
existieren, werden nur die 3 neuesten angezeigt.)
|
||||
NewsCount can be configured in services.conf.
|
||||
|
||||
LOGONNEWS LIST kann von jedem IRC Operator benutzt werden
|
||||
um die aktuelle Liste der Logon News anzeigen zu lassen.
|
||||
@@ -3385,6 +3386,7 @@ NEWS_HELP_OPER
|
||||
(Es werden jedoch nur max. 3 Nachrichten angezeigt, um ein
|
||||
Flooding des Users zu verhindern. Wenn mehr als 3 News
|
||||
existieren, werden nur die 3 neüsten angezeigt.)
|
||||
NewsCount can be configured in services.conf.
|
||||
|
||||
OPERNEWS LIST kann von jedem IRC Operator benutzt werden
|
||||
um die aktuelle Liste der Oper-News anzeigen zu lassen.
|
||||
|
||||
+6
-6
@@ -3273,10 +3273,10 @@ NEWS_HELP_LOGON
|
||||
|
||||
Edits or displays the list of logon news messages. When a
|
||||
user connects to the network, these messages will be sent
|
||||
to them. (However, no more than three messages will be
|
||||
to them. (However, no more than NewsCount messages will be
|
||||
sent in order to avoid flooding the user. If there are
|
||||
more than three news messages, only the three most recent
|
||||
will be sent.)
|
||||
more news messages, only the most recent will be sent.)
|
||||
NewsCount can be configured in services.conf.
|
||||
|
||||
LOGONNEWS LIST may be used by any IRC operator to list the
|
||||
current news messages. ADD and DEL may only be used by
|
||||
@@ -3289,10 +3289,10 @@ NEWS_HELP_OPER
|
||||
|
||||
Edits or displays the list of oper news messages. When a
|
||||
user opers up (with the /OPER command), these messages will
|
||||
be sent to them. (However, no more than three messages will
|
||||
be sent to them. (However, no more than NewsCount messages will
|
||||
be sent in order to avoid flooding the user. If there are
|
||||
more than three news messages, only the three most recent
|
||||
will be sent.)
|
||||
more news messages, only the most recent will be sent.)
|
||||
NewsCount can be configured in services.conf.
|
||||
|
||||
OPERNEWS LIST may be used by any IRC operator to list the
|
||||
current oper news messages. ADD and DEL may only be used by
|
||||
|
||||
@@ -326,8 +326,6 @@ HELP_LIMIT_HOST_SETTER
|
||||
Limited to Host Setters.
|
||||
HELP_LIMIT_HOST_REMOVER
|
||||
Limited to Host Removers.
|
||||
HELP_LIMIT_SUPER_ADMIN
|
||||
Limited to Super Administrators.
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
@@ -3443,10 +3441,10 @@ NEWS_HELP_LOGON
|
||||
|
||||
Edite ou affiche la liste de messages logon news. Lorsqu'un
|
||||
utilisateur se connecte au réseau, ces messages leur seront
|
||||
envoyés. (Cependant, pas plus de trois messages ne seront
|
||||
envoyés. (Cependant, pas plus de NewsCount messages ne seront
|
||||
envoyés pour éviter le flood des utilisateurs. Si il y a
|
||||
plus de trois messages de news, seuls les trois plus récents
|
||||
seront envoyés.)
|
||||
plus messages de news, seuls les plus récents seront envoyés.)
|
||||
NewsCount peut être configuré en services.conf.
|
||||
|
||||
LOGONNEWS LIST peut être utilisée par tout IRC operator pour
|
||||
lister les messages de news courants. ADD et DEL peuvent
|
||||
@@ -3459,10 +3457,10 @@ NEWS_HELP_OPER
|
||||
|
||||
Edite ou affiche la liste des messages oper news. Quand un
|
||||
utilisateur utilise la commande /OPER, ces messages lui seront
|
||||
envoyés. (Cependant, pas plus de trois messages ne seront
|
||||
envoyés afin de ne pas flooder l'utilisateur. Si il y a plus
|
||||
de trois messages news, seuls les trois plus récents seront
|
||||
envoyés.)
|
||||
envoyés. (Cependant, pas plus de NewsCount messages ne seront
|
||||
envoyés afin de ne pas flooder l'utilisateur. Si il y a plus
|
||||
messages news, seuls les plus récents seront envoyés.)
|
||||
NewsCount peut être configuré en services.conf.
|
||||
|
||||
OPERNEWS LIST peut être utilisée par tout IRC operator pour
|
||||
lister les messages oper news actuels. ADD et DEL peuvent
|
||||
|
||||
@@ -3368,9 +3368,10 @@ NEWS_HELP_LOGON
|
||||
Wijzigt de lijst met login nieuwsberichten of geeft deze weer.
|
||||
Wanneer een gebruiker met het netwerk verbindt, worden deze
|
||||
berichten naar hem/haar verzonden. (Echter, er zullen nooit
|
||||
meer dan drie berichten worden verstuurd om het flooden van de
|
||||
gebruiker te voorkomen. Als er meer dan drie nieuwsberichten
|
||||
zijn worden alleen de drie meest recente vestuurd.)
|
||||
meer dan NewsCount berichten worden verstuurd om het flooden van de
|
||||
gebruiker te voorkomen. Als er meer dan NewsCount nieuwsberichten
|
||||
zijn worden alleen de meest recente vestuurd.)
|
||||
NewsCount kan geconfigureerd worden in services.conf.
|
||||
|
||||
LOGONNEWS LIST mag door elke IRC operator worden gebruikt om
|
||||
de huidige nieuwsberichten weer te geven. ADD en DEL mogen
|
||||
@@ -3385,9 +3386,10 @@ NEWS_HELP_OPER
|
||||
Wijzigt de lijst met oper nieuwsberichten of geeft deze weer.
|
||||
Wanneer een gebruiker opert (dmv het /OPER commando), worden
|
||||
deze berichtennaar hem/haar verzonden. (Echter, er zullen
|
||||
nooit meer dan drie berichten worden verstuurd om het flooden
|
||||
van de gebruiker te voorkomen. Als er meer dan drie nieuws-
|
||||
berichten zijn worden alleen de drie meest recente vestuurd.)
|
||||
nooit meer dan NewsCount berichten worden verstuurd om het flooden
|
||||
van de gebruiker te voorkomen. Als er meer nieuwsberichten
|
||||
zijn worden alleen de meest recente vestuurd.)
|
||||
NewsCount kan geconfigureerd worden in services.conf.
|
||||
|
||||
OPERNEWS LIST mag door elke IRC operator worden gebruikt om
|
||||
de huidige nieuwsberichten weer te geven. ADD en DEL mogen
|
||||
|
||||
@@ -3555,10 +3555,10 @@ NEWS_HELP_LOGON
|
||||
|
||||
Edits or displays the list of logon news messages. When a
|
||||
user connects to the network, these messages will be sent
|
||||
to them. (However, no more than three messages will be
|
||||
to them. (However, no more than NewsCount messages will be
|
||||
sent in order to avoid flooding the user. If there are
|
||||
more than three news messages, only the three most recent
|
||||
will be sent.)
|
||||
more news messages, only the most recent will be sent.)
|
||||
NewsCount can be configured in services.conf.
|
||||
|
||||
LOGONNEWS LIST may be used by any IRC operator to list the
|
||||
current news messages. ADD and DEL may only be used by
|
||||
@@ -3571,10 +3571,10 @@ NEWS_HELP_OPER
|
||||
|
||||
Edits or displays the list of oper news messages. When a
|
||||
user opers up (with the /OPER command), these messages will
|
||||
be sent to them. (However, no more than three messages will
|
||||
be sent to them. (However, no more than NewsCount messages will
|
||||
be sent in order to avoid flooding the user. If there are
|
||||
more than three news messages, only the three most recent
|
||||
will be sent.)
|
||||
more news messages, only the most recent will be sent.)
|
||||
NewsCount can be configured in services.conf.
|
||||
|
||||
OPERNEWS LIST may be used by any IRC operator to list the
|
||||
current oper news messages. ADD and DEL may only be used by
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="21"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1418"
|
||||
VERSION_BUILD="1420"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.21 (1420)
|
||||
# BUGS : 882
|
||||
# NOTES : Replaces the static count in logon&oper -news by a reference to NewsCount. Also fixes a booboo in my first commit.
|
||||
#
|
||||
# BUILD : 1.7.21 (1419)
|
||||
# BUGS : 875
|
||||
# NOTES : Fixes a number of minor language errors. Restricts access to svsnick, oline and umode to SRA as superadmin too requires SRA. Prevents them from showing up in SA help.
|
||||
|
||||
Reference in New Issue
Block a user