- Sep 28, 2013
-
-
echicken authored
Allow message deletion if 'mail' sub and message addressed to this user, or if msg_area.sub[MsgBase.cfg.code].is_operator.
-
echicken authored
-
echicken authored
Note to self: these functions can probably just return the desired output string - not sure if the boolean return values are being used anywhere. Would make things less derpy. Nobody cares. Note to self: modify postMessage to make every post a top-post.
-
echicken authored
Delete messages upon request, permissions permitting. (Needs to provide more feedback to the user.)
-
deuce authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
Async requests go to http.request.host rather than system.inet_addr (forum was updated, but this page was neglected.)
-
rswindell authored
bundles: 1. If the unpackable bundle file was more then 48 hours old, it would not try to rename it - the file date/time comparison logic was backwards and was trying to rename the file only if it was *less* than 48 hours old (and could in theory still be in transit). 2. If the unpackable bundle file was more than 48 hours old, SBBSecho would continuously and indefinitely try to unpack it consuming CPU cycles and generating log output. Forever.
-
- Sep 27, 2013
- Sep 26, 2013
- Sep 25, 2013
-
-
deuce authored
Should fix problems compiling on Beagle Bone Black.
-
- Sep 24, 2013
- Sep 21, 2013
- Sep 20, 2013
-
-
nightfox authored
SlyEdit version 1.33: Added a configuration option to set a text prefix for taglines. The default is "... ". Also added configuration options to shuffle (randomize) the taglines that are displayed to the user (set to true in SlyEdit.cfg) and to add double-quotes around taglines (defaults to false). If the sysop wants to add double-quotes around taglines and not add a prefix to taglines, the prefix can be set to blank (nothing after the =).
-
nightfox authored
SlyEdit version 1.33: Added a configuration option to set a text prefix for taglines. The default is "... ". Also added configuration options to shuffle (randomize) the taglines that are displayed to the user (set to true in SlyEdit.cfg) and to add double-quotes around taglines (defaults to false). If the sysop wants to add double-quotes around taglines and not add a prefix to taglines, the prefix can be set to blank (nothing after the =).
-
nightfox authored
-
- Sep 19, 2013
-
-
deuce authored
-
nightfox authored
-
nightfox authored
SlyEdit version 1.32: Added the ability to choose a tagline to append to the message upon saving. Also added user settings, which lets users configure whether or not they want to use taglines, whether or not to prepend the original author's intials to quoted lines, and whether or not to indent quoted lines that begin with author's initials. Also made some misc. changes & bug fixes, such as: - The maximum message name length in Ice mode is now 35 characters (up from 20 characters). - The user's time left is now updated on the screen as it changes (checked & updated after each keypress). - Bug fix: The time is now displayed in the correct location when the terminal is wider than 80 characters. - Bug fix for DCT mode: Listing text replacements using Ctrl-T from the Help menu now works. - Bug fix for DCT mode: Fixed an off-by-one bug for the horizontal position of the INS/OVR text when changing between insert & overwrite mode using a terminal size more than 80 characters wide. - Some color setting name changes & addition in the color theme configuration files.
-
- Sep 18, 2013
- Sep 17, 2013
-
-
rswindell authored
header fields, not just the filler portion) - much more sane.
-