2013-05-15
Created this file.
Made default /srv and /tmp filenames username + "irc".
Previously, irc was only using the first four characters of
username, and ircsrv was using only the first 6, so you'd
have to specify the file names if your username was
greater than 4 characters. I decided there wasn't really
any point to not just using the full username.
Technically, irc (but not ircsrv) uses a 64-byte buffer for
the string "/srv" + username + "irc", but that still allows
plenty of room for username to be the full size allowed
by the auth server (28 bytes).
|