- Feb 07, 2013
- Feb 03, 2013
-
-
nightfox authored
Minor bug fix - Moved the load() function calls for SlyEdit_IceStuff.js and SlyEdit_DCTStuff.js up a bit so that the edit color & quote line color will be set correctly again.
-
nightfox authored
-
nightfox authored
- Posting during newscan: The message telling which sub-board the message was posted in was incorrect if different from the user's current sub-board; this was fixed. - Now includes the user's signature when cross-posting
-
- Feb 01, 2013
-
-
mcmlxxix authored
added event handler support to layout objects: Layout.onOpen/onClose, LayoutView.onOpen/onClose/onEnter/onExit, ViewTab.onEnter/onExit. (events are undefined by default). updated shitting documentation.
-
nightfox authored
- Added a cross-posting feature. This allows a message to be posted in message areas other than the user's current message area. The message can be posted in multiple areas, or just one, and not necessarily the same message area as the user's current message area. Cross-posting is disabled when writing personal email or NetMail. New configuration options and colors were added for cross-posting. - When reading the configuration files, SlyEdit now checks the mods directory first, to allow the sysop to place customized configuration files there so they won't be accidentally overwritten when updating files from the Synchronet CVS repository. The directory search order for configuration files is as follows: 1. sbbs/mods 2. sbbs/ctrl 3. Same directory as SlyEdit - The height of the quote line window is now dynamically determined as about 42% of the height of the message edit area, rather than being hard-coded to 8 lines high. This was done to make it look proportionally the same with different terminal heights. - Bug fix: When deleting a line in the middle of the message, and if the user goes up to the previous line and starts typing and the line wraps, SlyEdit will now insert another line to preserve the message spacing. Previously, SlyEdit would let the text wrap into the next line, effectively removing a line from the message.
-
- Jan 29, 2013
- Jan 28, 2013
-
-
mcmlxxix authored
-
- Jan 24, 2013
- Jan 23, 2013
-
-
mcmlxxix authored
fix service failing to load modules if "sbbs/ctrl/undefined" is a valid file. (created if file.open() called on a new File(fileName) where fileName is undefined)
-
- Jan 22, 2013
-
-
mcmlxxix authored
-
- Jan 21, 2013
-
-
mcmlxxix authored
defaults to json-service.ini
-
- Jan 17, 2013
-
-
mcmlxxix authored
-
- Jan 16, 2013
-
-
mcmlxxix authored
-
- Jan 15, 2013
- Jan 12, 2013
- Jan 11, 2013
- Jan 08, 2013
-
-
echicken authored
-
- Jan 03, 2013
-
-
nightfox authored
Bug fix: When replying to low-numbered messages in a message area now get the correct author name. Previously, it would get the correct author name only from the later messages in a message area. SlyEdit is now at version 1.19.
-
- Dec 31, 2012
-
-
nightfox authored
Bug fix: When prefixing quote lines with author initials, if re-wrapping quote lines resulted in an additional quote line being created, it wasn't prefixing that quote line with an additional > to indicate that it was being quoted again. This was fixed. Also, updated so that when replying to a message, instead of getting the author's initials (for quoted lines) from the given "To" name, it will read the message's "From" name from the message database. That way, if a user changes the "To" name when replying to a message, the correct initials will be used. If a BBS has Digital Distortion's Message Lister set up, then it must be updated to at least version 1.31 in order for message quoting with author's initials to work properly when replying to a message from Digital Distortion's Message Lister. The latest version of the Digital Distortion BBS doors & add-ons can be downloaded from the following web page: http://digdist.bbsindex.com/DigDistBBSStuff/DigDistBBSStuff.html
-
- Dec 27, 2012
-
-
nightfox authored
Bug fix: If the useQuoteLineInitials setting is enabled but the reWrapQuoteLines setting was disabled, it wasn't quoting lines. This is now fixed.
-
nightfox authored
Updated SlyEdit to add author initials before quote lines. This is now the default behavior, but if desired, this can be disabled with the following line in SlyEdit.cfg: useQuoteLineInitials=false When disabled, SlyEdit will simply prefix quote lines with " > ", as was done in IceEdit, DCT Edit, and other message editors of the early-mid 1990s. Also, fixed a bug related to refreshing the text on the screen when a drop-down menu disappears. This bug fix is only relevant for DCT mode.
-
- Dec 23, 2012
- Dec 22, 2012
-
-
nightfox authored
Adding SlyEdit: This is a full-screen message editor for Synchronet that mimics the look & feel of IceEdit and DCTEdit.
-
- Dec 19, 2012
-
-
rswindell authored
-
- Dec 12, 2012
-
-
mcmlxxix authored
-
- Dec 11, 2012
- Dec 10, 2012
-
-
echicken authored
- create weapons as aerial sprites - return the created weapon sprite
-