- Apr 29, 2003
- Apr 28, 2003
-
-
rswindell authored
command from any JS-enabled system/service (not just the BBS).
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
background process wiyld take down the whole BBS.
-
deuce authored
-
deuce authored
program... kludged, not fixed.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
wrapper... so just use fcntl() locks. Also, if it is flat out impossible for anyone to ever get a lock on a particular file (ie: is a socket) do not fail.
-
deuce authored
-
- 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