Rushfan
Rushfan
If we bring this back, it'll make it easier to integrate with some intrabbs tools Here's the text from the net38 tech docs: ``` main_type 27 (0x001b) -- main_type_new_external This...
They are huge today with the debug symbols, and we're not crashing more there than on windows where we ship release builds.
At least for the msgid's if not the header crcs too
Something like: fido.max_echomail_age_days = 30 or 60. That'll help with dupes.
Should be fine, we have no mixed-gcc version code so no abi ussues. See https://stackoverflow.com/questions/48149323/ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728
I didn't like the 4.24/4.30 version since the strings were extracts and thenumbes were hard to map to the str file, and it was hard to edit, so early on...
See https://www.modernescpp.com/index.php/c-core-guidelines-when-you-can-t-throw-an-exception Example if use: ``` bool Scanner::scanNodes() { // code... addExtraNodes(); auto _ = finally([] { removeExtraNodes(); }); // code... return true; } ```
See lots of replies with control lines that are not needed. Is there some way to hide those in QWK but have them for the reply? (like MSGID maybe?) Not...
This will also need some custom prompt work to make this happen. We can also tweak the yourinfo page (since that can be handled by a MSG file now) as...