On Fri, 18 Apr 2014 22:02:25 +0200 Jürgen Weigert <jnwei...@gmail.com> wrote:
> Cool! Thanks for the progress! > > With regards to > > #if !defined(MAXTERMLEN) > # if !defined(HAVE_LONG_FILE_NAMES) > # define MAXTERMLEN 14 > # else > # define MAXTERMLEN 32 > # endif > #endif > > With this, the code is able to choose from two values. Previously, > struct msg was all constants, and for a reason: > I fear that sizeof(struct msg) might change unexpectedly, without > anybody around to bump MSG_VERSION. > > cheers, JW- > Ah, ok. I reverted and hardcoded it to 32 then. (That's what nearly every system on planet will use anyway, and those with shorter TERMs won't care either way. I also pushed patch for fixing login length limit, because it was also 20 chars, but can have up to 32. Amadeusz