- May 18, 2013
-
-
nightfox authored
-
nightfox authored
Version 1.26: Updated to use the absolute message number only on Synchronet >= 3.16 from March 12, 2013 onward, since bbs.msg_number is valid only from that date forward. For previous versions & builds of Synchronet, SlyEdit uses bbs.smb_curmsg, as before (although that can result in some incorrect message headers chosen for author initials in Scan For New Messages To You, resulting in incorrect initials used in message quoting).
-
- May 16, 2013
-
-
rswindell authored
-
- May 15, 2013
-
-
rswindell authored
-
nightfox authored
Version 1.25: Now using bbs.msg_number (absolute) rather than bbs.smb_curmsg (index) to retrieve a message header for the purpose of getting the author's initials when quoting a message. bbs.msg_number is always correct when replying to messages in all situations (such as the Read Message prompt, scanning for new messages, and scanning for new messages to you). If you use Digital Distortion message Lister, this version of SlyEdit requires version 1.34 of Digital Distortion Message Lister, which was updated to provide the correct message number to this verison of SlyEdit.
-
- May 13, 2013
- May 12, 2013
- May 11, 2013
-
-
rswindell authored
-
- May 10, 2013
-
-
mcmlxxix authored
fixed client splice() method, removed broken db shadow object stuff (may result in fragments of shadow objects being left behind in the case of a splice)
-
mcmlxxix authored
use JSONdb.remove() method instead of writing undefined when deleting a record (removes records completely instead of leaving an empty property behind)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
mcmlxxix authored
added splice() method to json-client (currently only accepts one "data" argument, unlike the standard JS Array.splice() method). TODO: unlocking a write-locked record does not imply that data was written, yet updates are being sent anyway. not a big deal, but probably should be fixed.
-
- May 09, 2013
-
-
deuce authored
-
rswindell authored
by whomever wrote js_internal_charfunc().
-
art authored
Support for second optional argument, specifying output file. Use backslash() for filename. More one-trick-ponies.
-
deuce authored
Phase 2
-
deuce authored
Phase 1 CVl: ----------------------------------------------------------------------
-
rswindell authored
string).
-
deuce authored
-
rswindell authored
9999 messages (and an 80 column terminal). Deuce will have to merge in his previous commit which is currently missing from the ctrl/text.dat file in CVS.
-
rswindell authored
9999 messages (and an 80 column terminal).
-
rswindell authored
-
rswindell authored
rev 1.140 - this is why Synchronet boards started displaying "PW:" instead of "Password:" for the password prompt (see exec/login.js for details why).
-
- May 07, 2013
-
-
art authored
-
art authored
More reliable fallback rendering for systems that are displaying black areas with smoothing enabled. See the INSTALL.txt for updated troubleshooting instructions.
-
rswindell authored
allowing external JS message editors to accurately use the bbs.smb_sub* properties to get information about the current sub-board being posted to.
-
rswindell authored
-
deuce authored
-
mcmlxxix authored
added bbs.rlogin_gate method: bbs.rlogin(addr,user,pass,mode); disable "raw input" mode for rlogin_gate connections. not sure why this is the fix or why it was the problem, but no side effects are noted at this time.
-
mcmlxxix authored
-
- May 06, 2013
-
-
mcmlxxix authored
-
- May 04, 2013