mirror of
https://github.com/anope/anope.git
synced 2026-06-30 15:46:39 +02:00
Increased command buffer size. Insp 2.0 has a bigger appetite it seems..
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ void process()
|
||||
Message *current = NULL;
|
||||
char source[64];
|
||||
char cmd[64];
|
||||
char buf[512]; /* Longest legal IRC command line */
|
||||
char buf[1024]; /* Most need only 512, InspIRCd 2.0 needs more 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="3013"
|
||||
VERSION_BUILD="3014"
|
||||
|
||||
# $Log$ # Changes since the 1.8.4 Release
|
||||
#Revision 3014 - Increased command buffer size. Insp 2.0 has a bigger appetite it seems..
|
||||
#Revision 3012 - Removed enc_encrypt_in_place, it is unnecessary and it can easially be used improperly
|
||||
#Revision 3010 - Encrypt very long passwords properly on /ns and /cs register
|
||||
#Revision 3009 - Fixed charybdis and ratbox protocol modules not (properly) translating TS6 UIDs into nicks on kills.
|
||||
|
||||
Reference in New Issue
Block a user