- Jan 01, 2019
- Dec 31, 2018
- Dec 30, 2018
-
-
rswindell authored
Mail.*LstHdr text strings.
-
rswindell authored
the mail LstHdr text strings.
-
rswindell authored
'R' and 'K' commands. Maybe this should be a sticky user preference (e.g. in the user property .ini file)?
-
rswindell authored
-
rswindell authored
decide that.
-
rswindell authored
-
rswindell authored
data-type and API. This works better for terminals < 80 cols in width and has some other improvements with inserting/deleting lines using the arrow keys, but still not great. No longer does tab-expansion on text read from a file - may want to add that back in <shrug>.
-
rswindell authored
-
rswindell authored
Added a command key (!) to reverse the mail list sort order.
-
rswindell authored
normal (chronological) order of the returned mail indexes.
-
rswindell authored
-
rswindell authored
-
- Dec 29, 2018
-
-
nightfox authored
-
- Dec 28, 2018
- Dec 25, 2018
-
-
rswindell authored
event code is not passed as a parameter, the available (enabled) timed events are displayed and the sysop can choose the proper one by number. This change requires the latest (as of now) load/sbbsdefs.js. Also updated a lot of the parameter prompting to actually indicate the kind of parameter string that is being asked for (e.g. "QWKnet ID" instead of just "Parameter(s)").
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Dec 24, 2018
-
-
nightfox authored
Renamed DDLightbarMenu.js to dd_lightbar_menu.js to be more in line with other filenames in the Synchronet repository
-
nightfox authored
Renamed SlyVote to slyvote (all lowercase) to be inline with the other files in the Synchronet repository. Also, SlyVote now uses the updated dd_lightbar_menu.js filename (in sbbs/exec/load) rather than DDLightbarMenu.js.
-
nightfox authored
Renamed DDLightbarMenu.js to dd_lightbar_menu.js to be more inline with the other filenames in the Synchronet CVS repository
-
nightfox authored
Removing SlyVote to rename it to slyvote (all lowercase) to be in line with other files in the Synchronet CVS repository
-
- Dec 22, 2018
-
-
rswindell authored
!JavaScript /sbbs/exec/str_cmds.js line 166: Error: can't convert parseInt(str) to an integer
-
echicken authored
Reinstated root directory variable, it actually helps in some cases.
-
echicken authored
I don't remember. Whisky. This thing is weird.
-
echicken authored
Don't delete non-property 'image' variable; set it to undefined instead. Removed some convoluted and extraneous things I did years ago. Various non-functional formatting things since I'm bored.
-
- Dec 21, 2018
-
-
echicken authored
Spotted and fixed by Mark Lewis.
-
rswindell authored
fixes the rendering of links like this one: http://wiki.synchro.net/module:avatars
-
- Dec 20, 2018
-
-
rswindell authored
quote files (ain't nobody got time for that!).
-
- Dec 19, 2018
-
-
rswindell authored
- no longer override the default send and receive socket buffers (limiting to 8Kbytes) - apparently modern TCP/IP stacks can use much larger buffers for sending large data more effeciently (quickly) over fast networks. Eliminating these 2 lines sped up the web server (e.g. wiki.synchro.net) page loads by a factor of 20+. - enable TCP_NODELAY (disabling the Nagle algorithm) for *all* TCP sockets by default (not just telnet and rlogin servers). This helps performance of large data transfers a little bit too. Big thanks to Deuce (!) for helping to debug and identify the cause of the poor performance of the web server. I'm not sure why I/we were overriding the default send/receive buffers but the old sockopts.cfg file introduced in 2003 had 4Kbyte buffer sizes specified, and then when we switched to sockopts.ini in 2005, the buffer sizes were increased to 8Kbytes. This might have been the defaults for say, the Windows TCP/IP stack at the time, I forget where I got those numbers from. Anyway, we shouldn't override them without a good reason. And today, we definitely don't have a good reason that I'm aware of. The default buffer sizes perform *much* better!
-
- Dec 18, 2018
-
-
rswindell authored
requests sent to "SBBSecho" again. SBBSecho used to allow this back in v3.02 (Nov-2017) and earlier versions, but was removed for loop-safety since AreaMgr notifications and responses are sent from "SBBSecho", but we have bot-loop protection built in, so that should be okay.
-
rswindell authored
-
rswindell authored
skip any spaces before parsing the value (for CGI supplied headers).
-
deuce authored
If we get one of these statuses from via a CGI, assume we have good headers.
-
- Dec 17, 2018
-
-
echicken authored
Run addPoints against oroot (outbound) and any of its derivatives (outbound.002, etc.). Should now find point directories in various outbounds.
-