- Mar 07, 2012
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
This is likely not the last time I "fix" this problem.
-
deuce authored
-
rswindell 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).
-
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.
-
- Mar 06, 2012
-
-
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
-
- Mar 05, 2012
-
-
mcmlxxix authored
-
- Mar 01, 2012
-
-
rswindell authored
for use with monit.
-
- Feb 27, 2012
-
-
deuce authored
-
- Feb 24, 2012
- Feb 23, 2012
-
-
deuce authored
Doesn't fix the problem, but it seems like a good idea at this time.
-
- Feb 21, 2012
- Feb 20, 2012
- Feb 19, 2012
-
-
rswindell authored
new mktime32() function was corrupting the date (specifically, the month).
-
- Feb 18, 2012