- Dec 07, 2003
-
-
rswindell authored
on outgoing mail (send anyway).
-
rswindell authored
low ports, even if DONT_BLAME_SYNCHRONET was not defined, which of course would fail. Afaik, no Unix should allow this and I'm not sure why it was using _THREAD_SUID_BROKEN (e.g. LinuxThreads) for this determination at all.
-
rswindell authored
from_protocol and from_port JS msg header properties (and documented).
-
rswindell authored
-
rswindell authored
for additional tracking information. Created DLL-exported msg_client_hfields() in postmsg.cpp as a common function to add these client tracking header fields.
-
- Dec 06, 2003
- Dec 05, 2003
- Dec 04, 2003
-
-
rswindell authored
Changed all the malloc/realloc/free stuff to std C (no legacy macros).
-
rswindell authored
smb_read() will now retry the read operation if the read fails with an errno of DEADLOCK (occurs on Unix if a Win32 system has the bytes already locked).
-
rswindell authored
-
rswindell authored
-
- Dec 03, 2003
-
-
rswindell authored
offset of the original message, which if later deleted (due to the yes/no ques) would corrupt the source message base. Updated brace style.
-
rswindell authored
-
rswindell authored
is prematurely aborted (due to other error). Bugfix: message packing now unlocks message base before re-opening to write new header status.
-
- Dec 02, 2003
-
-
rswindell authored
databases (the larger the base, the lower the frequency), since scanning a large user database to count the number of active users can take a full second or more, which interferes with the user response time in the GUI.
-
rswindell authored
-
deuce authored
Now correctly renders all ANSI BBS Ads In the various ads subs I carry except those using animation (Which will never work) and those using |-codes (Which should be supported in the JS app, not the ANSI->HTML most likely) New update to those using msgs.ssjs... don't wrap messages that use ANSI.
-
rswindell authored
(i.e. not a socket object).
-
rswindell authored
-
rswindell authored
value (returns INVALID_SOCKET).
-
- Dec 01, 2003
-
-
rswindell authored
-
- Nov 27, 2003
-
-
deuce authored
anything and might help. One or the other is usually required. Honour CC, LD, CCPP etc. from build environment (Usefull for using a differnt compiler ie: gcc 3.x on FreeBSD 4.x)
-
- Nov 26, 2003
-
-
rswindell authored
including comment header fields.
-
rswindell authored
Created smb_getmsgtxtlen() to calculate total message body text length, including comment header fields.
-
rswindell authored
-
rswindell authored
in JSexec-win32.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
than the mail sender's e-mail address.
-
rswindell authored
"being sent" via SMTP, keeping multiple sendmail instances from trying to send the same message simultaneously.
-
- Nov 25, 2003
- Nov 24, 2003
-
-
rswindell authored
crash on FreeBSD 5.1-CURRENT: #0 0x283230a9 in _atomic_lock () from /usr/lib/libc_r.so.5 #1 0x28323074 in _spinlock_debug () from /usr/lib/libc_r.so.5 #2 0x28328f74 in _mutex_cv_lock () from /usr/lib/libc_r.so.5 #3 0x28328de9 in pthread_mutex_unlock () from /usr/lib/libc_r.so.5 #4 0x282cd7a7 in sbbs_t::external(char const*, long, char const*)
-