1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

BUILD : 1.7.3 (108) NOTES : Anope 1.7.3 Release

git-svn-id: svn://svn.anope.org/anope/trunk@108 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@84 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-05-15 13:54:06 +00:00
parent c580ac75fc
commit 97a04bdcb3
5 changed files with 45 additions and 46 deletions
+23 -23
View File
@@ -1,28 +1,28 @@
Anope Version 1.7.x (will be renamed when next release is produced)
Anope Version 1.7.3
-------------------
Provided by Anope Dev. <dev@anope.org>
2004/05/15 Added BSCaseSensitive directive for a cAsE sEnSiTiVe badword kicker.
2004/05/14 Removed some illegal sizeof(void). Thanks to codemastr.
2004/05/14 Added +a/-a support for PTLink
2004/05/14 Fixed HELP LIST and LIST SYNTAX help messages ( #53 )
2004/05/14 Fixed a bug with globals containing format characters ( #52 )
2004/05/14 Fixed a tiny type in HostServ help ( #51 )
2004/05/12 Fixed missing RANDOMNEWS entry on /OS HELP ( #40 )
2004/05/12 Fixed xOP management inconsistency ( #38 )
2004/05/11 Fixed a bug with module unload / memo moduleData ( #43 )
2004/05/05 Fixed bug with RDB and empty nickserv greet message (# 28).
2004/05/04 Fixed Badwords kicker to ignore control characters and color codes.
2004/05/04 anoperc bugfixes including checking if anope binary exists.
2004/05/03 always set the right module name when executing mod_tail commands
2004/05/02 Added NickCore,NickAlias,Memos,ChannelInfo to the moduleAddData stuff, its going well!
2004/04/29 Added new MemoServ command CHECK to check whether a memo has been read or not.
2004/04/26 Added module data ability, currently only added to User struct
2004/04/23 Added new MemoServ command RSEND to send a memo requesting a receipt memo once the recipient reads it.
2004/04/22 Fixed ALIST bug when being invoked by systems admins (Bug #20)
2004/04/19 Added /bin/anoperc anope console control script.
Provided by Anope Dev. <dev@anope.org> - 2004
05/15 A New standard Changes file format.
05/15 A BSCaseSensitive directive for a cAsE sEnSiTiVe badword kicker.
05/14 A Support for +a/-a on PTLink ircd.
05/02 A New moduleAddData support.
04/29 A MemoServ command CHECK to check whether a memo has been read.
04/23 A MemoServ command RSEND to send a memo requesting a receipt.
04/19 A Console control script bin/anoperc.
05/03 F Always set the right module name when executing mod_tail commands.
05/14 F Removed some illegal sizeof(void). Thanks to codemastr.
05/04 F Badwords kicker to ignore control characters and color codes.
05/12 F Missing RANDOMNEWS entry on /OS HELP [ #40]
05/14 F HELP LIST and LIST SYNTAX help messages [ #53]
05/14 F Globals containing format characters [ #52]
05/14 F Typo in HostServ help [ #51]
05/12 F Missing RANDOMNEWS entry on /OS HELP [ #40]
05/12 F xOP management inconsistency [ #38]
05/11 F Bug with module unload / memo moduleData [ #43]
05/05 F Bug with RDB and empty nickserv greet message [ #28]
04/22 F ALIST bug when being invoked by systems admins [ #20]
Provided by Rage IRCD. <rageircd@users.sourceforge.net>
2004/05/11 Added Rage2 IRCD support accepted feature request. ( #46 )
Provided by Rage IRCD. <rageircd@users.sourceforge.net> - 2004
05/11 A Rage2 IRCD support accepted feature request. [ #46]
Anope Version 1.7.2
--------------------
+1 -1
View File
@@ -1,4 +1,4 @@
Anope Version 1.7.x (will be renamed when next release is produced)
Anope Version 1.7.3
-------------------
** ADDED CONFIGURATION DIRECTIVES **
+16 -16
View File
@@ -1,24 +1,24 @@
Anope Version 1.7.x (will be renamed when next release is produced)
Anope Version 1.7.3
-------------------
*** New Strings:
MEMO_RSEND_PLEASE_WAIT
MEMO_RSEND_DISABLED
MEMO_RSEND_SYNTAX
MEMO_RSEND_NICK_MEMO_TEXT
MEMO_RSEND_CHAN_MEMO_TEXT
MEMO_RSEND_USER_NOTIFICATION
MEMO_HELP_RSEND
MEMO_CHECK_SYNTAX
MEMO_CHECK_NOT_READ
MEMO_CHECK_READ
MEMO_CHECK_NO_MEMO
MEMO_HELP_CHECK
MEMO_RSEND_PLEASE_WAIT
MEMO_RSEND_DISABLED
MEMO_RSEND_SYNTAX
MEMO_RSEND_NICK_MEMO_TEXT
MEMO_RSEND_CHAN_MEMO_TEXT
MEMO_RSEND_USER_NOTIFICATION
MEMO_HELP_RSEND
MEMO_CHECK_SYNTAX
MEMO_CHECK_NOT_READ
MEMO_CHECK_READ
MEMO_CHECK_NO_MEMO
MEMO_HELP_CHECK
*** Mod Strings:
MEMO_HELP
NICK_LIST_SERVADMIN_SYNTAX
NICK_SERVADMIN_HELP_LIST
MEMO_HELP
NICK_LIST_SERVADMIN_SYNTAX
NICK_SERVADMIN_HELP_LIST
Anope Version 1.7.2
--------------------
-3
View File
@@ -516,7 +516,6 @@ void load_hs_dbase_v1(dbFILE * f)
tmp = time(NULL);
alog("Attempting to load V1 HS Database");
while (!failed && (c = getc_db(f)) == 1) {
if (c == 1) {
@@ -541,7 +540,6 @@ void load_hs_dbase_v2(dbFILE * f)
char *creator;
int32 time;
alog("Attempting to load V2 HS Database");
while (!failed && (c = getc_db(f)) == 1) {
if (c == 1) {
@@ -570,7 +568,6 @@ void load_hs_dbase_v3(dbFILE * f)
char *vIdent;
int32 time;
alog("Attempting to load V3 HS Database");
while (!failed && (c = getc_db(f)) == 1) {
if (c == 1) {
SAFE(read_string(&nick, f));
+5 -3
View File
@@ -7,12 +7,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="2"
VERSION_BUILD="107"
VERSION_EXTRA=""
VERSION_PATCH="3"
VERSION_BUILD="108"
# $Log$
#
# BUILD : 1.7.3 (108)
# NOTES : Anope 1.7.3 Release
#
# BUILD : 1.7.2 (107)
# BUGS :
# NOTES : woops, forgot a small condition ;)