Opened 19 years ago
Closed 18 years ago
#6 closed enhancement (fixed)
[patch] keep server port and password in connection object
Reported by: | afuchs | Owned by: | Erik Huelsmann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | chat | Version: | |
Keywords: | Cc: | ||
Patch attached: | yes |
Description
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.
Attachments (1)
Change History (5)
Changed 19 years ago by
Attachment: | ,port-and-password-in-connection-object.patch added |
---|
comment:1 Changed 19 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 19 years ago by
Owner: | changed from somebody to Erik Huelsmann |
---|
comment:3 Changed 19 years ago by
Status: | new → assigned |
---|
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This issue has been fixed in r157.
I reserve the right to change all this later though: I think a connection object should hold either or both some userdata and configuration data. (Ticket #16)
At least closing the patch ticket.
The commit is a close resemblense, but not a 1-1 application of the patch attached to the issue.
Change sounds reasonable, accepting the issue, but since the patch