1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 02:23:13 +02:00

BUILD : 1.7.6 (501) BUGS : N/A NOTES : Added Flag to tell if we need to enforce SGlines or not so GD can fix 245

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@355 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-25 18:51:56 +00:00
parent 53d288cf9d
commit 66682c0a7f
16 changed files with 20 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
Anope Version S V N
-------------------
Provided by Anope Dev. <dev@anope.org> - 2004
12/25 A Flag to tell if we need to enforce SGlines or not [ #00]
12/02 A Support for other Ulines Servers (NeoStats/SolarStats). [ #00]
11/28 A Support for Unreal's version of SVSHOLD. [ #00]
11/28 A /OS SET LIST to list the set options. [ #00]
+1 -1
View File
@@ -69,7 +69,7 @@ Anope Translations:
GeniusDex <geniusdex@anope.org> (nl.l)
Oleg Nikolaev aka Isot <isot@complife.ru> (ru.l)
Stuff <the.stuff@gmx.de> (de.l)
DrStein <gacevedo@anope.org> (es.l)
Gabriel Acevedo H. <gacevedo@anope.org> (es.l)
Janos Kapitany <sarkanyka@cjbchat.hu> (hun.l)
Mateusz Szczyrzyca <annihilator@ircnet.pl> (pl.l)
+1
View File
@@ -262,6 +262,7 @@ struct ircdvars_ {
int sjoinbanchar; /* use single quotes to define it */
int sjoinexchar; /* use single quotes to define it */
int svsmode_ucmode; /* Can remove User Channel Modes with SVSMODE */
int sglineenforce;
};
struct ircdcapab_ {
+1
View File
@@ -103,6 +103,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
}
,
{NULL}
+1
View File
@@ -101,6 +101,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
}
,
{NULL}
+1
View File
@@ -101,6 +101,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
}
,
{NULL}
+1
View File
@@ -101,6 +101,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
}
,
{NULL}
+1
View File
@@ -101,6 +101,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
}
,
{NULL}
+1
View File
@@ -102,6 +102,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
},
{NULL}
};
+1
View File
@@ -103,6 +103,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
}
,
{NULL}
+1
View File
@@ -101,6 +101,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
}
,
{NULL}
+1
View File
@@ -103,6 +103,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
1, /* Sglines are enforced */
},
{NULL}
};
+1
View File
@@ -104,6 +104,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
},
{NULL}
};
+1
View File
@@ -103,6 +103,7 @@ IRCDVar ircd[] = {
'&', /* SJOIN ban char */
'\"', /* SJOIN except char */
1, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
},
{NULL}
};
+1
View File
@@ -101,6 +101,7 @@ IRCDVar ircd[] = {
0, /* SJOIN ban char */
0, /* SJOIN except char */
0, /* Can remove User Channel Modes with SVSMODE */
0, /* Sglines are not enforced until user reconnects */
}
,
{NULL}
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="6"
VERSION_BUILD="500"
VERSION_BUILD="501"
# $Log$
#
# BUILD : 1.7.6 (501)
# BUGS : N/A
# NOTES : Added Flag to tell if we need to enforce SGlines or not so GD can fix 245
#
# BUILD : 1.7.6 (500)
# BUGS : 259
# NOTES : Added support for hybrid TBURST -- merry xmas :)