- 29 May, 2013 7 commits
-
-
mcmlxxix authored
added emulated event emitter/handler adapter (applies event handling and emitting prototypes to objects)
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
use chat.colors instead of chat.settings for attribute settings, use array slice(-1 * chat.settings.MAX_HISTORY) to retrieve message history
-
mcmlxxix authored
-
- 25 May, 2013 2 commits
- 24 May, 2013 2 commits
-
-
nightfox authored
Version 1.27: Simplified how SlyEdit decides whether to use bbs.msg_number or bbs.smb_curmsg. SlyEdit now uses bbs.msb_number if it's greater than 0 (rather than checking the Synchronet verison and build date). Also, for sysops who have Digital Distortion's Message Lister installed, this version of SlyEdit now requires version 1.36 (or newer) of Digital Distortion's Message Lister.
-
nightfox authored
-
- 23 May, 2013 1 commit
-
-
rswindell authored
-
- 19 May, 2013 2 commits
- 18 May, 2013 2 commits
-
-
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).
-
- 16 May, 2013 1 commit
-
-
rswindell authored
-
- 15 May, 2013 2 commits
-
-
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.
-
- 13 May, 2013 2 commits
- 12 May, 2013 4 commits
- 11 May, 2013 1 commit
-
-
rswindell authored
-
- 10 May, 2013 7 commits
-
-
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.
-
- 09 May, 2013 7 commits
-
-
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
-