- Apr 28, 2003
- Apr 27, 2003
-
-
deuce authored
-
deuce authored
Note: This trick may come in hady for a future locking solution.
-
deuce authored
this: Whever a user connects to a node, the unix domain socket localspy.sock is create in the node directory. This is a RAW connection to the users data stream. This is NOT a telnet connection. Do NOT telnet to the UDS... you will not like the results. However, you can easily and safely do something like: cat /sbbs/node1/localspy.sock Possibly netcat will allow you to remote control a users session... not sure if nc supports unix domain sockets or not. Have fun with this one.
-
deuce authored
to create a file as now are 0700
-
- Apr 26, 2003
- Apr 24, 2003
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Created base64 property to enable auto-base64 encode/decode on read/write. read() now defaults to reading the entire file from the current file position Created network_byte_order property for reading-from/writing-to big-endian binary files on little endian machines (e.g. PCs). Eliminated old base64 property (use read instead). Updated method and property descriptions.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
- Apr 23, 2003
-
-
rswindell authored
-
rswindell authored
hostname.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Now calculates, stores, and compares MD5 digest of attachments and discards duplicates.
-
rswindell authored
Renamed crc16, crc32, md5, and chksum methods to crc16_calc, crc32_calc, etc.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Logs number of chars posted.
-
rswindell authored
and FTP server).
-
rswindell authored
event_thread_mutex locked - now waits until synchronous events have completed while still serving clients. Now uses local temp_dir specified in startup structure or event thread (optional). No longer chops off the last char of the temp dir before calling md().
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-