- Sep 23, 2006
- Sep 22, 2006
- Sep 20, 2006
-
-
deuce authored
-
- Sep 19, 2006
- Sep 18, 2006
- Sep 15, 2006
-
-
rswindell authored
instead of a bit-mask representing all the log levels to actually "see", use a single numeric (or nmemonic) level value (ERROR, WARNING, NOTICE, etc.) and less severe log levels (levels with a higher numeric value) will be filtered (e.g. not "seen" or logged). It's the basic syslog() concept.
-
deuce authored
-
deuce authored
(Where it is created) Fixes double-destroy and lock-after-destroy error on Win32.
-
rswindell authored
outbuf_write_initialized before locking/unlocking/destroying outbuf mutex.
-
rswindell authored
-
rswindell authored
-
rswindell authored
if the filename to be edited is the same as the editor's temp file name.
-
deuce authored
Don't forget... listSemTryWait return values are reversed from sem_trywait()
-
deuce authored
-
rswindell authored
Micros~1 shortened paths in the drop files. Another fix for installations to e.g. "C:\Synchronet"
-
rswindell authored
to be moved into a hashlib (todo).
-
- Sep 14, 2006
-
-
rswindell authored
some XSDK doors to possibly work when run from C:\Synchronet\...
-
deuce authored
Also fix incorrect type lassed to iniFreeStringList.
-
deuce authored
-
deuce authored
-
deuce authored
(Should this be a separate type then? ini_list_t or something?)
-
deuce authored
Fix sizeof(char*) leak when reading a webctrl.ini file.
-
deuce authored
None of these added FREE_AND_NULL() calls should actually do anything.
-
deuce authored
Still need to comment the lists and ring buffer.
-
- Sep 13, 2006
- Sep 12, 2006
-
-
deuce authored
needing to be able to hijack an SSH session. Currently implemented with socketpair() which is non-Win32 and using UNIX-domain sockets only since socketpair() on many platforms doesn't support PF_INET with socketpair(). Something needs to be done about this. Also, the two extra threads are annoying.
-
deuce authored
-
deuce authored
storms as much as possible.
-
deuce authored
-
- Sep 09, 2006
- Sep 08, 2006
-
-
deuce authored
-
- Sep 07, 2006
-
-
rswindell authored
use inkey()/ungetkey() and don't work with down-arrow (ctrl-J). This should be okay now that input_thread auto-converts Telnet's CR/LF to CR.
-
deuce authored
error and is fairly common on Linux.
-
rswindell authored
zmodem_recv_file_data() - the offset value was used in rev 1.34 (back when this change was made) since zmodem_recv_file_frame() accepted the current file offset as an argument (but doesn't any longer). Mystery solved.
-