mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-10 22:20:51 +00:00

* lisp/erc/erc.el (erc--process-channel-modes): Use format spec catalog entry, and convert char to string. (erc-message-english-channel-mode-unknown): New variable. ;; * test/lisp/erc/erc-scenarios-base-renick.el ;; (erc-scenarios-base-renick-queries-solo): Adjust timeout. ;; * test/lisp/erc/erc-scenarios-ignore.el (erc-scenarios-ignore/basic): ;; Adjust timeouts. ;; * test/lisp/erc/erc-scenarios-misc.el (erc-scenarios-base-flood): ;; Adjust timeouts. ;; * test/lisp/erc/resources/base/assoc/bouncer-history/barnet.eld: ;; Adjust timeouts. ;; * test/lisp/erc/resources/base/reuse-buffers/channel/barnet.eld: ;; Adjust timeouts. ;; * test/lisp/erc/resources/erc-d/erc-d-tests.el (erc-d-run-basic): ;; Adjust timeouts. ;; * test/lisp/erc/resources/sasl/plain.eld: Adjust timeouts. ;; * test/lisp/erc/resources/sasl/external.eld: Adjust timeout. ;; * test/lisp/erc/resources/base/auth-source/foonet.eld: Adjust ;; timeout.
39 lines
2.5 KiB
Text
39 lines
2.5 KiB
Text
;; -*- mode: lisp-data; -*-
|
|
((cap-req 10 "CAP REQ :sasl"))
|
|
((nick 1 "NICK tester"))
|
|
((user 1 "USER tester 0 * :tester")
|
|
(0.0 ":irc.example.org NOTICE * :*** Looking up your hostname...")
|
|
(0.0 ":irc.example.org NOTICE * :*** Found your hostname")
|
|
(0.0 ":irc.example.org CAP * ACK :sasl"))
|
|
|
|
((authenticate-plain 3.2 "AUTHENTICATE PLAIN")
|
|
(0.0 ":irc.example.org AUTHENTICATE +"))
|
|
|
|
((authenticate-gimme 3.2 "AUTHENTICATE AHRlc3RlcgBwYXNzd29yZDEyMw==")
|
|
(0.0 ":irc.example.org 900 * * tester :You are now logged in as tester")
|
|
(0.0 ":irc.example.org 903 * :Authentication successful"))
|
|
|
|
((cap-end 3.2 "CAP END")
|
|
(0.0 ":irc.example.org 001 tester :Welcome to the ExampleOrg IRC Network tester")
|
|
(0.01 ":irc.example.org 002 tester :Your host is irc.example.org, running version oragono-2.6.1")
|
|
(0.01 ":irc.example.org 003 tester :This server was created Sat, 17 Jul 2021 09:06:42 UTC")
|
|
(0.01 ":irc.example.org 004 tester irc.example.org oragono-2.6.1 BERTZios CEIMRUabefhiklmnoqstuv Iabefhkloqv")
|
|
(0.0 ":irc.example.org 005 tester AWAYLEN=200 BOT=B CASEMAPPING=ascii CHANLIMIT=#:100 CHANMODES=Ibe,k,fl,CEMRUimnstu CHANNELLEN=64 CHANTYPES=# ELIST=U EXCEPTS EXTBAN=,m FORWARD=f INVEX KICKLEN=390 :are supported by this server")
|
|
(0.01 ":irc.example.org 005 tester MAXLIST=beI:60 MAXTARGETS=4 MODES MONITOR=100 NETWORK=ExampleOrg NICKLEN=32 PREFIX=(qaohv)~&@%+ STATUSMSG=~&@%+ TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,USERHOST:10,PRIVMSG:4,TAGMSG:4,NOTICE:4,MONITOR:100 TOPICLEN=390 UTF8MAPPING=rfc8265 UTF8ONLY :are supported by this server")
|
|
(0.01 ":irc.example.org 005 tester draft/CHATHISTORY=100 :are supported by this server")
|
|
(0.0 ":irc.example.org 251 tester :There are 1 users and 0 invisible on 1 server(s)")
|
|
(0.0 ":irc.example.org 252 tester 0 :IRC Operators online")
|
|
(0.0 ":irc.example.org 253 tester 0 :unregistered connections")
|
|
(0.0 ":irc.example.org 254 tester 0 :channels formed")
|
|
(0.0 ":irc.example.org 255 tester :I have 1 clients and 0 servers")
|
|
(0.0 ":irc.example.org 265 tester 1 1 :Current local users 1, max 1")
|
|
(0.21 ":irc.example.org 266 tester 1 1 :Current global users 1, max 1")
|
|
(0.0 ":irc.example.org 422 tester :MOTD File is missing"))
|
|
|
|
((mode-user 10 "MODE tester +i")
|
|
(0.0 ":irc.example.org 221 tester +Zi")
|
|
(0.0 ":irc.example.org NOTICE tester :This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect."))
|
|
|
|
((quit 5 "QUIT :\2ERC\2")
|
|
(0 ":tester!~u@yuvqisyu7m7qs.irc QUIT :Quit"))
|
|
((drop 1 DROP))
|