mirror of
https://github.com/anope/anope.git
synced 2026-06-30 18:46:38 +02:00
BUILD : 1.7.19 (1272) BUGS : N/A NOTES : Patch provided by teh heinz: [1] Updated the WIN32.txt document a bit [2] Re-worded the CHAN_LEVELS_XOP string in en_us.l
git-svn-id: svn://svn.anope.org/anope/trunk@1272 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@990 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
59e8ec448c
commit
019c9a02f8
@@ -13,6 +13,8 @@ Anope Version S V N
|
||||
08/08 F Wrong debug notice when killing people due to the session limit. [#734]
|
||||
08/08 F DefCon modes being re-set after mass-unset when leaving DefCon. [#727]
|
||||
08/11 F CAPAB tokens for InspIRCd 1.1 never parsed. [#742]
|
||||
08/21 F Updated the WIN32.txt document a bit [ #00]
|
||||
08/21 F Re-worded the CHAN_LEVELS_XOP string in en_us [ #00]
|
||||
|
||||
Anope Version 1.7.19
|
||||
--------------------
|
||||
|
||||
+2
-2
@@ -14,7 +14,7 @@ Anope for Windows
|
||||
1) Download the required files:
|
||||
|
||||
* Current Anope source:
|
||||
http://zero.org:7467/viewcvs/trunk.tar.gz
|
||||
http://sourceforge.net/project/showfiles.php?group_id=94081
|
||||
|
||||
If you have Visual C++ 6, 7 (.NET 2002/2003) or 8 (2005) skip ahead to step 2, else you
|
||||
need to download the following free components from Microsoft. Once
|
||||
@@ -167,5 +167,5 @@ Anope for Windows
|
||||
|
||||
Anope's Windows Installer was made using:
|
||||
|
||||
* Inno Setup 5 <http://www.jrsoftware.org>
|
||||
* NSIS 2.20 <http://nsis.sourceforge.net>
|
||||
|
||||
|
||||
+1
-1
@@ -1479,7 +1479,7 @@ CHAN_AKICK_CLEAR
|
||||
CHAN_LEVELS_SYNTAX
|
||||
LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]
|
||||
CHAN_LEVELS_XOP
|
||||
This command is useless in this mode.
|
||||
Levels are not available as xOP is enabled on this channel.
|
||||
CHAN_LEVELS_RANGE
|
||||
Level must be between %d and %d inclusive.
|
||||
CHAN_LEVELS_CHANGED
|
||||
|
||||
@@ -319,8 +319,6 @@ int db_mysql_save_ns_core(NickCore * nc)
|
||||
{
|
||||
int ret;
|
||||
int i;
|
||||
char **access;
|
||||
Memo *memos;
|
||||
char *q_display, *q_pass, *epass, *q_email, *q_greet, *q_url,
|
||||
*q_access, *q_sender, *q_text;
|
||||
|
||||
@@ -491,7 +489,6 @@ int db_mysql_save_cs_info(ChannelInfo * ci)
|
||||
{
|
||||
int ret;
|
||||
int i;
|
||||
Memo *memos;
|
||||
char *q_name;
|
||||
char *q_founder;
|
||||
char *q_successor;
|
||||
|
||||
@@ -480,6 +480,8 @@ int rdb_load_dbases(void)
|
||||
}
|
||||
|
||||
alog("RDB: All DataBases loaded.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="19"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1271"
|
||||
VERSION_BUILD="1272"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.19 (1272)
|
||||
# BUGS : N/A
|
||||
# NOTES : Patch provided by teh heinz: [1] Updated the WIN32.txt document a bit [2] Re-worded the CHAN_LEVELS_XOP string in en_us.l
|
||||
#
|
||||
# BUILD : 1.7.19 (1271)
|
||||
# BUGS :
|
||||
# NOTES : Fixed revision numbering in version.log
|
||||
|
||||
Reference in New Issue
Block a user