[361] in Coldmud discussion meeting

root meeting help first previous next next in chain last in chain last

changes

daemon@ATHENA.MIT.EDU (Thu Jun 30 03:45:13 1994 )

From: BRANDON@cc.usu.edu
Date: Thu, 30 Jun 1994 00:40:19 -0600 (MDT)
To: coldstuff@MIT.EDU
X-Vms-To: COLDSTUFF

I'm seriously considering changing the following (basically, I am going to do
it unless somebody can come up with some good reasons why they should stay in
the current state):

 connect()               => open_connection()
 disconnect()            => close_connection()
 conn_assign()           => assign_connection()
 bind()                  => bind_port()
 unbind()                => unbind_port()
 run_script()            => system_execute()
 filename 'textdump'     => 'text_dump' (to fit with text_dump())
 } with handler {        => } with {

Anybody?