Suppress warnings about sprintf().
Merge pull request #35 from RealDeuce/fix-warning
Fix warning when redefining NCURSES_SIGWINCH
...or maybe it is (sigh).
No longer needed.
Kill extra H1 on GitHub, hopefully.
Re-located snaps URL
Re-located specs URL
Link other offline formats from the QWK specs page.
Blue Wave specs to markdown; also QWK (but it's not actually up yet);
Reformatted OMEN specs as markdown
Eh, more like this
Reformatted SOUP specs (linked) as markdown
Link MANUAL.md from INSTALL.md
Drop mmail.1 symbolic link
Removed version-specific upgrade notes. All versions cited were archaic.
Red Hat 6 probably no longer relevant
Spacing; punctuation; link to COLOR.md
Make target for mm.1
Markdown version of man page, MANUAL.md; derive mm.1 from it
Move files to GitHub release system
Spacing between groups of links
Plain text of QWK and Blue Wave specs
Uncompress OMEN and SOUP specs for online reading
Here's a name I think isn't on the list
OK, the real problem: GitHub Pages skips converting certain .md files,
test
This?
hmm
Yeah, nvm, it's the filenames
give up for now
Or maybe it's this?
Apparently GitHub doesn't like .md files without an opening header/title.
Link to COPYING.md
Link to my site instead of email.
Clickable links for INSTALL.md
Unified MultiMail "home page" / README.md.
Angle brackets for linkification
Update README.md
More wide stuff (preliminary).
Dismantling driver_list
Break out net_address to its own file.
Better here.
Skip Synchronet kludge lines. I may or may not implement some of these
Segfaults on closing with PDCurses/SDL (due to its use of atexit()).
Parse Synchronet color codes in the ANSI viewer; strip them in the
Preserve case of any existing .XTI and .FDX files, to avoid multiples
More.
Reduce the unwieldiness of MakeChain(), part 1.
Pointless pointers.
De-pointer ui
Single-letter "Celerity" pipe codes. I found one example after all. Not
No longer needed.
There must've been a reason for this (if not a good one), but there's no
Handle pipe codes (Renegade/Telegard) in ANSI viewer. Needs more
Update years
strnzcpy() can also substitute for these sprintf() calls... probably more.
Return end pointer from strnzcpy(); some more places to use it.
This does nothing.
Slightly faster parsing of QWK headers, I hope.
Avoid crashes due to some malformed .NDX files. Part 1.
Simplified string functions.
Avoid crashes due to some malformed .NDX files. Part 2.
New function, strnzcpy(), to take the place of strncpy() followed by
clang 12 didn't like the __DATE__ + 7 thing, and this makes more sense
tagline.h: correct spelling (dialed)
Merge pull request #25 from andy5995/sp-dialed
ISO dates, section header underlines, de-colonization for HISTORY.md.
Tightened up getOLC().
Allow for an empty .MIX file. Problem reported by Alan Ianson.
Add the -static flag for MinGW.
Reading back PDQ files from replies was broken.
Updated for 0.52.
For sysname()s between 6 and 10 characters, use "MMail/name" instead of
-Wno-char-subscripts seems no longer needed; -Wextra complains about
Include CURS_DIR only when building interfac object files (except Watcom).
Use xcurses-config instead of hardwired paths; shell instead of backticks.
Use "SYS=DOS" with Makefile.bcc, as with others.
Fewer words here.
Use CURS_DIR for the default library location in Makefile, too (as in
Better instructions.
strncpy -> memcpy, to appease GCC 8.1. Should also be slightly faster.
strncpy() source and dest aren't supposed to overlap (and GCC 8.2
Warning suppression. Note that this reduces the max sysname() length for
Fix buld issue: \pdcurses assumed, $(CURS_DIR) ignored or redefined
Temporary
Merge pull request #15 from rswindell/master
Back again
80 columns, spacing, dates.
Version-independent README.md.
New PDCurses/SDL setup (pdcurses.a instead of libpdcurses.a).
Version-independent man page.