From: Alexander Barton Date: Sat, 29 Jun 2019 14:07:29 +0000 (+0200) Subject: Enlage buffers of info texts to 128 bytes. X-Git-Tag: rel-26-rc1~65 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=2c495a1fe7c25494248204b725afaffc8c71411a;hp=2c495a1fe7c25494248204b725afaffc8c71411a;p=ngircd-alex.git 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. ---