mirror of
https://github.com/anope/anope.git
synced 2026-06-29 19:36:37 +02:00
Accommodate for the InspIRCd 2.0 protocol being even more oversized then we previously thought..
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ void process()
|
||||
Message *current = NULL;
|
||||
char source[64];
|
||||
char cmd[64];
|
||||
char buf[1024]; /* Most need only 512, InspIRCd 2.0 needs more though.. */
|
||||
char buf[4096]; /* Most need only 512, InspIRCd 2.0 is seriously oversized though.. */
|
||||
char *s;
|
||||
int ac; /* Parameters for the command */
|
||||
char **av;
|
||||
|
||||
+2
-1
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="8"
|
||||
VERSION_PATCH="4"
|
||||
VERSION_EXTRA="-git"
|
||||
VERSION_BUILD="3017"
|
||||
VERSION_BUILD="3018"
|
||||
|
||||
# $Log$ # Changes since the 1.8.4 Release
|
||||
#Revision 3018 - Accommodate for the InspIRCd 2.0 protocol being even more oversized then we previously thought..
|
||||
#Revision 3017 - Log out super admins when someone forces them to logout
|
||||
#Revision 3016 - Fixed a potential crash from receiving a very long FMODE from InspIRCd
|
||||
#Revision 3015 - Allow clearing of access lists while in XOP mode
|
||||
|
||||
Reference in New Issue
Block a user