- Jan 17, 2015
-
-
nightfox authored
-
nightfox authored
SlyEdit version 1.43 - Minor bug fixes: Sometimes SlyEdit would insert an extra empty line in the quote lines when replying to a message after wrapping long quote lines. Also, sometimes SlyEdit would add an extra space to the beginning of some quote lines after wrapping them.
-
- Jan 09, 2015
-
-
deuce authored
in the dir pane.
-
- Jan 08, 2015
-
-
deuce authored
traversed. The existance of the pnode variable implies this was the intent
-
- Jan 06, 2015
-
-
deuce authored
-
- Jan 05, 2015
- Jan 03, 2015
-
-
echicken authored
-
- Jan 01, 2015
- Dec 31, 2014
-
-
deuce authored
-
- Dec 25, 2014
-
-
deuce authored
This results in *.vcxproj files not being detected as ascii since they have a UTF-8 BOM at the beginning (and are therefore not ASCII). Use perl to strip CRs from crypt32.vcxproj to allow the patch to apply cleanly.
-
- Dec 23, 2014
-
-
deuce authored
scripts. If the socket is not close()ed, it results in a socket descriptor leak, and on *nix systems, FD_SET() may corrupt memory outside of the fd_set if a socket descriptor higher than FD_SETSIZE is set. This manifested itself via ircd.js which called connect() to servers, but never called close(). After many hours, the next socket descriptor was higher than 1024 (default FD_SETSIZE), and resulted in corruption of the private data pointer in js_socket.c:js_connect()... which in turn resulted in a crash.
-
deuce authored
-
deuce authored
-
- Dec 20, 2014
-
-
mcmlxxix authored
-
- Dec 17, 2014
- Dec 16, 2014
-
-
rswindell authored
defines XPDEV_THREAD_SAFE (not currently used in Windows builds) and LINK_LIST_THREADSAFE (notice the inconsistent use of underscore :-)
-
rswindell authored
defines XPDEV_THREAD_SAFE (not currently used in Windows builds) and LINK_LIST_THREADSAFE (notice the inconsistent use of underscore :-) Use of this property sheet fixes the problem with the terminal server global variable 'uptime' getting corrupted when jsrt_GetNew() called listInit() from js_rtpool.c which didn't #include sbbs.h and therefore had a different idea about the size of link_list_t and thus corrupted the global data region (zeroing out the 'uptime' variable, probably amonst other important things).
-
rswindell authored
defines XPDEV_THREAD_SAFE (not currently used in Windows builds) and LINK_LIST_THREADSAFE (notice the inconsistent use of underscore :-)
-
- Dec 14, 2014
-
-
deuce authored
if time_t is unsigned and the current time is less than uptime. There's comments that suggest the time(NULL) value is influenced by the timezone, so possibly therre's a usage of it somewhere with the timezone not being set comparing to an uptime that was set when timezone *was* set. In this case, @UPTIME@ will say it's been up for zero days until the timezone is set in that thread/process, or time(NULL) passes uptime.
-
- Dec 12, 2014
-
-
mcmlxxix authored
-
- Dec 11, 2014
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
the data/error.log.
-
rswindell authored
-
rswindell authored
is truly interested for historic reasons or whatever.
-
rswindell authored
is truly interested for historic reasons or whatever.
-
rswindell authored
-
rswindell authored
require it). Committed on the Free edition of March Hare Software CVSNT Client. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
-
rswindell authored
Committed on the Free edition of March Hare Software CVSNT Client. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
-
deuce authored
FTP server. Bug-fix: daily statistics and free-credits-per-day were not reset when the user logged in via HTTP. This affected: posts_today, emails_today, free_credits, timeon_today, and extra time values (e.g. posts_today would contnue to accumulate potentially affecting uh... hand-wavey stuff). getuserdat() does the necessary value resets, we just needed to write the entire user record back to disk upon successfull login, rather than just updating specific fields in the user record on disk.
-
rswindell authored
logged in via FTP. This affected: posts_today, emails_today, free_credits, timeon_today, and extra time values (e.g. posts_today would contnue to accumulate potentially affecting the users ability to post via FTP-uploaded REP packet). getuserdat() does the necessary value resets, we just needed to write the entire user record back to disk upon successfull login, rather than just updating specific fields in the user record on disk. The HTTP server looks like it might have the same/similar bug.
-
rswindell authored
Broken in rev 1.561 by Deuce: "Remove *_TO_STRING() and remove some uselss code to return a string value from the log() JS command." - the "useless code" enabled behavior which the listserver.js (and possible other JS scripts) depend on.
-
- Dec 10, 2014
-
-
rswindell authored
disabled in the listserver.ini file.
-
rswindell authored
commands (and avoid MIME issues).
-
rswindell authored
Beautify and fix the "help" command response (include command descriptions). Added support for Majordomo-like "who" command for SMTP-authenticated sysops (only). Subscribe, unsubscribe, and who commands support '*' as the list name to act on ALL lists.
-