- Nov 19, 2004
-
-
rswindell authored
-
rswindell authored
since Deuce's overhaul. :-)
-
rswindell authored
-
rswindell authored
in msg_queue_t.
-
rswindell authored
The following are now equivalanet in ulist (menus) and string input: ^B = home ^E = end ^V = insert (string input only) ^Z = help (F1) and in menus only: + = insert - = delete backspace = escape (not new) ^U = pgup ^D = pgdn ^C = copy (F5) ^V = paste (F6)
-
rswindell authored
-
- Nov 18, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
node-specific scfg_t*, so the node_dir and temp_dir properties had the correct values.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Macros in sbbsdefs.mk should only be defined when building libsbbs.so. This is the cause of the "static declaration of 'x' follows non-static declaration" GCC warnings. While harmless warnings now, in GCC 3.5, this condition has been elevated to a compile error. :-( The real fix needs to be made in GNUmakefile someday (Deuce). :-)
-
rswindell authored
reads the status header (if it can) and saves the new message number in the index record along with the time (for MSG-ID generation purposes) - this should fix the remaining smb_addmsg() conversion bugs. Now relying on the convenience pointers rather than searching through all the header fields for existing msg-id and PID header fields (faster).
-
rswindell authored
been previously locked. We call smb_unlocksmbhdr() in a lot of places where it may not actually be locked, in which case it over-writes the smb->last_error string with an unlock failure (needlessly).
-
rswindell authored
Only call smb_unlocksmbhdr() if the base header is locked upon exit.
-
rswindell authored
-
deuce authored
-
deuce authored
-
rswindell authored
not being able to select help text in Win32 conio implementation.
-
rswindell authored
required on some Linux distros to allow other threads to be able to lock the mutex.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Removed redundant ld==NULL check.
-
rswindell authored
to free the node's data pointer (list and node flags not used in determination)
-
rswindell authored
listRemoveNode() now accepts BOOL free_data argument to specify whether or not to free the node's data pointer (list and node flags not used in determination) Renamed listPopFirstNode() macro to listShiftNode(). listPopNode() and listShiftNode() macros now never free the node data pointer.
-
deuce authored
-
- Nov 17, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
Use xpdev link_list_t instead of an independant implementation Fix possible segfault handling long headers Fix information leak - would give a 404 error rather than a 403 error when trying to access an ARS protected file and no authentication done. Read headers during the initial request parsing to allow correct SSJS/CGI detection and to avoid needless copying of variables. Probobly more stuff done too...
-
rswindell authored
-
rswindell authored
(in hex) of files or strings.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
a time rather than the entire file. This is required to support large files.
-