mirror of
https://github.com/anope/anope.git
synced 2026-07-03 08:53:12 +02:00
BUILD : 1.7.19 (1298) BUGS : N/A NOTES : [1] Applied heinz patch to WIN32 docs [2] Corrected comment in chanserv.c
git-svn-id: svn://svn.anope.org/anope/trunk@1298 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1016 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
5088cdcf99
commit
113eaa042e
@@ -35,6 +35,7 @@ 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]
|
||||
09/01 F Added a note in WIN32.txt about pre-compiled installers [# 00]
|
||||
|
||||
Provided by Trystan <trystan@nomadirc.net> - 2007
|
||||
08/29 F Module runtime directory not always properly cleaned up. [#768]
|
||||
|
||||
@@ -8,6 +8,9 @@ Anope for Windows
|
||||
|
||||
1) Building the Source
|
||||
|
||||
NOTE: If you have downloaded one of the pre-compiled installers, you do
|
||||
NOT need to complete this step, and you can proceed to step 2.
|
||||
|
||||
If you want to build Anope from source on a Win32 system, you will need
|
||||
to follow this instructions:
|
||||
|
||||
|
||||
+1
-1
@@ -2234,7 +2234,7 @@ int get_access(User * user, ChannelInfo * ci)
|
||||
if (!ci || !user)
|
||||
return -1;
|
||||
|
||||
// SuperAdmin always has highest level
|
||||
/* SuperAdmin always has highest level */
|
||||
if (user->isSuperAdmin)
|
||||
return ACCESS_SUPERADMIN;
|
||||
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="19"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1297"
|
||||
VERSION_BUILD="1298"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.19 (1298)
|
||||
# BUGS : N/A
|
||||
# NOTES : [1] Applied heinz patch to WIN32 docs [2] Corrected comment in chanserv.c
|
||||
#
|
||||
# BUILD : 1.7.19 (1297)
|
||||
# BUGS : N/A
|
||||
# NOTES : In the last commit, I forgot to store the just resolved IP in common_unban() so we wont need to
|
||||
|
||||
Reference in New Issue
Block a user