- May 28, 2021
-
-
Rob Swindell authored
This is the last thing needed to complete the new temp/archive menu module implemented in JavaScript for v3.19. File list generation can easily be done in JS (see filelist.js for example), but since we have this function already in C++ (i.e. for including filelists in QWK packets) - might as well make it available for use in JS.
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- May 27, 2021
-
-
Rob Swindell authored
To list/view file/archive contents.
-
Rob Swindell authored
One potential issue here is if you connect/send to irc.synchro.net, you'l going to get the PONG response back from a different hostname (e.g. vert.synchro.net), which won't match the expected PONG response.
-
Rob Swindell authored
Is this what you had in mind, Cyan?
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
And nobody cares about your terabytes of free space anyway.
-
Rob Swindell authored
40 was causing a lot of cosmetic issues in sbbslist.js (for 80col terminals). This is a compromise (not reducing to the old limit of 25 chars at least). :-)
-
- May 26, 2021
-
-
Randy Sommerfeld authored
-
Rob Swindell authored
-
- May 25, 2021
-
-
Rob Swindell authored
Also added debug-level log messages for message loop rejection reasons, for John Dovey (GATOFUEG).
-
Rob Swindell authored
Now archive.js can be installed as a sort of "fall-through" file viewer (rather than listing all the supported/possible archive extensions as separately viewable file-types): File Extension * Command Line ?archive list %f
-
- May 24, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Rob Swindell authored
And the IPv4 link local address block (169.254/16) too.
-
- May 23, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
No need to keep this around, someone might try to build or run it!
-
Deucе authored
Any screen mode where the description and the enum value were not identical (ie: ones with spaces or parenthesis) would not be used at startup correctly. Reported by DigitalMan via Discord
-
Rob Swindell authored
Underscores are more JS friendly (and correct).
-
Rob Swindell authored
-
Rob Swindell authored
Just include the total files in the listing, not the current display. Fixes #268.
-
Rob Swindell authored
Resolve error reported on irc with Ubuntu (don't know what version): <rjwboys> ok now i get filedat.c:896:3: error: unknown type name ‘la_int64_t’
-
Deucе authored
For programs that don't specify a scaling type (scfg, syncdraw) use blocky scaling.
-
- May 22, 2021
-
-
Deucе authored
-
Deucе authored
Setting the scaling and size before changing modes does weird things. Those things should be fixed, but at least this makes the problem go away in SyncTERM for now.
-
Rob Swindell authored
-
Rob Swindell authored
Now IS_WHITESPACE() will return true for that char and this allows things like truncsp() to truncate trailing white-space (e.g. from a FILE_ID.DIZ), even if it contains a terminating 0xFF character for some unknown reason.
-
Randy Sommerfeld authored
-
Deucе authored
-
Deucе authored
He's old, and should keep his blood pressure down. Do not walk on his lawn.
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
IRCd 1.9b See merge request !126
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
-