[cl-irc-ticket] [cl-irc] #6: [patch] keep server port and password in connection object

cl-irc cl-irc-devel at common-lisp.net
Wed Apr 12 18:50:29 UTC 2006


#6: [patch] keep server port and password in connection object
--------------------+-------------------------------------------------------
 Reporter:  afuchs  |       Owner:  somebody
     Type:  defect  |      Status:  new     
 Priority:  major   |   Milestone:          
Component:  chat    |     Version:          
 Keywords:          |   Has_patch:  1       
--------------------+-------------------------------------------------------
 Beirc needs the port and password used to establish a connection in order
 to reliably reconnect to the same server (ssh port forwards for example
 can cause localhost to have many irc ports open). So, the attached patch
 adds them as slots to the connection object.

 The patch requires the "external format guessing" patch in order to apply
 correctly, but the code will run independently. If needed, I'll create
 another patch that applies to vanilla cl-irc.

-- 
Ticket URL: <http://trac.common-lisp.net/cl-irc/ticket/6>
cl-irc <http://common-lisp.net/project/cl-irc>
cl-irc


More information about the Cl-irc-ticket mailing list