File: external.eld

package info (click to toggle)
emacs 1%3A30.1%2B1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 187,300 kB
  • sloc: lisp: 1,367,529; ansic: 466,479; objc: 19,117; cpp: 8,817; java: 8,780; sh: 8,119; makefile: 7,288; python: 3,788; perl: 1,788; xml: 1,720; yacc: 1,566; asm: 1,150; php: 1,035; pascal: 1,011; awk: 937; cs: 880; ada: 725; ruby: 658; javascript: 187; erlang: 153; tcl: 16
file content (33 lines) | stat: -rw-r--r-- 2,261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
;; -*- mode: lisp-data; -*-
((cap-req 10 "CAP REQ :sasl"))
((nick 1 "NICK tester"))
((user 1 "USER tester 0 * :tester"))

((auth-req 3.2 "AUTHENTICATE EXTERNAL")
 (0.0 ":irc.example.org CAP * ACK :sasl")
 (0.0 "AUTHENTICATE +"))

((auth-noop 3.2 "AUTHENTICATE +")
 (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."))