- May 24, 2020
-
-
rswindell authored
-
rswindell authored
Support mouse scroll-wheel mapping to up/down arrow keys by setting CON_MOUSE_REPORT flag in sbbs_t::console (JS console.status). This also means that the mouse hot-spot support now uses XTerm "normal tracking mode", so mouse button releases are also reported by the terminal (and eaten by inkey(), when CON_MOUSE_PASSTHRU is not enabled).
-
rswindell authored
-
rswindell authored
Addd console.mouse_mode (bit-field) property for visibility/control of sbbs internal ANSI-mouse-reporting mode flags (should not normally need to set this). console.getxy() now works with non-ANSI terminals and returns false if for some reason the request fails (e.g. ANSI cursor position report timeout).
-
rswindell authored
Create sbbs_t::cursor_getxy() which gets the current x/y coordinates even for non-ANSI terminals (using the locally-tracked cursor position).
-
rswindell authored
-
rswindell authored
keyboard buffer (at the end) corrrectly. Previously, only part of the unexpected response would be placed in the keyboard buffer.
-
- May 23, 2020
-
-
nightfox authored
-
nightfox authored
Version 1.36: Added a command-line parameter to DDMsgReader.js, -onlyNewPersonalEmail, which specifies to list/read only new/unread personal email to the user. And for integration with Synchronet via the "Read Email" loadable module, this is to be used together with the updated DDReadPersonalEmail.js. This is intended to support the "read your unread mail only" option in the email menu.
-
nightfox authored
-
rswindell authored
May 21 00:00:15 southeaststar synchronet: evnt BBS Events Executing external: ?logonlist -m May 21 00:00:15 southeaststar synchronet: evnt BBS Events !JavaScript warning /sbbs/exec/load/nodedefs.js line 167: Disconnected ... by setting the online mode to ON_LOCAL while executing the sys_daily event.
-
nightfox authored
Version 1.10: Fixed a bug introduced in 1.07 where the useAllAvailableSubBoards 'false' setting was being ignored when it was set to false when changing to another sub-board. (Reported by Havok)
-
- May 22, 2020
-
-
deuce authored
May fix https://sf.net/p/syncterm/tickets/19/ Please try to log in to SourceForge when creating issues or I won't be able to contact you with follow-up questions or get confirmation when an issue is resolved.
-
deuce authored
-
rswindell authored
- username (over-ride your QWKnet ID) - password (use a super long password) - address (specific hostname or IP address) - port (specify the TCP port number)
-
- May 21, 2020
-
-
rswindell authored
filtered list length as that resulted in weird plrompts like this: * Reading * Group Sub (?=Menu) (5033 of 19): Abbreviate the Kill-after-read attribute to "KR" instead of "Kill". Include the "Kill-after sent" net-attribute (abbreviate to "KS" or just 'k').
-
rswindell authored
effect on the sent command (instead of the logged command). Nothing ever sends an FTP command with 0xFF in it, so this should have no effect on anything. Added more details to the exception messages thrown from the cmd() method (include the command that we're trying to send).
-
- May 20, 2020
-
-
echicken authored
-
rswindell authored
Don't auto-add sub-boards to the area file if the echotag is already in the area file (but marked as pass-through or associated with a different sub-board already). This configuration could result in the same sub-board(s) being auto-added to the area file for every invocation of sbbsecho.
-
nightfox authored
Verison 1.09: Now saves the user's last sub-board to the user config file for SlyVote, so SlyVote will start in that sub-board the next time the user runs SlyVote.
-
- May 19, 2020
- May 18, 2020
- May 16, 2020
- May 15, 2020
- May 14, 2020
-
-
deuce authored
as well. Fixes https://sf.net/p/syncterm/tickets/14/ and https://sf.net/p/syncterm/tickets/16/
-
deuce authored
Completes https://sf.net/p/syncterm/feature-requests/17/
-
deuce authored
These allow setting the initial window size for modes that don't force integer scaling (ie: SDL). While we're here, clear a renderer before free()ing the texture to prevent crashing on some nVidia cards. Addresses https://sf.net/p/syncterm/feature-requests/17/
-
deuce authored
Closes https://sf.net/p/syncterm/feature-requests/18/
-
deuce authored
-