Subj : Re: exec/str_cmds.js src/sbbs3/writemsg.cpp To : All From : nelgin Date : Thu Feb 27 2025 02:20:11 On Wed, 26 Feb 2025 19:03:01 -0800 "Rob Swindell (on Debian Linux)" (VERT) wrote: > https://gitlab.synchro.net/main/sbbs/-/commit/26d0b46e87d2bcc640289d1a > Modified Files: > exec/str_cmds.js src/sbbs3/writemsg.cpp > Log Message: > Support per-sub-board user signature (.sig files) > > This feature was long overdue. > > And "SIG" command to view, create or edit default signature (same > function as available from user_settings.js, in fact a copy/pasted > the code). Add "SUBSIG" command to view, create, or edit sub-board > signture (no other method is available to this other than direct file > system access, e.g. by the sysop). > > --- > þ Synchronet þ Vertrauen þ Home of Synchronet þ > [vert/cvs/bbs].synchro.net Ah, this warning is yours then. writemsg.cpp: In member function `bool sbbs_t::writemsg(const char*, const char*, char*, int, int, const char*, const char*, const char**, const char**)': writemsg.cpp:707:44: warning: comparison of integer expressions of different signedness: `int' and `unsigned int' [-Wsign-compare] 707 | l = length > (cfg.level_linespermsg[useron_level] * MAX_LINE_LEN) - 1 | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- End Of The Line BBS - Plano, TX telnet endofthelinebbs.com 23 --- þ Synchronet þ End Of The Line BBS - endofthelinebbs.com .