]> git.eshelyaron.com Git - emacs.git/commit
Save the server alias on reconnect (Bug#29657)
authorMiciah Masters <miciah.masters@gmail.com>
Mon, 11 Dec 2017 01:14:09 +0000 (20:14 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 11 Jul 2018 03:10:53 +0000 (23:10 -0400)
commitef9025f5bcfb996fbabf5869584e9143bbc81af4
tree2364efccab079c0d58ff658ab97ca3a5748ef65d
parentdb3874b16192142f473d53e3b80213ad74d19eff
Save the server alias on reconnect (Bug#29657)

rcirc does not retain the server alias on reconnect.  As a result, rcirc
fails to re-use server and channel buffers when an alias is used.  Further
problems may ensue when aliases are used to differentiate multiple
connections to the same host, for example when using a single IRC bouncer
or proxy to connect to multiple IRC networks.

Save the server alias when connecting to a server so that reconnect will
retain the alias.
* lisp/net/rcirc.el (rcirc-connect): Include server-alias when setting
rcirc-connection-info.

Copyright-paperwork-exempt: yes
lisp/net/rcirc.el