mirror of
https://github.com/anope/anope.git
synced 2026-07-08 02:03:13 +02:00
BUILD : 1.7.19 (1306) BUGS : 789 NOTES : Fixed Polish language reporting itself as English when switching to it
git-svn-id: svn://svn.anope.org/anope/trunk@1306 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1024 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
7bf2b429e7
commit
ff8e2751f4
@@ -1,13 +1,9 @@
|
||||
Anope Version S V N
|
||||
--------------------
|
||||
08/31 A Added hostip member to user_ struct so we can now use users' IPs. [ #00]
|
||||
08/30 A Added support for channel keys to UnrealIRCd 3.2 SVSJOIN command. [#774]
|
||||
08/29 A Session limit exceptions now support IP numbers as hostmask. [#723]
|
||||
08/29 A Added InspIRCd11 vIdent support. [#684]
|
||||
09/05 F Removed Limited to... message from os_akill.c and os_modload.c [#780]
|
||||
09/05 F Removed extra bolded commands in OS HELP SET [#781]
|
||||
08/31 F is_excepted() now uses match_userip() also. [#778]
|
||||
08/31 F Wrong reply when deleting entries by number (akick, badwords) [#776]
|
||||
08/30 A Added support for channel keys to UnrealIRCd 3.2 SVSJOIN command. [#774]
|
||||
08/31 A Added hostip member to user_ struct so we can now use users' IPs. [ #00]
|
||||
06/15 F Non-existing servers being SQUIT'd when they were juped. [#726]
|
||||
06/15 F Back online notice being sent to juped servers. [#726]
|
||||
06/15 F Not informing opers a SQUIT for a juped server was received. [#718]
|
||||
@@ -37,11 +33,16 @@ Anope Version S V N
|
||||
08/29 F InspIRCD11 protocol now uses SVSJOIN/PART instead of SAJOIN/PART. [#772]
|
||||
08/29 F OperServ SGLINE ADD now strips a trailing space from the mask. [#761]
|
||||
08/29 F TS6 UID generation for all supported TS6 IRCDs. [#731]
|
||||
08/31 F is_excepted() now uses match_userip() also. [#778]
|
||||
08/31 F Wrong reply when deleting entries by number (akick, badwords) [#776]
|
||||
09/01 F Added a note in WIN32.txt about pre-compiled installers [# 00]
|
||||
09/02 F Created MySQL indexes to decrease load on the database. [# 00]
|
||||
09/05 F Removed Limited to... message from os_akill.c and os_modload.c [#780]
|
||||
09/05 F Removed extra bolded commands in OS HELP SET [#781]
|
||||
09/08 F User being able to set modes on empty channels without permission.[#703]
|
||||
09/09 F Undeclared identifiers in module cleaning code on windows. [#782]
|
||||
09/09 F Missing test to check mysql_config sanity in ./configure. [#757]
|
||||
09/24 F Polish language reported itself as English when switching to it. [#789]
|
||||
|
||||
Provided by Trystan <trystan@nomadirc.net> - 2007
|
||||
08/29 F Module runtime directory not always properly cleaned up. [#768]
|
||||
|
||||
@@ -510,7 +510,7 @@ NICK_SET_LANGUAGE_UNKNOWN
|
||||
Napisz %R%s HELP SET LANGUAGE,
|
||||
aby uzyskaæ liste dostêpnych jêzyków.
|
||||
NICK_SET_LANGUAGE_CHANGED
|
||||
Jêzyk zosta³ zmieniony na English.
|
||||
Jêzyk zosta³ zmieniony na Polski.
|
||||
|
||||
# SET URL responses
|
||||
NICK_SET_URL_CHANGED
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="19"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1305"
|
||||
VERSION_BUILD="1306"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.19 (1306)
|
||||
# BUGS : 789
|
||||
# NOTES : Fixed Polish language reporting itself as English when switching to it
|
||||
#
|
||||
# BUILD : 1.7.19 (1305)
|
||||
# BUGS : 757
|
||||
# NOTES : Fixed mysql_config values only being tried to compile/link sources and not running the result to see if it actually works
|
||||
|
||||
Reference in New Issue
Block a user