mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-02 02:37:56 +00:00
Enlage buffers of info texts to 128 bytes.
This includes: - "Real name" of a client (4th filed of the USER command). - Server info text ("Info" configuration option). - Admin info texts and email address ("AdminInfo1", "AdminInfo2" and "AdminEmail" configuration options). - Network name ("Network" configuration option). The limit was 64 bytes before ... Closes #258.
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
#define CLIENT_MODE_LEN 21
|
#define CLIENT_MODE_LEN 21
|
||||||
|
|
||||||
/** Max. length of server info texts (including NULL). */
|
/** Max. length of server info texts (including NULL). */
|
||||||
#define CLIENT_INFO_LEN 64
|
#define CLIENT_INFO_LEN 128
|
||||||
|
|
||||||
/** Max. length of away messages (including NULL). */
|
/** Max. length of away messages (including NULL). */
|
||||||
#define CLIENT_AWAY_LEN 128
|
#define CLIENT_AWAY_LEN 128
|
||||||
|
Reference in New Issue
Block a user