emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (0147e1ed83 -> ed5022b4ee)


From: F. Jason Park
Subject: master updated (0147e1ed83 -> ed5022b4ee)
Date: Thu, 17 Nov 2022 00:41:14 -0500 (EST)

jpneverwas pushed a change to branch master.

      from  0147e1ed83 Enable/disable 'server-mode' when starting/stopping the 
server
       new  2cf9e699ef Make auth-source-pass behave more like other backends
       new  c5d91358b5 Support auth-source-pass in ERC
       new  4351fb7161 ; Make some ERC test fixtures a bit more courteous
       new  e7f2f6cd92 Improve auto-reconnect visibility in ERC
       new  d4028ead89 Warn of future breaking change to erc-response.tags
       new  5699e43f27 Accommodate ircs:// URLs in url-irc and browse-url
       new  46c765ed09 Refactor erc-select-read-args
       new  77d6351d60 Default to TLS port when calling erc-tls from lisp
       new  535cc4c81a Add optional server param to erc-networks--determine
       new  ed5022b4ee Improve new connections in erc-handle-irc-url


Summary of changes:
 doc/misc/auth.texi                              |  18 ++
 doc/misc/erc.texi                               |  31 ++-
 etc/ERC-NEWS                                    |   7 +
 etc/NEWS                                        |  28 +++
 lisp/auth-source-pass.el                        | 112 +++++++++-
 lisp/erc/erc-backend.el                         | 140 +++++++++++--
 lisp/erc/erc-common.el                          |   3 +
 lisp/erc/erc-compat.el                          | 145 +++++++++++++
 lisp/erc/erc-networks.el                        |   9 +-
 lisp/erc/erc-pcomplete.el                       |   4 +
 lisp/erc/erc.el                                 | 241 ++++++++++++++-------
 lisp/net/browse-url.el                          |  24 +++
 lisp/url/url-irc.el                             |  32 ++-
 test/lisp/auth-source-pass-tests.el             | 267 +++++++++++++++++++++++-
 test/lisp/erc/erc-dcc-tests.el                  |   3 +-
 test/lisp/erc/erc-networks-tests.el             |  17 ++
 test/lisp/erc/erc-scenarios-base-reconnect.el   |  46 ++++
 test/lisp/erc/erc-scenarios-misc.el             |  28 +++
 test/lisp/erc/erc-services-tests.el             |   3 -
 test/lisp/erc/erc-tests.el                      | 225 ++++++++++++++++++++
 test/lisp/erc/resources/erc-d/erc-d-tests.el    |   1 +
 test/lisp/erc/resources/erc-scenarios-common.el |   3 +-
 test/lisp/erc/resources/join/legacy/foonet.eld  |   2 +-
 test/lisp/net/browse-url-tests.el               |   9 +
 24 files changed, 1275 insertions(+), 123 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]