mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-15 22:05:01 -05:00
Saner limit
This commit is contained in:
parent
f90f51a898
commit
16b14ec765
@ -490,7 +490,7 @@ typedef struct server
|
|||||||
char hostname[128]; /* real ip number */
|
char hostname[128]; /* real ip number */
|
||||||
char servername[128]; /* what the server says is its name */
|
char servername[128]; /* what the server says is its name */
|
||||||
char password[86];
|
char password[86];
|
||||||
char sasluser[30]; /* this is just a buffer for network->user */
|
char sasluser[32]; /* this is just a buffer for network->user */
|
||||||
char saslpassword[86]; /* we could reuse password but then we couldn't guarantee NickServ doesn't register first */
|
char saslpassword[86]; /* we could reuse password but then we couldn't guarantee NickServ doesn't register first */
|
||||||
char nick[NICKLEN];
|
char nick[NICKLEN];
|
||||||
char linebuf[2048]; /* RFC says 512 chars including \r\n */
|
char linebuf[2048]; /* RFC says 512 chars including \r\n */
|
||||||
|
Loading…
Reference in New Issue
Block a user