- Apr 01, 2025
-
-
Rob Swindell authored
Really, a single source of truth for the version major.minor number now.
-
- Mar 31, 2025
-
-
Rob Swindell authored
-
Rob Swindell authored
Use math to compute the value of VERSION_NUM and VERSION_HEX so we don't have mutliple sources of truth for the integer-encoded version number any longer.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Makes it nicer to read through looking for specific commands
-
Deucе authored
These all have slightly different semantics (that don't matter yet), so split the up appropriately.
-
Deucе authored
I really shouldn't be doing this though. :(
-
Deucе authored
This allows for a way to save/restore the cursor position when DECLRMM is enabled. Saves to the same variables as SCOSC/SCORC.
-
Deucе authored
Document that ANSI.SYS is what's implemented, and indicate how this can be extended.
-
- Mar 30, 2025
-
-
Deucе authored
-
Deucе authored
We only do this in the terminal server... to detect this, check if the global object has a bbs object that is of the BBS class. If it does, the context private will be an sbbs_t pointer.
-
Deucе authored
For now, this is a quick hacky fix. The web server does not store an sbbs_t in the context private, so we can't use it here. This needs further work.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
Initial design of Terminal class See merge request !506
-
-
Rob Swindell authored
Better/more obvious "-1" bytes/size logged when flength() returns failure.
-
- Mar 29, 2025
-
-
Rob Swindell authored
This broke showmsgavatar.js
-
Rob Swindell authored
Examples: "-D02/29/25" "-T02 Feb 1996 03:04:05 GMT" "-TDecember 17, 1995 03:24:00" "-T1995-12-17T03:24:00" The system's configured time zone is always used however.
-
Deucе authored
Translate the blink attribute to the bright BG attribute. This won't work for XBin however since XBin expects that setting the blink attribute will not change the background colour... and since it tends to use blink for everything, this means XBin images will be shown with a bright background.
-
Deucе authored
-
Rob Swindell authored
DDMsgReader: When reading messages (including sent email), only mark it read if it's to the current user. Reported by Accession. See merge request !521
-
- Mar 28, 2025
-
-
Eric Oulashin authored
DDMsgReader: When reading messages (including sent email), only mark it read if it's to the current user. Reported by Accession.
-
Deucе authored
The last item was being cut off on my system (uninitialized value)
-
- Mar 27, 2025
-
-
Rob Swindell authored
To be consistent with how sbbs[.exe] works
-
Rob Swindell authored
To be consistent with how sbbsctrl.exe works
-
Rob Swindell authored
-
- Mar 25, 2025
- Mar 24, 2025
-
-
Rob Swindell authored
-
Deucе authored
Throw an error instead. This should help DigitalMan debug his issue.
-