WARNING! dependency on: lace_cfgreader (branchpoint), lace_utils
authorshort <>
Sun, 25 Nov 2001 23:36:27 +0000 (23:36 +0000)
committershort <>
Sun, 25 Nov 2001 23:36:27 +0000 (23:36 +0000)
commit8c6c926a3e04b31a81234e2ae8dae89d94551350
tree8293589725f420214d7bbca72dc4d6bc6478baef
parentecb68c68aeb44fa1ec930d124868e63a64f8cb6d
WARNING! dependency on: lace_cfgreader (branchpoint), lace_utils

* new gnokiirc/global settings:
  * connect_script/disconnect_script - needed for BIP but can be general
    * entries in such sections passed as %ENV - ...
    * provided chat script ("connect-et" now) w/o bugs of "ppp-6210-modem"
  * serial_baudrate               - used when not overriden by phone
  * handshake = software/hardware - used when not overriden by phone
  * require_dcd - kills Gnokii when modem drops connection - needed for BIP
  * serial_write_usleep - waits between each character sent - for Siemens M20
* All open device fds are now closed and DTR/RTS-cleared on exit
  * SIGINT abort not properly handled - clashing with pthreads
* Fixed hang-ons by fcntl(FASYNC) forgotting to specify also FNONBLOCK
Docs/sample/cimd-connect [new file with mode: 0755]
Docs/sample/gnokiirc
common/devices/unixserial.c
include/devices/unixserial.h