Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: 4b7e8db418340576c95f1edad8470b66d6fe886d https://github.com/ngircd/ngircd/commit/4b7e8db418340576c95f1edad8470b66d6fe... Author: Alexander Barton alex@barton.de Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths: M src/ngircd/irc-info.c
Log Message: ----------- Show allowed channel types in ISUPPORT(005) numeric only
Don't show the static list of all possibly available channel types ...
Closes #273.
Commit: fcf2874a9d64675c64afbce58cd4cdc73de54978 https://github.com/ngircd/ngircd/commit/fcf2874a9d64675c64afbce58cd4cdc73de5... Author: Alexander Barton alex@barton.de Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths: M src/ngircd/conf.c
Log Message: ----------- Allow more characters per line in MOTD and help text files
Change the line buffer in the Read_TextFile() function from 127 to COMMAND_LEN (=512) bytes. Lines can't even get that long, because they have to be prefixed before being sent to the client, so this is a sane maximum.
This allows for even more "fancy" and "wider" MOTDs :-)
Closes #271.
Compare: https://github.com/ngircd/ngircd/compare/bc22f41c513f...fcf2874a9d64
ngircd-commits@lists.barton.de