- 07 Mar, 2012 3 commits
-
-
rswindell authored
of the first message in the thread, or 0 if unknown (e.g. legacy message). When a new message is created, the thread_id value of the message being replied-to will be used, else if the new msg is not a reply, then the new message's number will be the value used for the thread_id. This "thread-id" feature (Deuce's idea) allows threads with a common parent to remain logically grouped after the original messages in the thread have been purged (though the original hiearchy will start to be lost).
-
deuce authored
-
rswindell authored
of the first message in the thread, or 0 if unknown (e.g. legacy message). When a new message is created, the thread_id value of the message being replied-to will be used, else if the new msg is not a reply, then the new message's number will be the value used for the thread_id. This "thread-id" feature (Deuce's idea) allows threads with a common parent to remain logically grouped after the original messages in the thread have been purged (though the original hiearchy will start to be lost). smb_addmsg() was retrieving the *header* of the replied-to message (via FTN REPLYID): optimized by just retrieving the index. Moved unused SMB fixed header fields: times_downloaded and last_downloaded to provide more logitech binary alignment of the fixed header fields. Since these fields are not yet used, this should have no affect on existing bases.
-
- 06 Mar, 2012 7 commits
-
-
mcmlxxix authored
updated interbbs documentation
-
mcmlxxix authored
minor updates
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
Move dependent object definitions outside of Frame class. Fix cleartoeol() and clearline() methods. use incremental frame id's (to solve deletion problem, and probably curb memory appetite)
-
rswindell authored
-
- 05 Mar, 2012 1 commit
-
-
mcmlxxix authored
-
- 01 Mar, 2012 1 commit
-
-
rswindell authored
for use with monit.
-
- 27 Feb, 2012 1 commit
-
-
deuce authored
-
- 24 Feb, 2012 2 commits
- 23 Feb, 2012 1 commit
-
-
deuce authored
Doesn't fix the problem, but it seems like a good idea at this time.
-
- 21 Feb, 2012 3 commits
- 20 Feb, 2012 5 commits
- 19 Feb, 2012 1 commit
-
-
rswindell authored
new mktime32() function was corrupting the date (specifically, the month).
-
- 18 Feb, 2012 10 commits
-
-
deuce authored
-
rswindell authored
-
rswindell authored
objection based on the lameness of *nix shell syntax.
-
deuce authored
place for files primarilty to make use of FOLDERID_Downloads. On Vista and newer, the default download path is now the system configured one.
-
rswindell authored
pktname() will no longer return a filename of an existing file under any circumstance (even if there are 200+ *.pkt/pk_ files). pkt_to_pkt() cleanup using a packet's file stream pointer to indicate it is open or not. Added debug log output for packet file open error (for access_d).
-
rswindell authored
-
rswindell authored
Added new cmd-line option (-$) to enable pause on abend behavior if needed. Close all open file streams before waiting for keypress upon exit.
-
deuce authored
-
deuce authored
specs.
-
deuce authored
insaninty.
-
- 17 Feb, 2012 5 commits
-
-
echicken authored
Removed disallowedExtensions[], files and directories will now be compared against entries in disallowedFiles[] and omitted from the directory listing if they match (wildcards supported.)
-
echicken authored
-
echicken authored
Unzip artpacks on demand, keep zip, drop user in resulting directory, do not unzip again if directory already exists. Don't display [..] when in ansiRoot directory, even if it does nothing. Added a disallowedFiles[] array. Files or directories exactly matching fields in this array will not be openable. Thanks to access_d for testing and suggesting features & changes, even if he is unprofessional and I hate his face.
-
rswindell authored
-
rswindell authored
No bugs fixed or (hopefully) added.
-